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