Commit 13276726b2f6b0e1460b78adf56df66d7da6a696

Authored by Perry Werneck
1 parent e0256fd4

Updating 32 bits windows build.

win/mingw32-service.xml
@@ -12,11 +12,11 @@ @@ -12,11 +12,11 @@
12 </service> 12 </service>
13 13
14 <!-- https://github.com/openSUSE/obs-service-extract_file --> 14 <!-- https://github.com/openSUSE/obs-service-extract_file -->
15 - <!-- service name="extract_file"> 15 + <service name="extract_file">
16 <param name="archive">*.tar</param> 16 <param name="archive">*.tar</param>
17 <param name="files">*/win/mingw32-lib3270.spec</param> 17 <param name="files">*/win/mingw32-lib3270.spec</param>
18 <param name="outfilename">mingw32-lib3270-5_2.spec</param> 18 <param name="outfilename">mingw32-lib3270-5_2.spec</param>
19 - </service --> 19 + </service>
20 20
21 <service name="recompress"> 21 <service name="recompress">
22 <param name="file">*.tar</param> 22 <param name="file">*.tar</param>
win/mingw64-lib3270.spec
@@ -32,10 +32,10 @@ @@ -32,10 +32,10 @@
32 #---[ Main package ]-------------------------------------------------------------------------------------------------- 32 #---[ Main package ]--------------------------------------------------------------------------------------------------
33 33
34 Summary: TN3270 Access library 34 Summary: TN3270 Access library
35 -Name: mingw64-lib3270-%{_libvrs}  
36 -Version: 5.2  
37 -Release: 0  
38 -License: GPL-2.0 35 +Name: mingw64-lib3270-%{_libvrs}
  36 +Version: 5.2
  37 +Release: 0
  38 +License: GPL-2.0
39 39
40 Source: %{name}-%{version}.tar.xz 40 Source: %{name}-%{version}.tar.xz
41 41
@@ -47,6 +47,9 @@ BuildRoot: /var/tmp/%{name}-%{version} @@ -47,6 +47,9 @@ BuildRoot: /var/tmp/%{name}-%{version}
47 Provides: mingw64(lib:3270) = %{version} 47 Provides: mingw64(lib:3270) = %{version}
48 Provides: mingw64(lib:3270-%{_libvrs}) = %{version} 48 Provides: mingw64(lib:3270-%{_libvrs}) = %{version}
49 49
  50 +Provides: mingw64(lib:3270++) = %{version}
  51 +Provides: mingw64(lib:3270++%{_libvrs}) = %{version}
  52 +
50 BuildRequires: autoconf 53 BuildRequires: autoconf
51 BuildRequires: automake 54 BuildRequires: automake
52 BuildRequires: gettext-tools 55 BuildRequires: gettext-tools