From f5f5259904e84c07723153945589497858d0a41f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 18 Aug 2011 15:57:56 +0200 Subject: [PATCH] Remove explicit defattr from spec code --- pcre.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pcre.spec b/pcre.spec index 2a4ef21..cdf05b4 100644 --- a/pcre.spec +++ b/pcre.spec @@ -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 - 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 - 8.13-1 - 8.13 bump: Bug-fix version, Unicode tables updated to 6.0.0, new pcregrep