From 653c558aa0b5a329fc3d2513f008df7d3a8be227 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 19 2017 13:38:30 +0000 Subject: Python 2 binary package renamed to python2-lash --- diff --git a/lash.spec b/lash.spec index ee5d963..da82a26 100644 --- a/lash.spec +++ b/lash.spec @@ -3,7 +3,7 @@ Summary: LASH Audio Session Handler Name: lash Version: 0.5.4 -Release: 31%{?dist} +Release: 32%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://www.nongnu.org/lash/ @@ -56,12 +56,13 @@ Summary: Shared libraries for using %{name} %description libs The %{name}-libs package contains lash shared libraries. -%package -n python-lash +%package -n python2-lash +%{?python_provide:%python_provide python2-lash} Summary: Python wrapper for LASH Group: System Environment/Libraries Requires: %{name}-libs%{?_isa} = %{version}-%{release} -%description -n python-lash +%description -n python2-lash Contains Python language bindings for developing Python applications that use LASH. @@ -172,11 +173,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/liblash.so.1 %{_libdir}/liblash.so.1.* -%files -n python-lash +%files -n python2-lash %{python_sitearch}/_lash.so %{python_sitearch}/lash.py* %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.5.4-32 +- Python 2 binary package renamed to python2-lash + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Tue Aug 15 2017 Pete Walter - 0.5.4-31 - Split out shared libraries to lash-libs subpackage