Commit 69bc7341cbf29b4666c3393290e7610c0b1db8d4
1 parent
17a0ef76
Exists in
master
and in
5 other branches
Ajustes para empacotamento.
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
rpm/pw3270.spec
| @@ -42,6 +42,8 @@ Source: pw3270-%{version}.tar.bz2 | @@ -42,6 +42,8 @@ Source: pw3270-%{version}.tar.bz2 | ||
| 42 | BuildRoot: %{_tmppath}/%{name}-%{version}-build | 42 | BuildRoot: %{_tmppath}/%{name}-%{version}-build |
| 43 | 43 | ||
| 44 | Requires: shared-mime-info | 44 | Requires: shared-mime-info |
| 45 | +Provides: libpw3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} | ||
| 46 | + | ||
| 45 | 47 | ||
| 46 | #--[ Setup by distribution ]------------------------------------------------------------------------------------------ | 48 | #--[ Setup by distribution ]------------------------------------------------------------------------------------------ |
| 47 | # | 49 | # |
| @@ -139,6 +141,7 @@ Summary: 3270 Communication library for %{name} | @@ -139,6 +141,7 @@ Summary: 3270 Communication library for %{name} | ||
| 139 | Group: Development/Libraries/C and C++ | 141 | Group: Development/Libraries/C and C++ |
| 140 | Requires: openssl | 142 | Requires: openssl |
| 141 | Provides: lib3270 = %{version} | 143 | Provides: lib3270 = %{version} |
| 144 | +Provides: lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} | ||
| 142 | 145 | ||
| 143 | %description -n lib3270-%{_libvrs} | 146 | %description -n lib3270-%{_libvrs} |
| 144 | Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. | 147 | Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. |
| @@ -150,7 +153,7 @@ This package contains the tn3270 protocol library for %{name} | @@ -150,7 +153,7 @@ This package contains the tn3270 protocol library for %{name} | ||
| 150 | %package -n lib3270-devel | 153 | %package -n lib3270-devel |
| 151 | Summary: Devel for 3270 Communication library for %{name} | 154 | Summary: Devel for 3270 Communication library for %{name} |
| 152 | Group: Development/Libraries/C and C++ | 155 | Group: Development/Libraries/C and C++ |
| 153 | -Provides: lib3270-devel-%{MAJOR_VERSION}_%{MINOR_VERSION} | 156 | +Provides: lib3270-devel-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} |
| 154 | Requires: lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} | 157 | Requires: lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version} |
| 155 | 158 | ||
| 156 | %description -n lib3270-devel | 159 | %description -n lib3270-devel |