spec: replace hardcoded python3
Signed-off-by: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
This commit is contained in:
parent
93229e3ab6
commit
9eaa2d6c38
@ -13,24 +13,24 @@ Source0: %{pypi_source}
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python%{python3_pkgversion}-pytest
|
||||||
BuildRequires: python3-sphinx >= 1:2
|
BuildRequires: python%{python3_pkgversion}-sphinx >= 1:2
|
||||||
BuildRequires: python3-html5lib
|
BuildRequires: python%{python3_pkgversion}-html5lib
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
|
sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
|
||||||
|
|
||||||
|
|
||||||
%package -n python3-%{pypi_name}
|
%package -n python%{python3_pkgversion}-%{pypi_name}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}}
|
||||||
|
|
||||||
%description -n python3-%{pypi_name}
|
%description -n python%{python3_pkgversion}-%{pypi_name}
|
||||||
sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
|
sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
|
||||||
|
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-%{pypi_name} -f sphinxcontrib.htmlhelp.lang
|
%files -n python%{python3_pkgversion}-%{pypi_name} -f sphinxcontrib.htmlhelp.lang
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/sphinxcontrib/
|
%{python3_sitelib}/sphinxcontrib/
|
||||||
|
Loading…
Reference in New Issue
Block a user