Remove needless use of %defattr
This commit is contained in:
parent
46592962ea
commit
7ee751b935
@ -117,7 +117,6 @@ make check
|
||||
echo ============END TESTING===========
|
||||
|
||||
%files -f flex.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{_pkgdocdir}
|
||||
%license COPYING
|
||||
%{_pkgdocdir}/NEWS
|
||||
@ -128,13 +127,11 @@ echo ============END TESTING===========
|
||||
%{_infodir}/flex.info*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_pkgdocdir}
|
||||
%license COPYING
|
||||
%{_libdir}/*.a
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%{_pkgdocdir}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user