From c8b30af8f58c226fb45051aedbe9dfc7d970cc0d Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:38:32 -0500 Subject: [PATCH] Remove needless use of %defattr --- libdc1394.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libdc1394.spec b/libdc1394.spec index 51930a2..10662ae 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -88,12 +88,10 @@ done %postun -p /sbin/ldconfig %files -%defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/libdc1394*.so.* %files devel -%defattr(-, root, root, 0755) %doc examples/*.h examples/*.c %{_includedir}/dc1394/ %{_libdir}/libdc1394*.so @@ -101,11 +99,9 @@ done %exclude %{_libdir}/*.la %files docs -%defattr(-, root, root, 0755) %doc doc/html/* %files tools -%defattr(-, root, root, 0755) %{_bindir}/dc1394_* %{_mandir}/man1/dc1394_*.1.gz