[sound-juicer/f18] Add missing run-time Requires

Bastien Nocera hadess at fedoraproject.org
Wed Aug 29 16:08:41 UTC 2012


commit 6e3202223f89c7c49aeef08d31d2a3b4be09788e
Author: Bastien Nocera <hadess at hadess.net>
Date:   Wed Aug 29 17:08:36 2012 +0100

    Add missing run-time Requires
    
    - Remove unneeded cdparanoia dependency

 sound-juicer.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/sound-juicer.spec b/sound-juicer.spec
index 21a4f4c..3379056 100644
--- a/sound-juicer.spec
+++ b/sound-juicer.spec
@@ -5,13 +5,14 @@
 Name:		sound-juicer
 Summary:	Clean and lean CD ripper
 Version:	3.5.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 #VCS: git:git://git.gnome.org/sound-juicer
-Source:		http://download.gnome.org/sources/sound-juicer/3.3/%{name}-%{version}.tar.xz
+Source:		http://download.gnome.org/sources/sound-juicer/3.5/%{name}-%{version}.tar.xz
 URL:		http://www.burtonini.com/blog/computers/sound-juicer
-Requires:	cdparanoia
+
+Requires: gstreamer1-plugins-good
 
 Requires(pre): GConf2 >= %{gconf_version}
 Requires(post): GConf2 >= %{gconf_version}
@@ -48,7 +49,7 @@ GStreamer-based CD ripping tool. Saves audio CDs to Ogg/vorbis.
 %setup -q
 
 %build
-%configure --disable-scrollkeeper --with-gtk=3.0
+%configure --disable-scrollkeeper
 
 # drop unneeded direct library deps with --as-needed
 # libtool doesn't make this easy, so we do it the hard way
@@ -117,6 +118,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_mandir}/man1/*
 
 %changelog
+* Wed Aug 29 2012 Bastien Nocera <bnocera at redhat.com> 3.5.0-2
+- Add missing run-time Requires
+- Remove unneeded cdparanoia dependency
+
 * Wed Aug 22 2012 Richard Hughes <hughsient at gmail.com> - 3.5.0-1
 - Update to 3.5.0
 


More information about the scm-commits mailing list