diff --git tcl-snack/tcl-snack.spec tcl-snack/tcl-snack.spec.tmp index 98c2351fad..289040bad2 100644 --- tcl-snack/tcl-snack.spec +++ tcl-snack/tcl-snack.spec.tmp @@ -9,7 +9,7 @@ Name: tcl-%{realname} Version: 2.2.10 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Sound toolkit Group: System Environment/Libraries # generic/snackDecls.h, generic/snackStubInit.c and generic/snackStubLib.c @@ -63,12 +63,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package contains development files for the Snack Sound Toolkit. -%package -n python-%{realname} +%package -n python2-%{realname} +%{?python_provide:%python_provide python2-%{realname}} +%{?python_provide:%python_provide python2-tcl-snack} Summary: Python bindings for Snack Sound Toolkit Group: System Environment/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} -%description -n python-%{realname} +%description -n python2-%{realname} This package contains python bindings for the Snack Sound Toolkit. Tcl, Tk, and Tkinter are also required to use Snack. @@ -125,11 +127,15 @@ install -p unix/snackConfig.sh %{buildroot}%{_libdir} %{_includedir}/*.h %{_libdir}/snackConfig.sh -%files -n python-%{realname} +%files -n python2-%{realname} %doc doc/python-man.html demos/python/ %{python_sitelib}/tkSnack* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.2.10-33 +- Python 2 binary package renamed to python2-tcl-snack + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 2.2.10-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild