diff --git a/.cvsignore b/.cvsignore index f130c7d..531984d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-1.1.2.tgz +lxml-1.3.3.tgz diff --git a/python-lxml.spec b/python-lxml.spec index acb928e..9a95ed8 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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 - 1.3.3-1 +- Update to 1.3.3 + * Fri Jan 19 2007 Jeffrey C. Ollie - 1.1.2-1 - Update to 1.1.2 diff --git a/sources b/sources index 677d420..0346a9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d18ecaacdecf7c9f02a6e9aecb16c720 lxml-1.1.2.tgz +2baa9f8ad14aa6dcfb763cfa0ce3bbcb lxml-1.3.3.tgz