Remove needless use of %defattr

epel9
Jason Tibbitts 7 years ago
parent 138e9ad5d5
commit c8b30af8f5

@ -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

Loading…
Cancel
Save