From 2eec8d6d5ae5afa011ab61f25fa2dc43259114bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 19 Aug 2017 09:38:54 -0400 Subject: [PATCH] Python 2 binary package renamed to python2-lilv --- lilv.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/lilv.spec b/lilv.spec index c4b0c61..4209fd5 100644 --- a/lilv.spec +++ b/lilv.spec @@ -3,7 +3,7 @@ Name: lilv Version: 0.24.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An LV2 Resource Description Framework Library License: MIT @@ -34,11 +34,12 @@ supports reading and writing Turtle and NTriples. This package contains the headers and development libraries for %{name}. -%package -n python-%{name} +%package -n python2-%{name} +%{?python_provide:%python_provide python2-%{name}} Summary: Python bindings for %{name} Requires: %{name}%{_isa} = %{version}-%{release} -%description -n python-%{name} +%description -n python2-%{name} %{name} is a lightweight C library for Resource Description Syntax which supports reading and writing Turtle and NTriples. @@ -92,10 +93,14 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.* %{_pkgdocdir}/%{name}-%{maj}/ %{_mandir}/man3/* -%files -n python-%{name} +%files -n python2-%{name} %{python_sitelib}/%{name}.* %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.24.2-4 +- Python 2 binary package renamed to python2-lilv + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.24.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild