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