Commit 6836bc8bb9585c4ba42a6e437ebe24266ce8ec15

Authored by Perry Werneck
1 parent 3778ca7f
Exists in master and in 1 other branch develop

Updating windows package.

win/x86_32/mingw32-libipc3270.spec
@@ -76,6 +76,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ @@ -76,6 +76,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/
76 %package -n %{name}-%{_libvrs} 76 %package -n %{name}-%{_libvrs}
77 Summary: IPC Library for pw3270 77 Summary: IPC Library for pw3270
78 Group: Development/Libraries/C and C++ 78 Group: Development/Libraries/C and C++
  79 +Provides: mingw32(lib:ipc3270)
79 80
80 %description -n %{name}-%{_libvrs} 81 %description -n %{name}-%{_libvrs}
81 82
@@ -117,7 +118,8 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ @@ -117,7 +118,8 @@ See more details at https://softwarepublico.gov.br/social/pw3270/
117 NOCONFIGURE=1 \ 118 NOCONFIGURE=1 \
118 ./autogen.sh 119 ./autogen.sh
119 120
120 -%{_mingw32_configure} 121 +%{_mingw32_configure} \
  122 + --enable-static
121 123
122 %build 124 %build
123 make all 125 make all
@@ -153,6 +155,10 @@ rm -rf $RPM_BUILD_ROOT @@ -153,6 +155,10 @@ rm -rf $RPM_BUILD_ROOT
153 %dir %{_mingw32_includedir}/lib3270/ipc 155 %dir %{_mingw32_includedir}/lib3270/ipc
154 %{_mingw32_includedir}/lib3270/ipc/*.h 156 %{_mingw32_includedir}/lib3270/ipc/*.h
155 %{_mingw32_libdir}/pkgconfig/*.pc 157 %{_mingw32_libdir}/pkgconfig/*.pc
  158 +%{_mingw32_libdir}/*.a
  159 +%{_mingw32_libdir}/*.lib
  160 +
  161 +%{_mingw32_datadir}/%{_product}/def/*.def
156 162
157 %changelog 163 %changelog
158 164
win/x86_64/mingw64-libipc3270.spec
@@ -157,6 +157,9 @@ rm -rf $RPM_BUILD_ROOT @@ -157,6 +157,9 @@ rm -rf $RPM_BUILD_ROOT
157 %{_mingw64_includedir}/lib3270/ipc/*.h 157 %{_mingw64_includedir}/lib3270/ipc/*.h
158 %{_mingw64_libdir}/pkgconfig/*.pc 158 %{_mingw64_libdir}/pkgconfig/*.pc
159 %{_mingw64_libdir}/*.a 159 %{_mingw64_libdir}/*.a
  160 +%{_mingw64_libdir}/*.lib
  161 +
  162 +%{_mingw64_datadir}/%{_product}/def/*.def
160 163
161 %changelog 164 %changelog
162 165