Remove needless use of %defattr
This commit is contained in:
parent
abf63c0cee
commit
9ef7ba6326
@ -69,7 +69,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING ChangeLog README AUTHORS NEWS
|
%doc COPYING ChangeLog README AUTHORS NEWS
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
@ -82,13 +81,11 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|||||||
|
|
||||||
|
|
||||||
%files tex
|
%files tex
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_datadir}/xmlto/format/fo/dvi
|
%{_datadir}/xmlto/format/fo/dvi
|
||||||
%{_datadir}/xmlto/format/fo/ps
|
%{_datadir}/xmlto/format/fo/ps
|
||||||
%{_datadir}/xmlto/format/fo/pdf
|
%{_datadir}/xmlto/format/fo/pdf
|
||||||
|
|
||||||
%files xhtml
|
%files xhtml
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%dir %{_datadir}/xmlto/format/xhtml1/
|
%dir %{_datadir}/xmlto/format/xhtml1/
|
||||||
%{_datadir}/xmlto/format/xhtml1/*
|
%{_datadir}/xmlto/format/xhtml1/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user