Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 00:09:27 -05:00
commit b8d710f8cb

View file

@ -116,12 +116,10 @@ make %{?_smp_mflags} check
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%{_libdir}/lib%{name}.so.*
%doc LICENSE.txt NOTICE.txt README.txt RELEASE_NOTES.txt
%files devel
%defattr(-,root,root,-)
%{_libdir}/lib%{name}.so
%{_includedir}/%{name}-%{version}
%{_libdir}/pkgconfig/%{name}.pc
@ -129,7 +127,6 @@ make %{?_smp_mflags} check
%if %{?with_docs}0
%files doc
%defattr(-,root,root,-)
%doc doc/%{name}.pdf
%endif