From 75dd257fb9db0f6d5a49a36c6f453a8cd3a769c6 Mon Sep 17 00:00:00 2001 From: Marcin Banasiak Date: Thu, 15 May 2008 14:40:35 +0000 Subject: [PATCH] - updated to 2.0.5 - removed -path.patch (seems to be obsolete) Changed files: python-lxml.spec -> 1.7 --- python-lxml.spec | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 5801c98..0311c27 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -4,17 +4,15 @@ Summary: A Pythonic binding for the libxml2 and libxslt libraries Summary(pl.UTF-8): Pythonowe wiązanie do bibliotek libxml2 i libxslt Name: python-%{module} -Version: 0.8 -Release: 2 +Version: 2.0.5 +Release: 1 License: BSD Group: Development/Languages/Python Source0: http://codespeak.net/lxml/%{module}-%{version}.tgz -# Source0-md5: b156da08fea2af7b34774d5f9c4fa206 -Patch0: %{name}-path.patch +# Source0-md5: 2cc8caf84c3b55353d5513c6d668c090 URL: http://codespeak.net/lxml/ BuildRequires: libxml2-devel BuildRequires: libxslt-devel -BuildRequires: python-Pyrex >= 0.9.4.2 BuildRequires: python-devel BuildRequires: rpmbuild(macros) >= 1.219 BuildRequires: unzip @@ -28,7 +26,6 @@ lxml to pythonowe wiązanie do bibliotek libxml2 i libxslt. %prep %setup -q -n %{module}-%{version} -%patch0 -p1 %build python setup.py build @@ -50,7 +47,9 @@ rm -rf $RPM_BUILD_ROOT %doc doc/* CHANGES.txt CREDITS.txt TODO.txt %dir %{py_sitedir}/lxml %{py_sitedir}/lxml/*.py[co] -%attr(755,root,root) %{py_sitedir}/lxml/*.so -%dir %{py_sitedir}/lxml/tests -%{py_sitedir}/lxml/tests/*.py[co] -%{py_sitedir}/lxml/tests/*.xml +%dir %{py_sitedir}/lxml/html +%{py_sitedir}/lxml/html/*.py[co] +%attr(755,root,root) %{py_sitedir}/lxml/etree.so +%attr(755,root,root) %{py_sitedir}/lxml/objectify.so +%attr(755,root,root) %{py_sitedir}/lxml/pyclasslookup.so +%{py_sitedir}/lxml-*-py2.5.egg-info -- 2.43.0