rebuilt with --with-history --with-icu --with-threads [release 2.12.2-2mamba;Sat Dec 09 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 06:13:39 +01:00
parent 6e646acee4
commit db1b7ad723

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f 1-2)
Name: libxml2
Version: 2.12.1
Release: 1mamba
Version: 2.12.2
Release: 2mamba
Summary: Library providing XML and HTML support
Group: System/Libraries
Vendor: openmamba
@ -13,8 +13,11 @@ Patch0: %{name}-2.7.8-configure_fix_USE_VERSION_SCRIPT.patch
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libicu-devel
BuildRequires: liblzma-devel
BuildRequires: libncurses-devel
BuildRequires: libpython311-devel
BuildRequires: libreadline-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
@ -87,7 +90,10 @@ cp -a python python27
%configure \
--enable-shared \
--disable-static \
--with-history \
--with-icu \
--with-legacy \
--with-threads \
%if "%{stage1}" != "1"
--with-python=%{__python3} \
PYTHON=%{__python3}
@ -120,7 +126,6 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/xml
%dir %{_sysconfdir}/sgml
%dir %{_sysconfdir}/xml
%{_libdir}/libxml2.so.*
%{python3_sitearch}/libxml2mod.so
%doc Copyright
%files devel
@ -147,6 +152,7 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/xml
%if "%{stage1}" != "1"
%files -n python-libxml2-py3
%defattr(-,root,root)
%{python3_sitearch}/libxml2mod.so
%{python3_sitelib}/__pycache__/*.pyc
%{python3_sitelib}/drv_libxml2.py
%{python3_sitelib}/libxml2.py
@ -162,6 +168,12 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/xml
%endif
%changelog
* Sat Dec 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.12.2-2mamba
- rebuilt with --with-history --with-icu --with-threads
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 2.12.2-1mamba
- automatic version update by autodist
* Fri Nov 24 2023 Automatic Build System <autodist@mambasoft.it> 2.12.1-1mamba
- automatic version update by autodist