Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 00:34:59 -05:00
parent 394061d8e9
commit 44a7137164

View File

@ -82,14 +82,12 @@ popd
/usr/sbin/alternatives --remove etags /usr/bin/etags.ctags || :
%files
%defattr(-, root, root, -)
%license COPYING
%doc EXTENDING.html FAQ NEWS README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%files etags
%defattr(-, root, root, -)
%license COPYING
%{_bindir}/etags.%{name}
%{_mandir}/man1/etags.%{name}.1*