From 62f5ce8a7b7718f096b28e8a2d974d53a259ead0 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Feb 19 2019 16:54:03 +0000 Subject: Fix local build. --- diff --git a/libgpod.spec b/libgpod.spec index 737b5d7..da41d5e 100644 --- a/libgpod.spec +++ b/libgpod.spec @@ -13,7 +13,7 @@ Summary: Library to access the contents of an iPod Name: libgpod Version: 0.8.3 -Release: 27%{?dist} +Release: 28%{?dist} License: LGPLv2+ URL: http://www.gtkpod.org/libgpod.html Source0: http://downloads.sourceforge.net/gtkpod/%{name}-%{version}.tar.bz2 @@ -122,7 +122,7 @@ autoreconf -vif sed -i "s#sharp-2.0#sharp-3.0#g" configure %endif -%configure --without-hal --enable-udev --with-temp-mount-dir=/run/%{name} +%configure --without-hal --enable-udev --with-temp-mount-dir=/run/%{name} --with-python=no make %{?_smp_mflags} V=1 @@ -185,6 +185,9 @@ find %{buildroot} -type f -name "*.a" -delete %endif %changelog +* Tue Feb 19 2019 Gwyn Ciesla - 0.8.3-28 +- Explicity disable python to fix local builds. + * Fri Feb 01 2019 Fedora Release Engineering - 0.8.3-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild