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
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc README COPYING TODO AUTHORS NEWS
|
%doc README COPYING TODO AUTHORS NEWS
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/ieee1284.h
|
%{_includedir}/ieee1284.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%files -n python2-libieee1284
|
%files -n python2-libieee1284
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/python*/*/*.so
|
%{_libdir}/python*/*/*.so
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user