Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 01:54:39 -05:00
parent 519a7c5bcb
commit 95ae6bbdd1
1 changed files with 0 additions and 2 deletions

View File

@ -103,7 +103,6 @@ if [ $1 = 0 ]; then
fi
%files -f %{name}.lang
%defattr(-,root,root)
%license COPYING
%doc NEWS README AUTHORS
%{_bindir}/*
@ -112,7 +111,6 @@ fi
%{_includedir}/gnumake.h
%files devel
%defattr(-,root,root)
%{_includedir}/gnumake.h
%changelog