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
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%doc NEWS README*
|
||||
@ -183,7 +182,6 @@ rm -f %{buildroot}%{_includedir}/syslinux.h
|
||||
%endif
|
||||
|
||||
%files perl
|
||||
%defattr(-,root,root)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%{_mandir}/man1/lss16toppm*
|
||||
@ -200,7 +198,6 @@ rm -f %{buildroot}%{_includedir}/syslinux.h
|
||||
%{_bindir}/isohybrid.pl
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%dir %{_datadir}/syslinux/com32
|
||||
|
Loading…
Reference in New Issue
Block a user