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 302341 Details for
Bug 435090
Review Request: Cython - This is a development version of Pyrex, a language for writing Python extension modules.
[?]
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]
Spec file patch with some fixes
cython.diff (text/plain), 1.33 KB, created by
José Matos
on 2008-04-14 14:07:15 UTC
(
hide
)
Description:
Spec file patch with some fixes
Filename:
MIME Type:
Creator:
José Matos
Created:
2008-04-14 14:07:15 UTC
Size:
1.33 KB
patch
obsolete
>--- Cython.spec 2008-04-14 13:17:21.000000000 +0100 >+++ Cython.spec.new 2008-04-14 15:01:45.000000000 +0100 >@@ -1,9 +1,9 @@ >-%{!?python_libdir: %define python_libdir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} >+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} > > > Name: Cython > Version: 0.9.6.13.1 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: A language for writing Python extension modules > > Group: Development/Tools >@@ -38,7 +38,7 @@ > > %install > rm -rf $RPM_BUILD_ROOT >-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --record=%{name}.files >+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT > > > %clean >@@ -48,12 +48,19 @@ > %files > %defattr(-,root,root,-) > %{_bindir}/cython >-%{python_libdir}/Cython >-%doc *.txt Demos Doc/About.html >- >+%{python_sitelib}/Cython >+%if 0%{?fedora} >= 9 >+%{python_sitelib}/Cython*egg-info >+%endif >+%doc *.txt Demos Doc Tools > > > %changelog >+* Mon Apr 14 2008 José Matos <jamatos[AT]fc.up.pt> - 0.9.6.13.1-3 >+- Remove remaining --record. >+- Add more documentation (Doc and Tools). >+- Add correct entry for egg-info (F9+). >+ > * Mon Apr 14 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.6.13.1-2 > - Change License to Python > - Install About.html
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 435090
: 302341