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)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: libxml2
|
Name: libxml2
|
||||||
Version: 2.9.5
|
Version: 2.9.5
|
||||||
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
|
||||||
@ -14,15 +14,16 @@ Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
|
|||||||
Patch0: %{name}-2.7.8-configure_fix_USE_VERSION_SCRIPT.patch
|
Patch0: %{name}-2.7.8-configure_fix_USE_VERSION_SCRIPT.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: bash
|
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
%if "%{stage1}" != "1"
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: gtk-doc
|
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
%endif
|
BuildRequires: libpython27-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
%if "%{stage1}" != "1"
|
||||||
|
BuildRequires: gtk-doc
|
||||||
|
%endif
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -156,6 +157,9 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/xml
|
|||||||
%{_datadir}/gtk-doc/html/%{name}/
|
%{_datadir}/gtk-doc/html/%{name}/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 08 2017 Automatic Build System <autodist@mambasoft.it> 2.9.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user