Commit 2663cee97419c9e41d7d0e623182ac5c68989cdd

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

Updating rpm control file.

Showing 1 changed file with 6 additions and 5 deletions   Show diff stats
rpm/libhllapi.spec
... ... @@ -36,7 +36,7 @@ BuildRequires: coreutils
36 36 BuildRequires: gcc-c++
37 37 BuildRequires: gettext-devel
38 38 BuildRequires: m4
39   -BuildRequires: pkgconfig(ipc3270)
  39 +BuildRequires: pkgconfig(ipc3270)
40 40  
41 41 %if 0%{?fedora} || 0%{?suse_version} > 1200
42 42  
... ... @@ -64,8 +64,8 @@ See more details at https://softwarepublico.gov.br/social/pw3270/
64 64 %define _libvrs %{MAJOR_VERSION}_%{MINOR_VERSION}
65 65  
66 66 %package -n %{name}%{_libvrs}
67   -Summary: HLLAPI client library for lib3270/pw3270
68   -Group: Development/Libraries/C and C++
  67 +Summary: HLLAPI client library for lib3270/pw3270
  68 +Group: Development/Libraries/C and C++
69 69  
70 70 %description -n %{name}%{_libvrs}
71 71  
... ... @@ -76,8 +76,8 @@ See more details at https://softwarepublico.gov.br/social/pw3270/
76 76 #---[ Development ]---------------------------------------------------------------------------------------------------
77 77  
78 78 %package devel
79   -Summary: HLLAPI Development files.
80   -Requires: %{name}%{_libvrs} = %{version}
  79 +Summary: HLLAPI Development files.
  80 +Requires: %{name}%{_libvrs} = %{version}
81 81  
82 82 %description devel
83 83  
... ... @@ -121,6 +121,7 @@ rm -rf $RPM_BUILD_ROOT
121 121  
122 122 %{_libdir}/%{name}.so
123 123 %{_includedir}/lib3270/hllapi.h
  124 +%{_libdir}/pkgconfig/hllapi.pc
124 125  
125 126 %pre -n %{name}%{_libvrs} -p /sbin/ldconfig
126 127  
... ...