Remove needless use of %defattr
This commit is contained in:
parent
b3072b6381
commit
625de009bd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user