1
0
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:
Sascha Peilicke
2011-09-02 11:06:10 +00:00
committed by Git OBS Bridge
parent 40eef20fb9
commit 3582dcf231
2 changed files with 7 additions and 4 deletions

View File

@@ -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 Fri Sep 2 09:50:25 UTC 2011 - saschpe@suse.de

View File

@@ -33,7 +33,7 @@ BuildRequires: python-devel
%description %description
The Cython language makes writing C extensions for the Python language as 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 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. optimizations.
The Cython language is very close to the Python language (and most Python 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 %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
python setup.py check
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos %doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos