From 8ef65e607735a5d26979bf9d92e5bbff8366391a Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Oct 03 2018 12:36:46 +0000 Subject: Remove Python 2 subpackage See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal and https://bugzilla.redhat.com/show_bug.cgi?id=1634929 --- diff --git a/lilv.spec b/lilv.spec index daddc53..de79090 100644 --- a/lilv.spec +++ b/lilv.spec @@ -3,7 +3,7 @@ Name: lilv Version: 0.24.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An LV2 Resource Description Framework Library License: MIT @@ -36,17 +36,6 @@ supports reading and writing Turtle and NTriples. This package contains the headers and development libraries for %{name}. -%package -n python2-%{name} -%{?python_provide:%python_provide python2-%{name}} -Summary: Python bindings for %{name} -Requires: %{name}%{_isa} = %{version}-%{release} - -%description -n python2-%{name} -%{name} is a lightweight C library for Resource Description Syntax which -supports reading and writing Turtle and NTriples. - -This package contains the python libraries for %{name}. - %prep %setup -q # we'll run ld config @@ -61,7 +50,7 @@ export LINKFLAGS="%{__global_ldflags}" %{__python2} waf configure -v --prefix=%{_prefix}\ --libdir=%{_libdir} --configdir=%{_sysconfdir} --mandir=%{_mandir}\ --docdir=%{_pkgdocdir}\ - --docs --test --dyn-manifest --bindings + --docs --test --dyn-manifest %{__python2} waf -v build %{?_smp_mflags} %install @@ -90,10 +79,12 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.* %{_pkgdocdir}/%{name}-%{maj}/ %{_mandir}/man3/* -%files -n python2-%{name} -%{python2_sitelib}/%{name}.* - %changelog +* Wed Oct 03 2018 Guido Aulisi - 0.24.4-3 +- Remove Python 2 subpackage + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + and https://bugzilla.redhat.com/show_bug.cgi?id=1634929 + * Tue Jul 31 2018 Florian Weimer - 0.24.4-2 - Rebuild with fixed binutils