rpms/sound-juicer/devel sound-juicer.spec,1.127,1.128

Bastien Nocera hadess at fedoraproject.org
Fri May 14 14:42:02 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/sound-juicer/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19587

Modified Files:
	sound-juicer.spec 
Log Message:
* Fri May 14 2010 Bastien Nocera <bnocera at redhat.com> 2.28.2-2
- Fix package review bugs



Index: sound-juicer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sound-juicer/devel/sound-juicer.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -p -r1.127 -r1.128
--- sound-juicer.spec	30 Mar 2010 23:52:03 -0000	1.127
+++ sound-juicer.spec	14 May 2010 14:42:02 -0000	1.128
@@ -8,7 +8,7 @@
 Name:		sound-juicer
 Summary:	Clean and lean CD ripper
 Version:	2.28.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 #VCS: git:git://git.gnome.org/sound-juicer
@@ -57,6 +57,9 @@ DBUS_FATAL_WARNINGS=0 /usr/bin/gst-inspe
 # drop unneeded direct library deps with --as-needed
 # libtool doesn't make this easy, so we do it the hard way
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+# Remove RPATH
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
 export tagname=CC
 make AM_CFLAGS=-export-dynamic
@@ -123,6 +126,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_mandir}/man1/*
 
 %changelog
+* Fri May 14 2010 Bastien Nocera <bnocera at redhat.com> 2.28.2-2
+- Fix package review bugs
+
 * Tue Mar 30 2010 Matthias Clasen <mclasen at redhat.com> 2.28.2-1
 - Update to 2.28.2
 
@@ -461,7 +467,7 @@ gtk-update-icon-cache %{_datadir}/icons/
 - rebuild to use new gstreamer
 
 * Fri Jan 16 2004 Brent Fox <bfox at redhat.com> 0.5.9-3
-- add %preun to clean up GConf entries on uninstall
+- add preun to clean up GConf entries on uninstall
 
 * Wed Jan 14 2004 Brent Fox <bfox at redhat.com> 0.5.9-2
 - create init patch to make help work
@@ -494,7 +500,7 @@ gtk-update-icon-cache %{_datadir}/icons/
 * Wed Aug 27 2003 Brent Fox <bfox at redhat.com> 0.5.2-2
 - spec file cleanups
 - add exclude arch for ia64, x86_64, ppc64, and s390x
-- add %file macros 
+- add file macros
 - remove Requires for gstreamer-cdparanoia and gstreamer-vorbis
 
 * Tue Apr 22 2003 Frederic Crozat <fcrozat at mandrakesoft.com>



More information about the scm-commits mailing list