Remove needless use of %defattr
This commit is contained in:
parent
9fed47ca72
commit
883e5d4fcb
@ -156,7 +156,6 @@ rm -f %{buildroot}%{_prefix}/lib/libsyslinux*
|
|||||||
rm -f %{buildroot}%{_includedir}/syslinux.h
|
rm -f %{buildroot}%{_includedir}/syslinux.h
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS README*
|
%doc NEWS README*
|
||||||
@ -183,7 +182,6 @@ rm -f %{buildroot}%{_includedir}/syslinux.h
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files perl
|
%files perl
|
||||||
%defattr(-,root,root)
|
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_mandir}/man1/lss16toppm*
|
%{_mandir}/man1/lss16toppm*
|
||||||
@ -200,7 +198,6 @@ rm -f %{buildroot}%{_includedir}/syslinux.h
|
|||||||
%{_bindir}/isohybrid.pl
|
%{_bindir}/isohybrid.pl
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%dir %{_datadir}/syslinux/com32
|
%dir %{_datadir}/syslinux/com32
|
||||||
|
Loading…
Reference in New Issue
Block a user