X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-lxml.git;a=blobdiff_plain;f=python-lxml.spec;h=8aee4cac7ab12d4ffddd40d4e99bee6f53d64ee3;hp=40f96e9670290326de8e278f8fff01094e5c2114;hb=6ada93dfa9eef5fd90211395aef60ba663cc9421;hpb=c0e9fb3635a0ee45a548edebbe1effaec7214b2c diff --git a/python-lxml.spec b/python-lxml.spec index 40f96e9..8aee4ca 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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}