Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
14842b47d2
commit
01ea6ca05b
@ -9,7 +9,7 @@
|
||||
|
||||
Name: tcl-%{realname}
|
||||
Version: 2.2.10
|
||||
Release: 34%{?dist}
|
||||
Release: 35%{?dist}
|
||||
Summary: Sound toolkit
|
||||
Group: System Environment/Libraries
|
||||
# generic/snackDecls.h, generic/snackStubInit.c and generic/snackStubLib.c
|
||||
@ -36,7 +36,7 @@ Patch5: snack2.2.10-format-security.patch
|
||||
BuildRequires: tcl-devel, tk-devel, libogg-devel, libvorbis-devel
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: alsa-lib-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python2-devel
|
||||
Requires: tcl(abi) = %{tcl_version}
|
||||
Provides: %{realname} = %{version}-%{release}
|
||||
|
||||
@ -132,6 +132,10 @@ install -p unix/snackConfig.sh %{buildroot}%{_libdir}
|
||||
%{python_sitelib}/tkSnack*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.2.10-35
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.10-34
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user