Fix local build.

This commit is contained in:
Gwyn Ciesla 2019-02-19 10:54:03 -06:00
parent 1e2a5d2828
commit 62f5ce8a7b

View File

@ -13,7 +13,7 @@
Summary: Library to access the contents of an iPod Summary: Library to access the contents of an iPod
Name: libgpod Name: libgpod
Version: 0.8.3 Version: 0.8.3
Release: 27%{?dist} Release: 28%{?dist}
License: LGPLv2+ License: LGPLv2+
URL: http://www.gtkpod.org/libgpod.html URL: http://www.gtkpod.org/libgpod.html
Source0: http://downloads.sourceforge.net/gtkpod/%{name}-%{version}.tar.bz2 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 sed -i "s#sharp-2.0#sharp-3.0#g" configure
%endif %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 make %{?_smp_mflags} V=1
@ -185,6 +185,9 @@ find %{buildroot} -type f -name "*.a" -delete
%endif %endif
%changelog %changelog
* Tue Feb 19 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.8.3-28
- Explicity disable python to fix local builds.
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-27 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild