- F-13's python build chain must be a little different...
This commit is contained in:
parent
021d742bf5
commit
b2cdf3dafc
@ -8,7 +8,7 @@
|
||||
|
||||
Name: python-lxml
|
||||
Version: 2.2.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -20,11 +20,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libxslt-devel
|
||||
|
||||
%if 0%{?fedora} >= 8
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools-devel
|
||||
%else
|
||||
BuildRequires: python-setuptools
|
||||
%endif
|
||||
|
||||
%if %{with_python3}
|
||||
BuildRequires: python3-devel
|
||||
@ -99,6 +96,9 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Nov 5 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.2.3-3
|
||||
- F-13's python build chain must be a little different...
|
||||
|
||||
* Thu Nov 5 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.2.3-2
|
||||
- Add option to build a Python 3 subpackage, original patch by David Malcolm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user