rebuilt with --with-history --with-icu --with-threads [release 2.12.2-2mamba;Sat Dec 09 2023]
This commit is contained in:
parent
6e646acee4
commit
db1b7ad723
18
libxml2.spec
18
libxml2.spec
@ -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.12.1
|
Version: 2.12.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Library providing XML and HTML support
|
Summary: Library providing XML and HTML support
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,8 +13,11 @@ Patch0: %{name}-2.7.8-configure_fix_USE_VERSION_SCRIPT.patch
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
@ -87,7 +90,10 @@ cp -a python python27
|
|||||||
%configure \
|
%configure \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--with-history \
|
||||||
|
--with-icu \
|
||||||
--with-legacy \
|
--with-legacy \
|
||||||
|
--with-threads \
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
--with-python=%{__python3} \
|
--with-python=%{__python3} \
|
||||||
PYTHON=%{__python3}
|
PYTHON=%{__python3}
|
||||||
@ -120,7 +126,6 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/xml
|
|||||||
%dir %{_sysconfdir}/sgml
|
%dir %{_sysconfdir}/sgml
|
||||||
%dir %{_sysconfdir}/xml
|
%dir %{_sysconfdir}/xml
|
||||||
%{_libdir}/libxml2.so.*
|
%{_libdir}/libxml2.so.*
|
||||||
%{python3_sitearch}/libxml2mod.so
|
|
||||||
%doc Copyright
|
%doc Copyright
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -147,6 +152,7 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/xml
|
|||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
%files -n python-libxml2-py3
|
%files -n python-libxml2-py3
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{python3_sitearch}/libxml2mod.so
|
||||||
%{python3_sitelib}/__pycache__/*.pyc
|
%{python3_sitelib}/__pycache__/*.pyc
|
||||||
%{python3_sitelib}/drv_libxml2.py
|
%{python3_sitelib}/drv_libxml2.py
|
||||||
%{python3_sitelib}/libxml2.py
|
%{python3_sitelib}/libxml2.py
|
||||||
@ -162,6 +168,12 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/xml
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Nov 24 2023 Automatic Build System <autodist@mambasoft.it> 2.12.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user