diff --git a/python-lxml.spec b/python-lxml.spec index 486e79a..f6108c2 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,6 +1,6 @@ Name: python-lxml Version: 3.4.4 -Release: 1mamba +Release: 2mamba Summary: Python binding for the libxml2 and libxslt libraries Group: System/Libraries/Python Vendor: openmamba @@ -31,9 +31,12 @@ Requires: %{name} = %{?epoch:epoch:}%{version}-%{release} %description doc lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API. - This package contains the documentation files. +%if "%{?with_pyver}" +%pyver_package +%endif + %prep %setup -q -n lxml-%{version} chmod a-x doc/rest2html.py @@ -58,7 +61,7 @@ rm -f doc/html/pubkey.asc %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %doc CREDITS.txt LICENSES.txt @@ -68,6 +71,9 @@ rm -f doc/html/pubkey.asc %doc CHANGES.txt TODO.txt %changelog +* Mon Jun 22 2015 Silvan Calarco 3.4.4-2mamba +- rebuilt with -py3 package + * Mon Apr 27 2015 Automatic Build System 3.4.4-1mamba - automatic version update by autodist