Commit 69bc7341cbf29b4666c3393290e7610c0b1db8d4

Authored by Perry Werneck
1 parent 17a0ef76

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 42 BuildRoot: %{_tmppath}/%{name}-%{version}-build
43 43  
44 44 Requires: shared-mime-info
  45 +Provides: libpw3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version}
  46 +
45 47  
46 48 #--[ Setup by distribution ]------------------------------------------------------------------------------------------
47 49 #
... ... @@ -139,6 +141,7 @@ Summary: 3270 Communication library for %{name}
139 141 Group: Development/Libraries/C and C++
140 142 Requires: openssl
141 143 Provides: lib3270 = %{version}
  144 +Provides: lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version}
142 145  
143 146 %description -n lib3270-%{_libvrs}
144 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 153 %package -n lib3270-devel
151 154 Summary: Devel for 3270 Communication library for %{name}
152 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 157 Requires: lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version}
155 158  
156 159 %description -n lib3270-devel
... ...