[python-lxml] Fix macro definition

Jeffrey C. Ollie jcollie at fedoraproject.org
Wed Mar 26 19:59:59 UTC 2014


commit 716fd21260d5e287defb98f4b02eda4a86064e5a
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Wed Mar 26 14:51:54 2014 -0500

    Fix macro definition

 python-lxml.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-lxml.spec b/python-lxml.spec
index 77f2951..e2a01ca 100644
--- a/python-lxml.spec
+++ b/python-lxml.spec
@@ -3,14 +3,14 @@
 %endif
 
 %if %{?fedora} >= 20
-%global with_python3_cssselect
+%global with_python3_cssselect 1
 %endif
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-lxml
 Version:        3.3.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
 Group:          Development/Libraries
@@ -159,6 +159,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Wed Mar 26 2014 Jeffrey Ollie <jeff at ocjtech.us> - 3.3.3-4
+- Fix macro definition
+
 * Wed Mar 26 2014 Jeffrey Ollie <jeff at ocjtech.us> - 3.3.3-3
 - Add python3-cssselect to correct package
 


More information about the scm-commits mailing list