Commit 57dbd40ca459495f6926a2ea7babd6a331941ffa
1 parent
21a095e7
Exists in
master
and in
3 other branches
Updating windows package.
Showing
2 changed files
with
13 additions
and
13 deletions
Show diff stats
win/mingw32-lib3270.spec
... | ... | @@ -78,8 +78,8 @@ Summary: TN3270 Access library development files |
78 | 78 | Group: Development/Libraries/C and C++ |
79 | 79 | Requires: %{name} = %{version} |
80 | 80 | |
81 | -Provides: lib3270-devel = %{version} | |
82 | -Conflicts: otherproviders(lib3270-devel) | |
81 | +Provides: mingw32-lib3270-devel = %{version} | |
82 | +Conflicts: otherproviders(mingw32-lib3270-devel) | |
83 | 83 | |
84 | 84 | %description devel |
85 | 85 | ... | ... |
win/mingw64-lib3270.spec
... | ... | @@ -31,24 +31,24 @@ |
31 | 31 | |
32 | 32 | #---[ Main package ]-------------------------------------------------------------------------------------------------- |
33 | 33 | |
34 | -Summary: TN3270 Access library | |
34 | +Summary: TN3270 Access library | |
35 | 35 | Name: mingw64-lib3270-%{_libvrs} |
36 | 36 | Version: 5.2 |
37 | 37 | Release: 0 |
38 | 38 | License: GPL-2.0 |
39 | 39 | |
40 | -Source: %{name}-%{version}.tar.xz | |
40 | +Source: %{name}-%{version}.tar.xz | |
41 | 41 | |
42 | -Url: https://portal.softwarepublico.gov.br/social/pw3270/ | |
42 | +Url: https://portal.softwarepublico.gov.br/social/pw3270/ | |
43 | 43 | |
44 | -Group: Development/Libraries/C and C++ | |
45 | -BuildRoot: /var/tmp/%{name}-%{version} | |
44 | +Group: Development/Libraries/C and C++ | |
45 | +BuildRoot: /var/tmp/%{name}-%{version} | |
46 | 46 | |
47 | -Provides: mingw32-lib3270_%{MAJOR_VERSION}_%{MINOR_VERSION} | |
48 | -Conflicts: otherproviders(mingw32-lib3270_%{MAJOR_VERSION}_%{MINOR_VERSION}) | |
47 | +Provides: mingw64-lib3270_%{MAJOR_VERSION}_%{MINOR_VERSION} | |
48 | +Conflicts: otherproviders(mingw64-lib3270_%{MAJOR_VERSION}_%{MINOR_VERSION}) | |
49 | 49 | |
50 | -Provides: mingw64(lib:3270) = %{version} | |
51 | -Provides: mingw64(lib:3270_%{MAJOR_VERSION}_%{MINOR_VERSION}) = %{version} | |
50 | +Provides: mingw64(lib:3270) = %{version} | |
51 | +Provides: mingw64(lib:3270_%{MAJOR_VERSION}_%{MINOR_VERSION}) = %{version} | |
52 | 52 | |
53 | 53 | BuildRequires: autoconf |
54 | 54 | BuildRequires: automake |
... | ... | @@ -78,8 +78,8 @@ Summary: TN3270 Access library development files |
78 | 78 | Group: Development/Libraries/C and C++ |
79 | 79 | Requires: %{name} = %{version} |
80 | 80 | |
81 | -Provides: lib3270-devel = %{version} | |
82 | -Conflicts: otherproviders(lib3270-devel) | |
81 | +Provides: mingw64-lib3270-devel = %{version} | |
82 | +Conflicts: otherproviders(mingw64-lib3270-devel) | |
83 | 83 | |
84 | 84 | %description devel |
85 | 85 | ... | ... |