Update to 1.3.3

This commit is contained in:
Jeffrey C. Ollie 2007-07-31 03:51:30 +00:00
parent 4d24910e52
commit 46654324e9
3 changed files with 7 additions and 11 deletions

View File

@ -1 +1 @@
lxml-1.1.2.tgz
lxml-1.3.3.tgz

View File

@ -1,10 +1,9 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?python_version: %define python_version %(%{__python} -c "import sys ; print sys.version[:3]")}
%define srcname lxml
Name: python-%{srcname}
Version: 1.1.2
Version: 1.3.3
Release: 1%{?dist}
Summary: ElementTree-like Python bindings for libxml2 and libxslt
@ -18,7 +17,6 @@ BuildRequires: python-devel libxslt-devel python-setuptools
# Upstream now includes the generated .c file and the Pyrex shipped
# with FC (0.9.3.1) is broken for gcc >= 4.0
#BuildRequires: Pyrex >= 0.9.4
Requires: python-abi = %{python_version}
%description
lxml provides a Python binding to the libxslt and libxml2 libraries. It
@ -49,14 +47,12 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README.txt LICENSES.txt PKG-INFO CREDITS.txt CHANGES.txt doc/
%{python_sitearch}/lxml-%{version}-py%{python_version}.egg-info/
%dir %{python_sitearch}/lxml
%{python_sitearch}/lxml/*.so
%{python_sitearch}/lxml/*.py
%{python_sitearch}/lxml/*.pyc
%{python_sitearch}/lxml/*.pyo
%{python_sitearch}/*
%changelog
* Mon Jul 30 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.3.3-1
- Update to 1.3.3
* Fri Jan 19 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.1.2-1
- Update to 1.1.2

View File

@ -1 +1 @@
d18ecaacdecf7c9f02a6e9aecb16c720 lxml-1.1.2.tgz
2baa9f8ad14aa6dcfb763cfa0ce3bbcb lxml-1.3.3.tgz