Remove needless use of %defattr
This commit is contained in:
parent
86d79fdbc6
commit
ad9ab99d9a
@ -71,7 +71,6 @@ ESPEAK_DATA_PATH=`pwd` LD_LIBRARY_PATH=src:${LD_LIBRARY_PATH} src/espeak-ng ...
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%license COPYING.IEEE
|
||||
%doc README.md
|
||||
@ -84,19 +83,16 @@ ESPEAK_DATA_PATH=`pwd` LD_LIBRARY_PATH=src:${LD_LIBRARY_PATH} src/espeak-ng ...
|
||||
%{_mandir}/man1/espeak-ng.1.gz
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/pkgconfig/espeak-ng.pc
|
||||
%{_libdir}/libespeak-ng.so
|
||||
%{_includedir}/espeak-ng
|
||||
|
||||
%files vim
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/vim/vimfiles/ftdetect/espeakfiletype.vim
|
||||
%{_datadir}/vim/vimfiles/syntax/espeaklist.vim
|
||||
%{_datadir}/vim/vimfiles/syntax/espeakrules.vim
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%doc docs/*.html
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user