Commit 6836bc8bb9585c4ba42a6e437ebe24266ce8ec15
1 parent
3778ca7f
Exists in
master
and in
1 other branch
Updating windows package.
Showing
2 changed files
with
10 additions
and
1 deletions
Show diff stats
win/x86_32/mingw32-libipc3270.spec
| ... | ... | @@ -76,6 +76,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ |
| 76 | 76 | %package -n %{name}-%{_libvrs} |
| 77 | 77 | Summary: IPC Library for pw3270 |
| 78 | 78 | Group: Development/Libraries/C and C++ |
| 79 | +Provides: mingw32(lib:ipc3270) | |
| 79 | 80 | |
| 80 | 81 | %description -n %{name}-%{_libvrs} |
| 81 | 82 | |
| ... | ... | @@ -117,7 +118,8 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ |
| 117 | 118 | NOCONFIGURE=1 \ |
| 118 | 119 | ./autogen.sh |
| 119 | 120 | |
| 120 | -%{_mingw32_configure} | |
| 121 | +%{_mingw32_configure} \ | |
| 122 | + --enable-static | |
| 121 | 123 | |
| 122 | 124 | %build |
| 123 | 125 | make all |
| ... | ... | @@ -153,6 +155,10 @@ rm -rf $RPM_BUILD_ROOT |
| 153 | 155 | %dir %{_mingw32_includedir}/lib3270/ipc |
| 154 | 156 | %{_mingw32_includedir}/lib3270/ipc/*.h |
| 155 | 157 | %{_mingw32_libdir}/pkgconfig/*.pc |
| 158 | +%{_mingw32_libdir}/*.a | |
| 159 | +%{_mingw32_libdir}/*.lib | |
| 160 | + | |
| 161 | +%{_mingw32_datadir}/%{_product}/def/*.def | |
| 156 | 162 | |
| 157 | 163 | %changelog |
| 158 | 164 | ... | ... |
win/x86_64/mingw64-libipc3270.spec