Commit 4422f4f07dfe8ad770781624cd8253e9b63958ab

Authored by Perry Werneck
1 parent 2f03d4e0

Fixing rpm package.

Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
rpm/lib3270.spec
... ... @@ -71,17 +71,17 @@ See more details at https://softwarepublico.gov.br/social/pw3270/
71 71  
72 72 #---[ C++ API ]-------------------------------------------------------------------------------------------------------
73 73  
74   -%package -n lib3270++-%{_libvrs}
  74 +%package -n lib3270++%{_libvrs}
75 75  
76 76 Summary: TN3270 Access C++ library
77 77 Group: Development/Libraries/C and C++
78 78  
79   -Requires: %{name} = %{version}
  79 +Requires: %{name}
80 80  
81 81 Provides: lib3270++%{MAJOR_VERSION}_%{MINOR_VERSION}
82 82 Conflicts: otherproviders(lib3270++%{MAJOR_VERSION}_%{MINOR_VERSION})
83 83  
84   -%description -n lib3270++-%{_libvrs}
  84 +%description -n lib3270++%{_libvrs}
85 85  
86 86 TN3270 access library originally designed as part of the pw3270 application (C++ Version).
87 87  
... ... @@ -95,7 +95,7 @@ Summary: TN3270 Access library development files
95 95 Group: Development/Libraries/C and C++
96 96  
97 97 Requires: %{name} = %{version}
98   -Requires: lib3270++-%{_libvrs} = %{version}
  98 +Requires: lib3270++%{_libvrs} = %{version}
99 99  
100 100 Provides: lib3270-devel = %{version}
101 101 Conflicts: otherproviders(lib3270-devel)
... ... @@ -134,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT
134 134 %{_libdir}/lib3270.so.5
135 135 %{_libdir}/lib3270.so.5.2
136 136  
137   -%files -n lib3270++-%{_libvrs}
  137 +%files -n lib3270++%{_libvrs}
138 138 %defattr(-,root,root)
139 139  
140 140 %{_libdir}/lib3270++.so.5
... ... @@ -170,11 +170,11 @@ exit 0
170 170 /sbin/ldconfig
171 171 exit 0
172 172  
173   -%post -n lib3270++-%{_libvrs}
  173 +%post -n lib3270++%{_libvrs}
174 174 /sbin/ldconfig
175 175 exit 0
176 176  
177   -%postun -n lib3270++-%{_libvrs}
  177 +%postun -n lib3270++%{_libvrs}
178 178 /sbin/ldconfig
179 179 exit 0
180 180  
... ...