rebuilt to fix libxml2mod.so linked against py27 in py3 [release 2.9.10-5mamba;Sun Apr 11 2021]
This commit is contained in:
parent
f7c6ba844b
commit
6336346692
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: libxml2
|
Name: libxml2
|
||||||
Version: 2.9.10
|
Version: 2.9.10
|
||||||
Release: 4mamba
|
Release: 5mamba
|
||||||
Summary: Library providing XML and HTML support
|
Summary: Library providing XML and HTML support
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -97,7 +97,7 @@ cp -a python python27
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--with-legacy \
|
--with-legacy \
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
PYTHON=%{__python3} \
|
--with-python=%{__python3} \
|
||||||
%else
|
%else
|
||||||
--without-python \
|
--without-python \
|
||||||
--disable-gtk-doc
|
--disable-gtk-doc
|
||||||
@ -116,7 +116,6 @@ cd ..
|
|||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall PYTHON_SITE_PACKAGES=%{python3_sitearch}
|
%makeinstall PYTHON_SITE_PACKAGES=%{python3_sitearch}
|
||||||
|
|
||||||
|
|
||||||
install AUTHORS COPYING Copyright NEWS README TODO* \
|
install AUTHORS COPYING Copyright NEWS README TODO* \
|
||||||
%{buildroot}%{_datadir}/doc/%{name}-%{version}/
|
%{buildroot}%{_datadir}/doc/%{name}-%{version}/
|
||||||
|
|
||||||
@ -192,6 +191,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.10-5mamba
|
||||||
|
- rebuilt to fix libxml2mod.so linked against py27 in py3
|
||||||
|
|
||||||
* Mon Mar 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.10-4mamba
|
* Mon Mar 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.10-4mamba
|
||||||
- add -py27 package required for e.g. gimp-help
|
- add -py27 package required for e.g. gimp-help
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user