SPECS: python-Cython.spec - up to 0.10.3 - %files
duddits
duddits at pld-linux.org
Sun Mar 15 17:27:16 CET 2009
Author: duddits Date: Sun Mar 15 16:27:16 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.10.3
- %files
---- Files affected:
SPECS:
python-Cython.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/python-Cython.spec
diff -u SPECS/python-Cython.spec:1.2 SPECS/python-Cython.spec:1.3
--- SPECS/python-Cython.spec:1.2 Sat May 3 13:13:52 2008
+++ SPECS/python-Cython.spec Sun Mar 15 17:27:11 2009
@@ -5,12 +5,12 @@
Summary: Language for writing Python Extension Modules
Summary(pl.UTF-8): Język służący do pisania modułów rozszerzających Pythona
Name: python-%{module}
-Version: 0.9.6.14
+Version: 0.10.3
Release: 1
License: PSF
Group: Libraries/Python
Source0: http://www.cython.org/%{module}-%{version}.tar.gz
-# Source0-md5: 3fd3a8baa2deb0155ed8b37ee320d02b
+# Source0-md5: 684103ed37472d9beef3a38e0d5c431d
URL: http://www.cython.org/
BuildRequires: python >= 1:2.5
BuildRequires: rpm-pythonprov
@@ -54,7 +54,7 @@
--install-purelib=%{py_sitescriptdir} \
-O2
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -name "*.py" -a ! -name 'Lexicon.py' -exec rm -f {} \;
+find $RPM_BUILD_ROOT%{py_sitedir} -name "*.py" -a ! -name 'Lexicon.py' -exec rm -f {} \;
cp -a Demos/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -64,9 +64,10 @@
%files
%defattr(644,root,root,755)
%doc README.txt ToDo.txt USAGE.txt Doc/*.html Doc/*.c
-%attr(755,root,root) %{_bindir}/*
-%{py_sitescriptdir}/Cython
-%{py_sitescriptdir}/Cython-*.egg-info
+%attr(755,root,root) %{_bindir}/cython
+%{py_sitedir}/Cython
+%{py_sitedir}/pyximport
+%{py_sitedir}/Cython-*.egg-info
%files examples
%defattr(644,root,root,755)
@@ -78,6 +79,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2009/03/15 16:27:11 duddits
+- up to 0.10.3
+- %files
+
Revision 1.2 2008/05/03 11:13:52 witekfl
- PyRex -> Pyrex
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-Cython.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list