fix support for multiple python versions build [release 1.0.3-2mamba;Sat Nov 28 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 16:42:48 +01:00
parent 286042e83c
commit 2a73396bba

View File

@ -1,6 +1,6 @@
Name: python-sphinxcontrib-htmlhelp Name: python-sphinxcontrib-htmlhelp
Version: 1.0.3 Version: 1.0.3
Release: 1mamba Release: 2mamba
Summary: A sphinx extension which renders HTML help files Summary: A sphinx extension which renders HTML help files
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -11,8 +11,7 @@ Source: https://pypi.debian.net/sphinxcontrib-htmlhelp/sphinxcontrib-html
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython36-devel BuildRequires: libpython3-devel
Requires: python36 >= %python36_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -26,15 +25,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%setup -q -n sphinxcontrib-htmlhelp-%{version} %setup -q -n sphinxcontrib-htmlhelp-%{version}
%build %build
CFLAGS="%{optflags}" %{__python36} setup.py build 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.0.3-2mamba
- fix support for multiple python versions build
* Sat Feb 22 2020 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba * Sat Feb 22 2020 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
- automatic version update by autodist - automatic version update by autodist