Commit f540cbdc44be3bb0d11cbb02c1a09cdc6388ffc0

Authored by Perry Werneck
1 parent fb8ca8ad
Exists in master and in 1 other branch develop

Updating rpm package.

Showing 1 changed file with 7 additions and 8 deletions   Show diff stats
rpm/pw3270-plugin-hllapi.spec
... ... @@ -21,12 +21,6 @@
21 21 %define MAJOR_VERSION 5
22 22 %define MINOR_VERSION 2
23 23  
24   -#---[ Macros ]--------------------------------------------------------------------------------------------------------
25   -
26   -%if ! %{defined _release}
27   - %define _release suse%{suse_version}
28   -%endif
29   -
30 24 #---[ Main package ]--------------------------------------------------------------------------------------------------
31 25  
32 26 Summary: HLLAPI plugin and client library for pw3270
... ... @@ -41,8 +35,9 @@ Url: https://portal.softwarepublico.gov.br/social/pw3270/
41 35 Group: System/X11/Terminals
42 36 BuildRoot: /var/tmp/%{name}-%{version}
43 37  
44   -BuildRequires: libv3270-%{MAJOR_VERSION}_%{MINOR_VERSION}-devel
45   -BuildRequires: lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION}-devel
  38 +
  39 +BuildRequires: lib3270-devel >= 5.2
  40 +BuildRequires: libv3270-devel >= 5.2
46 41 BuildRequires: pw3270-devel >= 5.2
47 42 BuildRequires: autoconf >= 2.61
48 43 BuildRequires: automake
... ... @@ -99,6 +94,10 @@ make \
99 94  
100 95 %{_libdir}/pw3270-plugins/*.so
101 96  
  97 +%{_libdir}/libhllapi.so
  98 +%{_libdir}/libhllapi.so.%{MAJOR_VERSION}
  99 +%{_libdir}/libhllapi.so.%{MAJOR_VERSION}.%{MINOR_VERSION}
  100 +
102 101 %pre
103 102 /sbin/ldconfig
104 103 exit 0
... ...