Commit 2663cee97419c9e41d7d0e623182ac5c68989cdd
1 parent
0a2f42a0
Exists in
master
and in
1 other branch
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,7 +36,7 @@ BuildRequires: coreutils | ||
| 36 | BuildRequires: gcc-c++ | 36 | BuildRequires: gcc-c++ |
| 37 | BuildRequires: gettext-devel | 37 | BuildRequires: gettext-devel |
| 38 | BuildRequires: m4 | 38 | BuildRequires: m4 |
| 39 | -BuildRequires: pkgconfig(ipc3270) | 39 | +BuildRequires: pkgconfig(ipc3270) |
| 40 | 40 | ||
| 41 | %if 0%{?fedora} || 0%{?suse_version} > 1200 | 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,8 +64,8 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ | ||
| 64 | %define _libvrs %{MAJOR_VERSION}_%{MINOR_VERSION} | 64 | %define _libvrs %{MAJOR_VERSION}_%{MINOR_VERSION} |
| 65 | 65 | ||
| 66 | %package -n %{name}%{_libvrs} | 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 | %description -n %{name}%{_libvrs} | 70 | %description -n %{name}%{_libvrs} |
| 71 | 71 | ||
| @@ -76,8 +76,8 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ | @@ -76,8 +76,8 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ | ||
| 76 | #---[ Development ]--------------------------------------------------------------------------------------------------- | 76 | #---[ Development ]--------------------------------------------------------------------------------------------------- |
| 77 | 77 | ||
| 78 | %package devel | 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 | %description devel | 82 | %description devel |
| 83 | 83 | ||
| @@ -121,6 +121,7 @@ rm -rf $RPM_BUILD_ROOT | @@ -121,6 +121,7 @@ rm -rf $RPM_BUILD_ROOT | ||
| 121 | 121 | ||
| 122 | %{_libdir}/%{name}.so | 122 | %{_libdir}/%{name}.so |
| 123 | %{_includedir}/lib3270/hllapi.h | 123 | %{_includedir}/lib3270/hllapi.h |
| 124 | +%{_libdir}/pkgconfig/hllapi.pc | ||
| 124 | 125 | ||
| 125 | %pre -n %{name}%{_libvrs} -p /sbin/ldconfig | 126 | %pre -n %{name}%{_libvrs} -p /sbin/ldconfig |
| 126 | 127 |