Remove needless use of %defattr
This commit is contained in:
parent
3c58474d09
commit
91471f11a9
@ -58,19 +58,16 @@ rm -f %{buildroot}%{_libdir}/*.a
|
||||
rm -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING TODO AUTHORS NEWS
|
||||
%{_libdir}/*.so.*
|
||||
%{_bindir}/*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/ieee1284.h
|
||||
%{_libdir}/*.so
|
||||
%{_mandir}/*/*
|
||||
|
||||
%files -n python2-libieee1284
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/python*/*/*.so
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user