[gyp] Fix a typo

Akira TAGOH tagoh at fedoraproject.org
Wed Jun 25 12:25:22 UTC 2014


commit 4b2976a037576ffc69476768f63dcfbe792aea0b
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Wed Jun 25 21:25:09 2014 +0900

    Fix a typo

 gyp.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gyp.spec b/gyp.spec
index d31a93f..e0be86f 100644
--- a/gyp.spec
+++ b/gyp.spec
@@ -3,7 +3,7 @@
 %if 0%{?rhel} && 0%{?rhel} <= 6
 %{!?__python2: %global __python2 /usr/bin/python2}
 %if 0%{?rhel} == 5
-%{!?__python2 %global __python2 /usr/bin/python26}
+%{!?__python2: %global __python2 /usr/bin/python26}
 %global __os_install_post %__multiple_python_os_install_post
 %endif
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
@@ -12,7 +12,7 @@
 
 Name:		gyp
 Version:	0.1
-Release:	0.13%{?revision:.%{revision}svn}%{?dist}
+Release:	0.14%{?revision:.%{revision}svn}%{?dist}
 Summary:	Generate Your Projects
 
 Group:		Development/Tools
@@ -68,7 +68,7 @@ done
 
 
 %changelog
-* Wed Jun 25 2014 Akira TAGOH <tagoh at redhat.com> - 0.1-0.13.1617svn
+* Wed Jun 25 2014 Akira TAGOH <tagoh at redhat.com> - 0.1-0.14.1617svn
 - Update rpm macros to the latest guidelines.
 - Build against python26 for EPEL5.
 


More information about the scm-commits mailing list