14
0
forked from pool/python-Cython
Sascha Peilicke
2011-09-21 12:36:31 +00:00
committed by Git OBS Bridge
parent f1770ec712
commit e977c66557
4 changed files with 15 additions and 5 deletions

View File

@@ -18,8 +18,8 @@
Name: python-Cython
Version: 0.15
Release: 1
Version: 0.15.1
Release: 0
Url: http://www.cython.org
Summary: The Cython compiler for writing C extensions for the Python language
License: Apache-2.0
@@ -60,6 +60,10 @@ CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# Disabled testsuite as it takes a long time:
#%%check
#python runtests.py
%files
%defattr(-,root,root,-)
%doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos