[sound-juicer/f18] Another build fix for GStreamer macros

Bastien Nocera hadess at fedoraproject.org
Fri Oct 26 07:13:40 UTC 2012


commit c073aadc693f6d068ddd4aae4fd6e2d9c56e7525
Author: Bastien Nocera <hadess at hadess.net>
Date:   Fri Oct 26 09:13:36 2012 +0200

    Another build fix for GStreamer macros

 sound-juicer.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/sound-juicer.spec b/sound-juicer.spec
index 5e1d3ad..6663660 100644
--- a/sound-juicer.spec
+++ b/sound-juicer.spec
@@ -5,7 +5,7 @@
 Name:		sound-juicer
 Summary:	Clean and lean CD ripper
 Version:	3.5.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 #VCS: git:git://git.gnome.org/sound-juicer
@@ -49,6 +49,7 @@ GStreamer-based CD ripping tool. Saves audio CDs to Ogg/vorbis.
 %setup -q
 
 # Work around https://bugzilla.gnome.org/show_bug.cgi?id=682968
+sed -i -e "s/AM_GST_ELEMENT_CHECK/GST_ELEMENT_CHECK/" configure.in
 autoreconf -f
 
 %build
@@ -121,6 +122,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_mandir}/man1/*
 
 %changelog
+* Fri Oct 26 2012 Bastien Nocera <bnocera at redhat.com> 3.5.0-3
+- Another build fix for GStreamer macros
+
 * Wed Aug 29 2012 Bastien Nocera <bnocera at redhat.com> 3.5.0-2
 - Add missing run-time Requires
 - Remove unneeded cdparanoia dependency


More information about the scm-commits mailing list