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