fix multi python build [release 1.1.4-2mamba;Sat Nov 28 2020]
This commit is contained in:
parent
797a32e8a3
commit
7fa594e2ac
@ -1,6 +1,6 @@
|
|||||||
Name: python-sphinxcontrib-serializinghtml
|
Name: python-sphinxcontrib-serializinghtml
|
||||||
Version: 1.1.4
|
Version: 1.1.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A sphinx extension which outputs "serialized" HTML files (json and pickle)
|
Summary: A sphinx extension which outputs "serialized" HTML files (json and pickle)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,8 +11,7 @@ Source: https://pypi.debian.net/sphinxcontrib-serializinghtml/sphinxcontr
|
|||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython36-devel
|
BuildRequires: libpython3-devel
|
||||||
Requires: python36 >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -30,11 +29,11 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%{__python36} setup.py install \
|
%{__python} setup.py install \
|
||||||
-O1 --skip-build \
|
-O1 --skip-build \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{python36_inc} \
|
--install-headers=%{python_inc} \
|
||||||
--install-lib=%{python36_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
@ -44,6 +43,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.4-2mamba
|
||||||
|
- fix multi python build
|
||||||
|
|
||||||
* Sun Mar 01 2020 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
* Sun Mar 01 2020 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user