SPECS: python-lxml.spec - updated to 2.0.5 - removed -path.patch (seems to ...
megabajt
megabajt at pld-linux.org
Thu May 15 16:40:40 CEST 2008
Author: megabajt Date: Thu May 15 14:40:40 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.0.5
- removed -path.patch (seems to be obsolete)
---- Files affected:
SPECS:
python-lxml.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/python-lxml.spec
diff -u SPECS/python-lxml.spec:1.6 SPECS/python-lxml.spec:1.7
--- SPECS/python-lxml.spec:1.6 Tue Feb 13 09:06:43 2007
+++ SPECS/python-lxml.spec Thu May 15 16:40:35 2008
@@ -5,17 +5,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
@@ -29,7 +27,6 @@
%prep
%setup -q -n %{module}-%{version}
-%patch0 -p1
%build
python setup.py build
@@ -51,10 +48,12 @@
%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
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -62,6 +61,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2008-05-15 14:40:35 megabajt
+- updated to 2.0.5
+- removed -path.patch (seems to be obsolete)
+
Revision 1.6 2007-02-13 08:06:43 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-lxml.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list