From 08a504463720f2814fbbc8691a4b6f6a149fca50 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Feb 20 2010 16:19:33 +0000 Subject: Work around hal's script dir change (#547049) --- diff --git a/libgpod.spec b/libgpod.spec index 4e28199..37a31ae 100644 --- a/libgpod.spec +++ b/libgpod.spec @@ -3,7 +3,7 @@ Summary: Library to access the contents of an iPod Name: libgpod Version: 0.7.2 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtkpod.org/libgpod.html @@ -95,7 +95,7 @@ libgpod library. %build -%configure +%configure --with-hal-callouts-dir=%{_libexecdir}/scripts %{__make} %{?_smp_mflags} @@ -121,7 +121,7 @@ libgpod library. %doc AUTHORS ChangeLog COPYING NEWS README* %{_bindir}/* %{_libdir}/*.so.* -%{_libdir}/hal/scripts/* +%{_libexecdir}/scripts/* %{_datadir}/hal/fdi/policy/20thirdparty/*.fdi @@ -148,6 +148,9 @@ libgpod library. %changelog +* Sat Feb 20 2010 Todd Zullinger - 0.7.2-8 +- Work around hal's script dir change (#547049) + * Sat Feb 06 2010 Todd Zullinger - 0.7.2-7 - Apply Bastien's upstream patch to remove calls to xmlCleanupParser() http://lists.fedoraproject.org/pipermail/devel/2010-January/129117.html