rpms/Cython/devel Cython.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Mon Apr 14 23:56:44 UTC 2008


Author: nbecker

Update of /cvs/extras/rpms/Cython/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29902/devel

Modified Files:
	.cvsignore sources 
Added Files:
	Cython.spec 
Log Message:
Init



--- NEW FILE Cython.spec ---
%{!?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:	3%{?dist}
Summary:	A language for writing Python extension modules

Group:		Development/Tools
License:	Python
URL:		http://www.cython.org
Source0:	http://www.cython.org/Cython-%{version}.tar.gz
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
for writing Python extension modules.

For more info, see:

    Doc/About.html for a description of the language
    INSTALL.txt	   for installation instructions
    USAGE.txt	   for usage instructions
    Demos	   for usage examples


%prep
%setup -q -n Cython-%{version}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/cython
%{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 at gmail.com> - 0.9.6.13.1-2
- Change License to Python
- Install About.html
- Fix mixed spaces/tabs
- Don't use --record

* Tue Apr  8 2008 Neal Becker <ndbecker2 at gmail.com> - 0.9.6.13.1-1
- Update to 0.9.6.13.1

* Mon Apr  7 2008 Neal Becker <ndbecker2 at gmail.com> - 0.9.6.13-1
- Update to 0.9.6.13
- Add docs

* Tue Feb 26 2008 Neal Becker <ndbecker2 at gmail.com> - 0.9.6.12-1
- Initial version



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/Cython/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Apr 2008 19:42:43 -0000	1.1
+++ .cvsignore	14 Apr 2008 23:56:07 -0000	1.2
@@ -0,0 +1 @@
+Cython-0.9.6.13.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/Cython/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Apr 2008 19:42:43 -0000	1.1
+++ sources	14 Apr 2008 23:56:07 -0000	1.2
@@ -0,0 +1 @@
+b84818d4cfcec68e6dfb71187e9f0b4b  Cython-0.9.6.13.1.tar.gz




More information about the fedora-extras-commits mailing list