Commit 13276726b2f6b0e1460b78adf56df66d7da6a696
1 parent
e0256fd4
Exists in
master
and in
3 other branches
Updating 32 bits windows build.
Showing
2 changed files
with
9 additions
and
6 deletions
Show diff stats
win/mingw32-service.xml
... | ... | @@ -12,11 +12,11 @@ |
12 | 12 | </service> |
13 | 13 | |
14 | 14 | <!-- https://github.com/openSUSE/obs-service-extract_file --> |
15 | - <!-- service name="extract_file"> | |
15 | + <service name="extract_file"> | |
16 | 16 | <param name="archive">*.tar</param> |
17 | 17 | <param name="files">*/win/mingw32-lib3270.spec</param> |
18 | 18 | <param name="outfilename">mingw32-lib3270-5_2.spec</param> |
19 | - </service --> | |
19 | + </service> | |
20 | 20 | |
21 | 21 | <service name="recompress"> |
22 | 22 | <param name="file">*.tar</param> | ... | ... |
win/mingw64-lib3270.spec
... | ... | @@ -32,10 +32,10 @@ |
32 | 32 | #---[ Main package ]-------------------------------------------------------------------------------------------------- |
33 | 33 | |
34 | 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 | 40 | Source: %{name}-%{version}.tar.xz |
41 | 41 | |
... | ... | @@ -47,6 +47,9 @@ BuildRoot: /var/tmp/%{name}-%{version} |
47 | 47 | Provides: mingw64(lib:3270) = %{version} |
48 | 48 | Provides: mingw64(lib:3270-%{_libvrs}) = %{version} |
49 | 49 | |
50 | +Provides: mingw64(lib:3270++) = %{version} | |
51 | +Provides: mingw64(lib:3270++%{_libvrs}) = %{version} | |
52 | + | |
50 | 53 | BuildRequires: autoconf |
51 | 54 | BuildRequires: automake |
52 | 55 | BuildRequires: gettext-tools | ... | ... |