rpms/python-lxml/devel python-lxml.spec,1.39,1.40

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Nov 6 02:30:22 UTC 2009


Author: jcollie

Update of /cvs/pkgs/rpms/python-lxml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28398

Modified Files:
	python-lxml.spec 
Log Message:
* Thu Nov  5 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.3-3
- F-13's python build chain must be a little different...



Index: python-lxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/python-lxml.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- python-lxml.spec	6 Nov 2009 02:01:26 -0000	1.39
+++ python-lxml.spec	6 Nov 2009 02:30:21 -0000	1.40
@@ -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,16 +20,13 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildRequires:  libxslt-devel
 
-%if 0%{?fedora} >= 8
-BuildRequires: python-setuptools-devel
-%else
-BuildRequires: python-setuptools
-%endif
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools-devel
 
 %if %{with_python3}
-BuildRequires: python3-devel
-BuildRequires: python3-setuptools
-%global py3dir ../python3-lxml-%{version}
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
+%global py3dir  ../python3-lxml-%{version}
 %endif
 
 %description
@@ -99,6 +96,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Thu Nov  5 2009 Jeffrey C. Ollie <jeff at 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 at ocjtech.us> - 2.2.3-2
 - Add option to build a Python 3 subpackage, original patch by David Malcolm
 




More information about the fedora-extras-commits mailing list