Remove needless use of %defattr
This commit is contained in:
parent
218a22c92b
commit
dd732993ff
@ -66,17 +66,14 @@ popd
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS ChangeLog README README.hyphen README.nonstandard TODO
|
%doc AUTHORS ChangeLog README README.hyphen README.nonstandard TODO
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%dir %{_datadir}/hyphen
|
%dir %{_datadir}/hyphen
|
||||||
|
|
||||||
%files en
|
%files en
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_datadir}/hyphen/hyph_en*.dic
|
%{_datadir}/hyphen/hyph_en*.dic
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_includedir}/hyphen.h
|
%{_includedir}/hyphen.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_bindir}/substrings.pl
|
%{_bindir}/substrings.pl
|
||||||
|
Loading…
Reference in New Issue
Block a user