rebuilt to fix %py_requires incorrectly based on python 2.6 [release 2.9.5-2mamba;Tue Sep 19 2017]
This commit is contained in:
parent
d89c4366e4
commit
dd071010d8
16
libxml2.spec
16
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 <silvan.calarco@mambasoft.it> 2.9.5-2mamba
|
||||
- rebuilt to fix %py_requires incorrectly based on python 2.6
|
||||
|
||||
* Fri Sep 08 2017 Automatic Build System <autodist@mambasoft.it> 2.9.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user