The pkgcfg file should be in devel
This commit is contained in:
parent
952e2b11a0
commit
34a0093460
7
gmp.spec
7
gmp.spec
@ -6,7 +6,7 @@
|
||||
Summary: A GNU arbitrary precision library
|
||||
Name: gmp
|
||||
Version: 6.2.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Epoch: 1
|
||||
URL: http://gmplib.org/
|
||||
Source0: ftp://ftp.gmplib.org/pub/gmp-%{version}/gmp-%{version}.tar.bz2
|
||||
@ -156,7 +156,6 @@ export LD_LIBRARY_PATH=`pwd`/.libs
|
||||
%license COPYING COPYING.LESSERv3 COPYINGv2 COPYINGv3
|
||||
%doc NEWS README
|
||||
%{_libdir}/libgmp.so.*
|
||||
%{_libdir}/pkgconfig/gmp.pc
|
||||
%if %{with fips}
|
||||
%{_libdir}/.libgmp.so.*.hmac
|
||||
%endif
|
||||
@ -168,6 +167,7 @@ export LD_LIBRARY_PATH=`pwd`/.libs
|
||||
%files devel
|
||||
%{_libdir}/libgmp.so
|
||||
%{_libdir}/libgmpxx.so
|
||||
%{_libdir}/pkgconfig/gmp.pc
|
||||
%{_includedir}/*.h
|
||||
%{_infodir}/gmp.info*
|
||||
|
||||
@ -176,6 +176,9 @@ export LD_LIBRARY_PATH=`pwd`/.libs
|
||||
%{_libdir}/libgmpxx.a
|
||||
|
||||
%changelog
|
||||
* Fri Aug 07 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 1:6.2.0-4
|
||||
- The pkgcfg file should be in devel
|
||||
|
||||
* Tue Jul 28 2020 Jakub Martisko <jamartis@redhat.com> - 1:6.2.0-3
|
||||
- Use make macros
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user