Compare commits

...

4 commits

Author SHA1 Message Date
Neal Becker
37ee66021c Add pximport 2008-11-09 12:54:02 +00:00
Neal Becker
7d466bae96 Update to 0.10 2008-11-09 12:43:21 +00:00
Neal Becker
bd4df13126 - Update to 0.9.8
- Install into python_sitearch
- Remove noarch
- Add %%check
2008-06-14 00:58:59 +00:00
Jesse Keating
74bbbf9f0a Initialize branch F-9 for Cython 2008-04-20 15:37:31 +00:00
3 changed files with 20 additions and 6 deletions

View file

@ -1,9 +1,10 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: Cython
Version: 0.9.6.13.1
Release: 3%{?dist}
Version: 0.10
Release: 2%{?dist}
Summary: A language for writing Python extension modules
Group: Development/Tools
@ -14,7 +15,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel python-setuptools
Requires: python
BuildArch: noarch
%description
This is a development version of Pyrex, a language
@ -44,18 +44,31 @@ rm -rf $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%check
%{__python} runtests.py
%files
%defattr(-,root,root,-)
%{_bindir}/cython
%{python_sitelib}/Cython
%{python_sitearch}/Cython
%{python_sitearch}/pximport
%if 0%{?fedora} >= 9
%{python_sitelib}/Cython*egg-info
%{python_sitearch}/Cython*egg-info
%endif
%doc *.txt Demos Doc Tools
%changelog
* Sun Nov 9 2008 Neal Becker <ndbecker2@gmail.com> - 0.10-1
- Update to 0.10
* Fri Jun 13 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.8-2
- Install into python_sitearch
- Add %%check
* Fri Jun 13 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.8-1
- Update to 0.9.8
* 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).

1
branch Normal file
View file

@ -0,0 +1 @@
F-9

View file

@ -1 +1 @@
b84818d4cfcec68e6dfb71187e9f0b4b Cython-0.9.6.13.1.tar.gz
343558180f62823a70d10a0129622947 Cython-0.10.tar.gz