Fix Provides of scons-python3
This commit is contained in:
parent
fa9fa42111
commit
13ee75ed96
@ -25,7 +25,7 @@
|
||||
|
||||
Name: scons
|
||||
Version: 3.0.4
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: An Open Source software construction tool
|
||||
License: MIT
|
||||
URL: http://www.scons.org
|
||||
@ -85,7 +85,7 @@ defined Builder and/or Scanner objects.
|
||||
Summary: An Open Source software construction tool
|
||||
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
Provides: scons-python%{python3_pkgversion} = %{version}-%{release}
|
||||
Provides: scons-python3 = %{version}-%{release}
|
||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{name}}
|
||||
|
||||
%description -n python%{python3_pkgversion}-%{name}
|
||||
@ -109,7 +109,7 @@ defined Builder and/or Scanner objects.
|
||||
Summary: An Open Source software construction tool
|
||||
|
||||
BuildRequires: python%{python3_other_pkgversion}-devel
|
||||
Provides: scons-python%{python3_other_pkgversion} = %{version}-%{release}
|
||||
Provides: scons-python3 = %{version}-%{release}
|
||||
%{?python_provide:%python_provide python%{python3_other_pkgversion}-%{name}}
|
||||
|
||||
%description -n python%{python3_other_pkgversion}-%{name}
|
||||
@ -326,6 +326,9 @@ popd
|
||||
%license %{name}-%{version}/src/LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Thu Mar 14 2019 Antonio Trande <sagitter at fedoraproject.org> - 3.0.4-4
|
||||
- Fix Provides of scons-python3
|
||||
|
||||
* Thu Mar 14 2019 Antonio Trande <sagitter at fedoraproject.org> - 3.0.4-3
|
||||
- Reorganize distro macros
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user