Remove needless use of %defattr
This commit is contained in:
parent
b91ccf9f67
commit
862aa2e3ab
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue