Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 01:33:41 -05:00
parent b3072b6381
commit 625de009bd
1 changed files with 0 additions and 4 deletions

View File

@ -93,7 +93,6 @@ make check
%postun libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig
%files %files
%defattr(-,root,root,-)
%doc doc/{command.html,common.css,icon16.png} %doc doc/{command.html,common.css,icon16.png}
%{_bindir}/kccachetest %{_bindir}/kccachetest
%{_bindir}/kcdirmgr %{_bindir}/kcdirmgr
@ -131,14 +130,12 @@ make check
%{_mandir}/man1/kcutiltest.1* %{_mandir}/man1/kcutiltest.1*
%files libs %files libs
%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license COPYING FOSSEXCEPTION LINKEXCEPTION %license COPYING FOSSEXCEPTION LINKEXCEPTION
%doc ChangeLog %doc ChangeLog
%{_libdir}/libkyotocabinet.so.* %{_libdir}/libkyotocabinet.so.*
%files devel %files devel
%defattr(-,root,root,-)
%{_includedir}/kccachedb.h %{_includedir}/kccachedb.h
%{_includedir}/kccommon.h %{_includedir}/kccommon.h
%{_includedir}/kccompare.h %{_includedir}/kccompare.h
@ -165,7 +162,6 @@ make check
%{_libdir}/pkgconfig/kyotocabinet.pc %{_libdir}/pkgconfig/kyotocabinet.pc
%files apidocs %files apidocs
%defattr(-,root,root,-)
%doc COPYING doc/api/* kyotocabinet.idl %doc COPYING doc/api/* kyotocabinet.idl
%changelog %changelog