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
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%license COPYING.IEEE
|
%license COPYING.IEEE
|
||||||
%doc README.md
|
%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
|
%{_mandir}/man1/espeak-ng.1.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/pkgconfig/espeak-ng.pc
|
%{_libdir}/pkgconfig/espeak-ng.pc
|
||||||
%{_libdir}/libespeak-ng.so
|
%{_libdir}/libespeak-ng.so
|
||||||
%{_includedir}/espeak-ng
|
%{_includedir}/espeak-ng
|
||||||
|
|
||||||
%files vim
|
%files vim
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_datadir}/vim/vimfiles/ftdetect/espeakfiletype.vim
|
%{_datadir}/vim/vimfiles/ftdetect/espeakfiletype.vim
|
||||||
%{_datadir}/vim/vimfiles/syntax/espeaklist.vim
|
%{_datadir}/vim/vimfiles/syntax/espeaklist.vim
|
||||||
%{_datadir}/vim/vimfiles/syntax/espeakrules.vim
|
%{_datadir}/vim/vimfiles/syntax/espeakrules.vim
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc docs/*.html
|
%doc docs/*.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user