From 6eb48118247957d7e7595ab0bc5da8e70c8899b0 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Thu, 4 Feb 2016 19:33:39 +0900 Subject: [PATCH] F-24: fix FTBFS (variable expansion: perhaps due to bash behavior change) --- libindicator.spec | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/libindicator.spec b/libindicator.spec index 97f5897..0a23f0c 100644 --- a/libindicator.spec +++ b/libindicator.spec @@ -1,6 +1,6 @@ Name: libindicator Version: 12.10.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Shared functions for Ayatana indicators Group: System Environment/Libraries @@ -17,6 +17,7 @@ BuildRequires: dbus-glib-devel BuildRequires: gtk2-devel BuildRequires: gtk3-devel +BuildRequires: gnome-common %description A set of symbols and convenience functions that all Ayatana indicators are @@ -83,6 +84,28 @@ tools for the GTK+3 build of %{name}. %prep %setup -q +sed -i.addvar configure.ac \ + -e '\@LIBINDICATOR_LIBS@s|\$LIBM| \$LIBM|' + +# http://bazaar.launchpad.net/~indicator-applet-developers/libindicator/trunk.12.10/view/head:/autogen.sh +cat > autogen.sh < - 12.10.1-7 +- F-24: fix FTBFS (variable expansion: perhaps due to bash behavior change) + * Thu Feb 04 2016 Fedora Release Engineering - 12.10.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild