[python-libturpial/el6] I forgot the __python2 macro to build in el6

Edwind Richzendy Contreras Soto richzendy at fedoraproject.org
Fri Jan 10 04:41:36 UTC 2014


commit 7495e1c8658f11cb1644cb9e12163548e46ee1ec
Author: Edwind Contreras <Richzendy at gmail.com>
Date:   Thu Jan 9 22:41:50 2014 -0600

    I forgot the __python2 macro to build in el6

 python-libturpial.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/python-libturpial.spec b/python-libturpial.spec
index 308c652..dac3135 100644
--- a/python-libturpial.spec
+++ b/python-libturpial.spec
@@ -1,7 +1,8 @@
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
+%{!?__python2: %global __python2 %{__python}}
 Name:           python-libturpial
 Version:        1.1.16
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Micro blogging python library, needed for turpial (twitter client)
 Group:          Applications/Internet
 License:        GPLv3
@@ -36,9 +37,18 @@ chmod 0644 ChangeLog AUTHORS COPYING
 %{python_sitelib}/*
 
 %changelog
+* Thu Jan 9 2014 Richzendy <richzendy at fedoraproject.org> - 1.1.16-2
+- I forgot the __python2 macro to build in el6 
+
 * Thu Jan 9 2014 Richzendy <richzendy at fedoraproject.org> - 1.1.16-1
 - Support to new API twitter changes: http://turpial.org.ve/2014/01/libturpial-1-1-16-a-new-maintenance-version/
 
+* Wed Dec 18 2013 Richzendy <richzendy at fedoraproject.org> - 1.0-10
+- needed because python-libturpial-1.0-9.el6 has already been built 
+
+* Wed Dec 18 2013 Richzendy <richzendy at fedoraproject.org> - 1.0-9
+- Fixed python macro in el6, see https://fedorahosted.org/fpc/ticket/376
+
 * Mon Dec 16 2013 Richzendy <richzendy at fedoraproject.org> - 1.0-8
 - Better choice to fix perms on doc files - https://bugzilla.redhat.com/show_bug.cgi?id=1036297#c19
 


More information about the scm-commits mailing list