From dd071010d81cb776dab5125fd8b7d5051119f3c6 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:13:30 +0100 Subject: [PATCH] rebuilt to fix %py_requires incorrectly based on python 2.6 [release 2.9.5-2mamba;Tue Sep 19 2017] --- libxml2.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/libxml2.spec b/libxml2.spec index 2315c67..7b37070 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f 1-2) Name: libxml2 Version: 2.9.5 -Release: 1mamba +Release: 2mamba Summary: Library providing XML and HTML support Group: System/Libraries Vendor: openmamba @@ -14,15 +14,16 @@ Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz Patch0: %{name}-2.7.8-configure_fix_USE_VERSION_SCRIPT.patch License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: bash BuildRequires: glibc-devel -%if "%{stage1}" != "1" -BuildRequires: gtk-doc +BuildRequires: liblzma-devel BuildRequires: libpython-devel -%endif -BuildRequires: ldconfig +BuildRequires: libpython27-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END +%if "%{stage1}" != "1" +BuildRequires: gtk-doc +%endif +BuildRequires: ldconfig BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -156,6 +157,9 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/xml %{_datadir}/gtk-doc/html/%{name}/ %changelog +* Tue Sep 19 2017 Silvan Calarco 2.9.5-2mamba +- rebuilt to fix %py_requires incorrectly based on python 2.6 + * Fri Sep 08 2017 Automatic Build System 2.9.5-1mamba - automatic version update by autodist