Remove needless use of %defattr
This commit is contained in:
parent
9dfc9ca867
commit
11c3fa871b
@ -73,20 +73,17 @@ rm -f $RPM_BUILD_ROOT%{python_sitearch}/iptcdata.la
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
%{_bindir}/*
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/libiptcdata
|
||||
%{_datadir}/gtk-doc/html/libiptcdata
|
||||
|
||||
%files -n python2-libiptcdata
|
||||
%defattr(-,root,root)
|
||||
%doc python/README
|
||||
%doc python/examples/*
|
||||
%{python_sitearch}/*.so
|
||||
|
Loading…
Reference in New Issue
Block a user