[rhythmbox] FTBFS fix: run autoreconf to deal with new automake

Peter Hutterer whot at fedoraproject.org
Mon Feb 10 10:08:05 UTC 2014


commit 87bc3c123ed7aeaec2d1a43c4579f835dee9b310
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Feb 10 20:11:43 2014 +1000

    FTBFS fix: run autoreconf to deal with new automake

 rhythmbox.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/rhythmbox.spec b/rhythmbox.spec
index e615cee..02a7246 100644
--- a/rhythmbox.spec
+++ b/rhythmbox.spec
@@ -5,7 +5,7 @@
 Name: rhythmbox
 Summary: Music Management Application
 Version: 3.0.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+ with exceptions and GFDL
 Group: Applications/Multimedia
 URL: http://projects.gnome.org/rhythmbox/
@@ -61,6 +61,7 @@ BuildRequires: python3-devel
 BuildRequires: python3-gobject
 BuildRequires: totem-pl-parser-devel >= 3.2.0
 BuildRequires: webkitgtk3-devel
+BuildRequires: yelp-tools
 
 ExcludeArch:    s390 s390x
 
@@ -100,6 +101,7 @@ a Rhythmbox plugin.
 %patch2 -p1 -b .soup
 
 %build
+AUTOPOINT="intltoolize --automake --copy" autoreconf -v --force --install || exit 1
 %configure \
       --with-ipod \
       --without-hal
@@ -197,6 +199,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
+* Mon Feb 10 2014 Peter Hutterer <peter.hutterer at redhat.com> 3.0.1-7
+- FTBFS fix: run autoreconf to deal with new automake
+
 * Mon Feb 10 2014 Peter Hutterer <peter.hutterer at redhat.com> - 3.0.1-6
 - Rebuild for libevdev soname bump
 


More information about the scm-commits mailing list