pkgconfig file belong in devel package, drop obsolete group in spec
This commit is contained in:
parent
d678c2050d
commit
779e552101
10
libpcap.spec
10
libpcap.spec
@ -1,9 +1,8 @@
|
||||
Name: libpcap
|
||||
Epoch: 14
|
||||
Version: 1.9.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A system-independent interface for user-level packet capture
|
||||
Group: Development/Libraries
|
||||
License: BSD with advertising
|
||||
URL: http://www.tcpdump.org
|
||||
|
||||
@ -34,7 +33,6 @@ on your network.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries and header files for the libpcap library
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -72,7 +70,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libpcap.a
|
||||
%license LICENSE
|
||||
%doc README.md CHANGES CREDITS
|
||||
%{_libdir}/libpcap.so.*
|
||||
%{_libdir}/pkgconfig/libpcap.pc
|
||||
%{_mandir}/man7/pcap*.7*
|
||||
|
||||
%files devel
|
||||
@ -80,11 +77,16 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libpcap.a
|
||||
%{_includedir}/pcap*.h
|
||||
%{_includedir}/pcap
|
||||
%{_libdir}/libpcap.so
|
||||
%{_libdir}/pkgconfig/libpcap.pc
|
||||
%{_mandir}/man1/pcap-config.1*
|
||||
%{_mandir}/man3/pcap*.3*
|
||||
%{_mandir}/man5/pcap*.5*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 13 2018 Peter Robinson <pbrobinson@fedoraproject.org> 14:1.9.0-2
|
||||
- pkgconfig file belong in devel package
|
||||
- drop obsolete group in spec
|
||||
|
||||
* Wed Aug 01 2018 Michal Ruprich <mruprich@redhat.com> - 14:1.9.0-1
|
||||
- New version 1.9.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user