Remove explicit defattr from spec code
This commit is contained in:
parent
c1e7548002
commit
f5f5259904
@ -83,13 +83,11 @@ make check
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/%{_lib}/*.so.*
|
||||
%{_libdir}/*.so.*
|
||||
%doc AUTHORS COPYING LICENCE NEWS README ChangeLog
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_includedir}/*.h
|
||||
@ -100,12 +98,10 @@ make check
|
||||
%doc HACKING
|
||||
|
||||
%files static
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.a
|
||||
%doc COPYING LICENCE
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/pcregrep
|
||||
%{_bindir}/pcretest
|
||||
%{_mandir}/man1/pcregrep.*
|
||||
@ -115,6 +111,7 @@ make check
|
||||
* Thu Aug 18 2011 Petr Pisar <ppisar@redhat.com> - 8.13-2
|
||||
- Separate utilities from libraries
|
||||
- Move pcre-config(1) manual to pcre-devel sub-package
|
||||
- Remove explicit defattr from spec code
|
||||
|
||||
* Thu Aug 18 2011 Petr Pisar <ppisar@redhat.com> - 8.13-1
|
||||
- 8.13 bump: Bug-fix version, Unicode tables updated to 6.0.0, new pcregrep
|
||||
|
Loading…
Reference in New Issue
Block a user