Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 911096 Details for
Bug 1111913
gyp broken in EL5
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Update gyp to Python 2.6
0001-Use-Python-2.6.patch (text/plain), 1.91 KB, created by
Veeti Paananen
on 2014-06-21 22:42:29 UTC
(
hide
)
Description:
Update gyp to Python 2.6
Filename:
MIME Type:
Creator:
Veeti Paananen
Created:
2014-06-21 22:42:29 UTC
Size:
1.91 KB
patch
obsolete
>From 346b6fb352ff69787a12011e7bd2ecab00eaa559 Mon Sep 17 00:00:00 2001 >From: Veeti Paananen <veeti.paananen@rojekti.fi> >Date: Sun, 22 Jun 2014 01:09:22 +0300 >Subject: [PATCH] Use Python 2.6 > >--- > gyp.spec | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-) > >diff --git a/gyp.spec b/gyp.spec >index 8f37ac8..7b170ee 100644 >--- a/gyp.spec >+++ b/gyp.spec >@@ -1,12 +1,14 @@ > %global revision 1010 >+%global _python python26 > %{expand: %%global archivename gyp-%{version}%{?revision:-svn%{revision}}} > %if !(0%{?fedora} > 12 || 0%{?rhel} > 5) >-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} >+%{!?python_sitelib: %global python_sitelib %(%{_python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} > %endif >+%global __os_install_post %__multiple_python_os_install_post > > Name: gyp > Version: 0.1 >-Release: 0.6%{?revision:.%{revision}svn}%{?dist} >+Release: 0.6%{?revision:.%{revision}svn}%{?dist}.1 > Summary: Generate Your Projects > > Group: Development/Tools >@@ -23,7 +25,7 @@ URL: http://code.google.com/p/gyp/ > Source0: %{archivename}.tar.bz2 > Patch0: gyp-rpmoptflags.patch > >-BuildRequires: python2-devel >+BuildRequires: python26-devel > BuildArch: noarch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >@@ -44,13 +46,13 @@ for i in $(find pylib -name '*.py'); do > done > > %build >-%{__python} setup.py build >+%{_python} setup.py build > > > %install > rm -rf $RPM_BUILD_ROOT > >-%{__python} setup.py install --root $RPM_BUILD_ROOT --skip-build >+%{_python} setup.py install --root $RPM_BUILD_ROOT --skip-build > > > %clean >@@ -65,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT > > > %changelog >+* Sat Jun 21 2014 Veeti Paananen <veeti.paananen@rojekti.fi> - 0.1-0.6.1010svn.1 >+- Rebuilt with Python 2.6. >+ > * Tue Aug 23 2011 Akira TAGOH <tagoh@redhat.com> - 0.1-0.6.1010svn > - Rebase to r1010. > >-- >1.9.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1111913
: 911096