remove superfluous %defattr
This commit is contained in:
parent
31240c0441
commit
b27ab413f9
@ -74,27 +74,23 @@ rm -f %{buildroot}/%{_bindir}/cmx2*
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING.*
|
||||
%{_libdir}/%{name}-0.0.so.*
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/%{name}-0.0
|
||||
%{_libdir}/%{name}-0.0.so
|
||||
%{_libdir}/pkgconfig/%{name}-0.0.pc
|
||||
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING.*
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/html
|
||||
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/cdr2raw
|
||||
%{_bindir}/cdr2xhtml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user