From 6d1fdbc82a0e6d9b34fd4126def7fc8b3140e5d6 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 19 2017 13:38:09 +0000 Subject: Python 2 binary package renamed to python2-clearsilver --- diff --git a/clearsilver.spec b/clearsilver.spec index e620d8a..3db6da6 100644 --- a/clearsilver.spec +++ b/clearsilver.spec @@ -3,7 +3,7 @@ Name: clearsilver Version: 0.10.5 -Release: 42%{?dist} +Release: 43%{?dist} Summary: Fast and powerful HTML templating system Group: Development/Libraries # Technically, the license is "Neotonic ClearSilver", but it is a copy of @@ -40,13 +40,14 @@ Provides: %{name}-static = %{version}-%{release} This package provides needed files to develop extensions to ClearSilver. -%package -n python-%{name} +%package -n python2-%{name} +%{?python_provide:%python_provide python2-%{name}} Summary: Python interface to the ClearSilver HTML templating system Group: Development/Libraries BuildRequires: python-devel >= 2.1 Provides: %{name}-python = %{version}-%{release} -%description -n python-%{name} +%description -n python2-%{name} %{summary}. %package -n perl-%{name} @@ -153,7 +154,7 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/ClearSilver/ %{_libdir}/libneo_*.a -%files -n python-clearsilver +%files -n python2-%{name} %doc CS_LICENSE LICENSE %defattr(-,root,root,-) %doc README.python python/examples/ @@ -182,6 +183,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.10.5-43 +- Python 2 binary package renamed to python2-clearsilver + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Aug 02 2017 Fedora Release Engineering - 0.10.5-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild