forked from pool/python-sip4
Accepting request 904287 from KDE:Qt:PyQt
- compile even when older python-rpm-macros don't have the python_compileall macro OBS-URL: https://build.opensuse.org/request/show/904287 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip4?expand=0&rev=5
This commit is contained in:
commit
038d50ef88
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 5 22:28:42 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- compile even when older python-rpm-macros don't have the
|
||||||
|
python_compileall macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 27 11:03:17 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
Sat Feb 27 11:03:17 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -238,6 +238,8 @@ grep '%%requires_%{python3_prefix}_sip_api' %{buildroot}%{_rpmconfigdir}/macros
|
|||||||
echo "%%requires_%{python3_prefix}_sip_api Requires: %{python_prefix}-sip(api) = %%python_sip_api_ver" >> %{buildroot}%{_rpmconfigdir}/macros.d/macros.python_all-sip4
|
echo "%%requires_%{python3_prefix}_sip_api Requires: %{python_prefix}-sip(api) = %%python_sip_api_ver" >> %{buildroot}%{_rpmconfigdir}/macros.d/macros.python_all-sip4
|
||||||
%endif
|
%endif
|
||||||
%{?python_compileall}
|
%{?python_compileall}
|
||||||
|
%{?!python_compileall:%python_exec -m compileall %{buildroot}%{$python_sitearch}}
|
||||||
|
%{?!python_compileall:%python_exec -O -m compileall %{buildroot}%{$python_sitearch}}
|
||||||
%python_clone -a %{buildroot}/%{_bindir}/sip
|
%python_clone -a %{buildroot}/%{_bindir}/sip
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
mkdir -p %{buildroot}%{_datadir}/sip
|
mkdir -p %{buildroot}%{_datadir}/sip
|
||||||
|
Loading…
Reference in New Issue
Block a user