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
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/{command.html,common.css,icon16.png}
|
||||
%{_bindir}/kccachetest
|
||||
%{_bindir}/kcdirmgr
|
||||
@ -131,14 +130,12 @@ make check
|
||||
%{_mandir}/man1/kcutiltest.1*
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING FOSSEXCEPTION LINKEXCEPTION
|
||||
%doc ChangeLog
|
||||
%{_libdir}/libkyotocabinet.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/kccachedb.h
|
||||
%{_includedir}/kccommon.h
|
||||
%{_includedir}/kccompare.h
|
||||
@ -165,7 +162,6 @@ make check
|
||||
%{_libdir}/pkgconfig/kyotocabinet.pc
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING doc/api/* kyotocabinet.idl
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user