forked from pool/python-Cython
Accepting request 124996 from devel:languages:python3
Fix building on openSUSE 11.4 (forwarded request 124994 from TheBlackCat) OBS-URL: https://build.opensuse.org/request/show/124996 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=21
This commit is contained in:
@@ -63,9 +63,7 @@ CFLAGS="%{optflags} -fno-strict-aliasing" python3 setup.py build
|
||||
|
||||
%install
|
||||
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
%if 0%{?suse_version} >= 1210
|
||||
rm -r %{buildroot}%{python3_sitearch}/__pycache__/
|
||||
%endif
|
||||
rm -rf %{buildroot}%{python3_sitearch}/__pycache__/
|
||||
%fdupes -s %{buildroot}
|
||||
# avoid conflicts with python 2 version
|
||||
mv %{buildroot}%{_bindir}/cygdb %{buildroot}%{_bindir}/cygdb-python3
|
||||
|
Reference in New Issue
Block a user