packages: python3-Cython/python3-Cython.spec - ver. 0.14.1 - the module con...
wrobell
wrobell at pld-linux.org
Sun May 22 03:28:58 CEST 2011
Author: wrobell Date: Sun May 22 01:28:58 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- ver. 0.14.1
- the module contains *.so, therefore moved to py_sitedir
---- Files affected:
packages/python3-Cython:
python3-Cython.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/python3-Cython/python3-Cython.spec
diff -u packages/python3-Cython/python3-Cython.spec:1.3 packages/python3-Cython/python3-Cython.spec:1.4
--- packages/python3-Cython/python3-Cython.spec:1.3 Wed May 12 23:30:42 2010
+++ packages/python3-Cython/python3-Cython.spec Sun May 22 03:28:53 2011
@@ -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: python3-%{module}
-Version: 0.12.1
+Version: 0.14.1
Release: 1
License: PSF
Group: Libraries/Python
Source0: http://www.cython.org/release/%{module}-%{version}.tar.gz
-# Source0-md5: cf9f98e982258f8516620277975016f3
+# Source0-md5: 1ae1947c1218110f0e41fc95b2bc4530
URL: http://www.cython.org/
BuildRequires: python3
BuildRequires: python3-2to3
@@ -55,14 +55,12 @@
%{__python3} setup.py install \
--root=$RPM_BUILD_ROOT \
- --install-purelib=%{py3_sitescriptdir} \
-O2
-find $RPM_BUILD_ROOT%{py3_sitescriptdir} -name "*.py" -a ! -name 'Lexicon.py' -exec rm -f {} \;
-
cp -a Demos/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
mv $RPM_BUILD_ROOT%{_bindir}/cython{,3}
+mv $RPM_BUILD_ROOT%{_bindir}/cygdb{,3}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -71,10 +69,12 @@
%defattr(644,root,root,755)
%doc README.txt ToDo.txt USAGE.txt Doc/*.html Doc/*.c
%attr(755,root,root) %{_bindir}/cython3
-%{py3_sitescriptdir}/cython.py[co]
-%{py3_sitescriptdir}/Cython
-%{py3_sitescriptdir}/pyximport
-%{py3_sitescriptdir}/Cython-*.egg-info
+%attr(755,root,root) %{_bindir}/cygdb3
+%{py3_sitedir}/cython.py
+%{py3_sitedir}/__pycache__/*
+%{py3_sitedir}/Cython
+%{py3_sitedir}/pyximport
+%{py3_sitedir}/Cython-*.egg-info
%files examples
%defattr(644,root,root,755)
@@ -86,6 +86,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2011/05/22 01:28:53 wrobell
+- ver. 0.14.1
+- the module contains *.so, therefore moved to py_sitedir
+
Revision 1.3 2010/05/12 21:30:42 sparky
- BR: python3-devel, python3-modules
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python3-Cython/python3-Cython.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list