]> git.pld-linux.org Git - packages/python-lxml.git/commitdiff
- and final version
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 9 Mar 2006 21:14:05 +0000 (21:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-lxml.spec -> 1.2

python-lxml.spec

index e4f485611ef6c3e47265f3fe4720f9d7cdaca430..a304bd52e98a12d00bfd8a65b9e1b1afce3ff1a3 100644 (file)
@@ -4,13 +4,17 @@
 Summary:       A Pythonic binding for the libxml2 and libxslt libraries
 Name:          python-%{module}
 Version:       0.8
-Release:       0.1
+Release:       1
 License:       BSD
 Group:         Development/Languages/Python
 Source0:       http://codespeak.net/lxml/%{module}-%{version}.tgz
 # Source0-md5: b156da08fea2af7b34774d5f9c4fa206
+Patch0:                %{name}-path.patch
 URL:           http://codespeak.net/lxml/
-BuildRequires: python
+BuildRequires: libxml2-devel
+BuildRequires: libxslt-devel
+BuildRequires: python-Pyrex
+BuildRequires: python-devel
 BuildRequires: rpmbuild(macros) >= 1.219
 BuildRequires: unzip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -20,14 +24,13 @@ lxml is a Pythonic binding for the libxml2 and libxslt libraries.
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
 python setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/ElementTree-%{version}-py%{py_ver}.egg-info
 
 python setup.py install \
        --root=$RPM_BUILD_ROOT \
@@ -41,5 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc doc/* CHANGES.txt CREDITS.txt TODO.txt
-%{py_sitescriptdir}/%{module}
-%{py_sitescriptdir}/ElementTree*
+%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
This page took 0.037759 seconds and 4 git commands to generate.