]> git.pld-linux.org Git - packages/python-lxml.git/blobdiff - python-lxml.spec
- release 2 (by relup.sh)
[packages/python-lxml.git] / python-lxml.spec
index 7ed645fca342455dfa320752a84c6b89cda7ffe7..e7d99eed01d711c5965ee523898cf239814cf4e3 100644 (file)
@@ -8,14 +8,13 @@
 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:       2.2.8
-Release:       1
+Version:       2.3.5
+Release:       2
 License:       BSD
 Group:         Libraries/Python
-Source0:       http://codespeak.net/lxml/%{module}-%{version}.tgz
-# Source0-md5: d6c612d63a84d79440912a1b29d3b981
-Patch0:                python3.patch
-URL:           http://codespeak.net/lxml/
+Source0:       http://lxml.de/files/%{module}-%{version}.tgz
+# Source0-md5: d03fb3b9139df7f182afffe72f412c87
+URL:           http://lxml.de/
 BuildRequires: libxml2-devel
 BuildRequires: libxslt-devel
 %if %{with python2}
@@ -60,7 +59,6 @@ API and internal documentation for lxml library.
 
 %prep
 %setup -q -n %{module}-%{version}
-%patch0 -p1
 
 %build
 %if %{with python2}
@@ -87,8 +85,6 @@ rm -rf $RPM_BUILD_ROOT
        install \
        --root=$RPM_BUILD_ROOT \
        --optimize=2
-
-%py3_postclean
 %endif
 
 # cleanup for packaging
@@ -110,6 +106,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/* CHANGES.txt CREDITS.txt TODO.txt
 %dir %{py_sitedir}/lxml
 %{py_sitedir}/lxml/*.py[co]
+%{py_sitedir}/lxml/isoschematron
 %dir %{py_sitedir}/lxml/html
 %{py_sitedir}/lxml/html/*.py[co]
 %attr(755,root,root) %{py_sitedir}/lxml/etree.so
@@ -122,11 +119,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc docs/* CHANGES.txt CREDITS.txt TODO.txt
 %dir %{py3_sitedir}/lxml
-%{py3_sitedir}/lxml/*.py[co]
-%dir %{py3_sitedir}/lxml/html
-%{py3_sitedir}/lxml/html/*.py[co]
-%attr(755,root,root) %{py3_sitedir}/lxml/etree.so
-%attr(755,root,root) %{py3_sitedir}/lxml/objectify.so
+%attr(755,root,root) %{py3_sitedir}/lxml/*.so
+%{py3_sitedir}/lxml/*.py
+%{py3_sitedir}/lxml/__pycache__
+%{py3_sitedir}/lxml/isoschematron
+%{py3_sitedir}/lxml/html
 %{py3_sitedir}/lxml-*.egg-info
 %endif
 
This page took 0.079771 seconds and 4 git commands to generate.