Fix multiarch conflict in devel subpackage (#1964346)

Resolves: #1964346
This commit is contained in:
David King 2021-05-25 11:06:29 +01:00
parent 4c0e536172
commit 6fccb7eda6

View File

@ -1,6 +1,6 @@
Name: libxml2
Version: 2.9.12
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library providing XML and HTML support
License: MIT
@ -98,7 +98,7 @@ touch -m --reference=%{buildroot}%{_includedir}/libxml2/libxml/parser.h %{buildr
find %{buildroot} -type f -name '*.la' -print -delete
rm -vf %{buildroot}{%{python2_sitearch},%{python3_sitearch}}/*.a
rm -vrf %{buildroot}%{_datadir}/doc/
#(cd doc/examples ; make clean ; rm -rf .deps Makefile)
(cd doc/examples ; make clean ; rm -rf .deps Makefile)
gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz
%check
@ -146,6 +146,9 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz
%{python3_sitearch}/libxml2mod.so
%changelog
* Tue May 25 2021 David King <dking@redhat.com> - 2.9.12-2
- Fix multiarch conflict in devel subpackage (#1964346)
* Fri May 14 2021 David King <dking@redhat.com> - 2.9.12-1
- Rebase to 2.9.12 (#1960623)