forked from pool/python-blosc
Accepting request 567940 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/567940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=8
This commit is contained in:
parent
dde0ad26a6
commit
f2d716f0c4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 21 05:33:31 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Fix building
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 19 22:13:57 UTC 2017 - toddrme2178@gmail.com
|
Wed Apr 19 22:13:57 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-blosc
|
# spec file for package python-blosc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -50,8 +50,7 @@ export CFLAGS="%{optflags}"
|
|||||||
%python_exec setup.py build_ext --inplace --blosc=%{_prefix}
|
%python_exec setup.py build_ext --inplace --blosc=%{_prefix}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install --blosc=%{_prefix}
|
%python_exec setup.py install -O1 --skip-build --force --root=%{buildroot} --prefix=%{_prefix} --blosc=%{_prefix}
|
||||||
# %python_exec setup.py install --blosc=%{_prefix} --prefix=%{_prefix} --root=%{buildroot}
|
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user