]> git.pld-linux.org Git - packages/python-lxml.git/blobdiff - python-lxml.spec
Release 2. Patch for https://bugs.launchpad.net/lxml/+bug/1250557 added.
[packages/python-lxml.git] / python-lxml.spec
index 40f96e9670290326de8e278f8fff01094e5c2114..8aee4cac7ab12d4ffddd40d4e99bee6f53d64ee3 100644 (file)
@@ -9,11 +9,12 @@ Summary:      Python 2 binding for the libxml2 and libxslt libraries
 Summary(pl.UTF-8):     Wiązanie Pythona 2 do bibliotek libxml2 i libxslt
 Name:          python-%{module}
 Version:       3.2.4
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries/Python
 Source0:       http://lxml.de/files/%{module}-%{version}.tgz
 # Source0-md5: cc363499060f615aca1ec8dcc04df331
+Patch0:                %{name}-add-handle_failures-option-to-make_links_absolute-to.patch
 URL:           http://lxml.de/
 BuildRequires: libxml2-devel >= 1:2.7.8
 BuildRequires: libxslt-devel >= 1.1.26
@@ -60,6 +61,7 @@ Dokumentacja API modułu lxml.
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
 %if %{with python2}
This page took 0.042504 seconds and 4 git commands to generate.