Don't ship usbutils pkgconfig file
This commit is contained in:
parent
96fb13a79a
commit
8bd081531f
@ -1,7 +1,7 @@
|
||||
Name: usbutils
|
||||
Summary: Linux USB utilities
|
||||
Version: 008
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
URL: http://www.linux-usb.org/
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -29,6 +29,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
rm -rf %{buildroot}/%{_datadir}/pkgconfig/usbutils.pc
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
@ -36,10 +37,11 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%doc AUTHORS NEWS README
|
||||
%{_mandir}/*/*
|
||||
%{_bindir}/*
|
||||
%{_datadir}/pkgconfig/usbutils.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 29 2016 Peter Robinson <pbrobinson@fedoraproject.org> 008-6
|
||||
- Don't ship usbutils pkgconfig file
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 008-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user