Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 01:40:22 -05:00
commit 862aa2e3ab

View file

@ -116,7 +116,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGES COPYING README
%{_bindir}/%{name}
%{_bindir}/%{name}-schema
@ -127,14 +126,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_datadir}/%{name}
%files devel
%defattr(-,root,root,-)
%{_includedir}/schemaparser
%{_includedir}/wsdlparser
%{_includedir}/xmlpull
%{_libdir}/lib*.so
%files doc
%defattr(-,root,root,-)
%doc AUTHORS CHANGES COPYING README
%doc %{mydocs}/html