remove %defattr declarations
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
965bdac3f2
commit
db8ab5e351
10
libxml2.spec
10
libxml2.spec
@ -144,8 +144,6 @@ make runtests
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license Copyright
|
||||
%doc AUTHORS NEWS README TODO
|
||||
@ -158,8 +156,6 @@ make runtests
|
||||
%{_bindir}/xmlcatalog
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
|
||||
%doc %{_mandir}/man1/xml2-config.1*
|
||||
%doc AUTHORS NEWS README Copyright
|
||||
%doc doc/*.html doc/html doc/*.gif doc/*.png
|
||||
@ -180,13 +176,9 @@ make runtests
|
||||
%{_libdir}/cmake/libxml2/libxml2-config.cmake
|
||||
|
||||
%files static
|
||||
%defattr(-, root, root)
|
||||
|
||||
%{_libdir}/*a
|
||||
|
||||
%files -n python2-%{name}
|
||||
%defattr(-, root, root)
|
||||
|
||||
%{_libdir}/python2*/site-packages/libxml2.py*
|
||||
%{_libdir}/python2*/site-packages/drv_libxml2.py*
|
||||
%{_libdir}/python2*/site-packages/libxml2mod*
|
||||
@ -197,8 +189,6 @@ make runtests
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-%{name}
|
||||
%defattr(-, root, root)
|
||||
|
||||
%{_libdir}/python3*/site-packages/libxml2.py*
|
||||
%{_libdir}/python3*/site-packages/drv_libxml2.py*
|
||||
%{_libdir}/python3*/site-packages/__pycache__/*py*
|
||||
|
Loading…
Reference in New Issue
Block a user