spec: replace hardcoded python3
Signed-off-by: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
This commit is contained in:
parent
d5a1b4e21e
commit
8ff7f90f12
@ -30,19 +30,19 @@ need to prettify source code. Highlights are:
|
||||
|
||||
%description %_description
|
||||
|
||||
%package -n python3-pygments
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%package -n python%{python3_pkgversion}-pygments
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
%if %{with tests}
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python%{python3_pkgversion}-pytest
|
||||
%endif
|
||||
%if %{with docs}
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python%{python3_pkgversion}-sphinx
|
||||
%endif
|
||||
Summary: Syntax highlighting engine written in Python
|
||||
%{?python_provide:%python_provide python3-pygments}
|
||||
%{?python_provide:%python_provide python%{python3_pkgversion}-pygments}
|
||||
|
||||
%description -n python3-pygments %_description
|
||||
%description -n python%{python3_pkgversion}-pygments %_description
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n Pygments-%{version}
|
||||
@ -69,7 +69,7 @@ make test PYTHON=%{python3}
|
||||
%endif
|
||||
|
||||
|
||||
%files -n python3-pygments
|
||||
%files -n python%{python3_pkgversion}-pygments
|
||||
%doc AUTHORS CHANGES doc/reST
|
||||
%license LICENSE
|
||||
%{python3_sitelib}/pygments/
|
||||
|
Loading…
Reference in New Issue
Block a user