rpms/Cython/F-9 Cython.spec,1.1,1.2 sources,1.2,1.3

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Sat Jun 14 00:59:44 UTC 2008


Author: nbecker

Update of /cvs/extras/rpms/Cython/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3247

Modified Files:
	Cython.spec sources 
Log Message:
- Update to 0.9.8
- Install into python_sitearch
- Remove noarch
- Add %%check



Index: Cython.spec
===================================================================
RCS file: /cvs/extras/rpms/Cython/F-9/Cython.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Cython.spec	14 Apr 2008 23:56:07 -0000	1.1
+++ Cython.spec	14 Jun 2008 00:58:59 -0000	1.2
@@ -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.9.8
+Release:	2%{?dist}
 Summary:	A language for writing Python extension modules
 
 Group:		Development/Tools
@@ -14,7 +15,6 @@
 
 BuildRequires:	python-devel python-setuptools
 Requires:	python
-BuildArch:	noarch
 
 %description
 This is a development version of Pyrex, a language
@@ -44,18 +44,27 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%check
+%{__python} runtests.py
 
 %files
 %defattr(-,root,root,-)
 %{_bindir}/cython
-%{python_sitelib}/Cython
+%{python_sitearch}/Cython
 %if 0%{?fedora} >= 9
-%{python_sitelib}/Cython*egg-info
+%{python_sitearch}/Cython*egg-info
 %endif
 %doc *.txt Demos Doc Tools
 
 
 %changelog
+* Fri Jun 13 2008 Neal Becker <ndbecker2 at gmail.com> - 0.9.8-2
+- Install into python_sitearch
+- Add %%check
+
+* Fri Jun 13 2008 Neal Becker <ndbecker2 at 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).


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/Cython/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	14 Apr 2008 23:56:07 -0000	1.2
+++ sources	14 Jun 2008 00:58:59 -0000	1.3
@@ -1 +1 @@
-b84818d4cfcec68e6dfb71187e9f0b4b  Cython-0.9.6.13.1.tar.gz
+dac0f6c217437819f620da18a97d505f  Cython-0.9.8.tar.gz




More information about the fedora-extras-commits mailing list