Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 01:43:59 -05:00
parent 9c121e2826
commit 089a1ea119

View File

@ -43,7 +43,6 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc}
%license COPYING
%doc README
@ -51,7 +50,6 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%dir %{_includedir}/libnfnetlink