forked from pool/python-Cython
- Fixed a typo
- Removed testsuite again, fixes SLE build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
40eef20fb9
commit
3582dcf231
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 11:03:40 UTC 2011 - saschpe@suse.de
|
||||
|
||||
- Fixed a typo
|
||||
- Removed testsuite again, fixes SLE build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 09:50:25 UTC 2011 - saschpe@suse.de
|
||||
|
||||
|
@@ -33,7 +33,7 @@ BuildRequires: python-devel
|
||||
%description
|
||||
The Cython language makes writing C extensions for the Python language as
|
||||
easy as Python itself. Cython is a source code translator based on the
|
||||
well-known Pyrex_, but supports more cutting edge functionality and
|
||||
well-known Pyrex, but supports more cutting edge functionality and
|
||||
optimizations.
|
||||
|
||||
The Cython language is very close to the Python language (and most Python
|
||||
@@ -56,9 +56,6 @@ CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%check
|
||||
python setup.py check
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos
|
||||
|
Reference in New Issue
Block a user