From 4b2976a037576ffc69476768f63dcfbe792aea0b Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Jun 25 2014 12:25:09 +0000 Subject: Fix a typo --- 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 - 0.1-0.13.1617svn +* Wed Jun 25 2014 Akira TAGOH - 0.1-0.14.1617svn - Update rpm macros to the latest guidelines. - Build against python26 for EPEL5.