rpms/sound-juicer/devel sound-juicer-2.13.1-export-dynamic.patch, NONE, 1.1 sound-juicer.spec, 1.31, 1.32

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 9 19:24:46 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/sound-juicer/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4178

Modified Files:
	sound-juicer.spec 
Added Files:
	sound-juicer-2.13.1-export-dynamic.patch 
Log Message:
- Add a patch that adds -Wl,--export-dynamic to the build


sound-juicer-2.13.1-export-dynamic.patch:
 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE sound-juicer-2.13.1-export-dynamic.patch ---
--- sound-juicer-2.13.1/src/Makefile.am.export-dynamic	2005-10-03 12:49:35.000000000 -0400
+++ sound-juicer-2.13.1/src/Makefile.am	2006-01-09 14:14:44.000000000 -0500
@@ -13,8 +13,8 @@
 	-DPIXMAPDIR=\""$(datadir)/pixmaps"\" \
 	-DPKGDATADIR=\""$(datadir)/sound-juicer"\" \
 	@MUSICBRAINZ_CFLAGS@ @GSTREAMER_CFLAGS@ \
-	@MEDIA_PROFILES_CFLAGS@ @BURN_CFLAGS@ @UI_CFLAGS@
-
+	@MEDIA_PROFILES_CFLAGS@ @BURN_CFLAGS@ @UI_CFLAGS@ \
+	-Wl,--export-dynamic
 
 # We always build Sound Juicer
 bin_PROGRAMS = sound-juicer


Index: sound-juicer.spec
===================================================================
RCS file: /cvs/dist/rpms/sound-juicer/devel/sound-juicer.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sound-juicer.spec	5 Jan 2006 23:24:00 -0000	1.31
+++ sound-juicer.spec	9 Jan 2006 19:24:44 -0000	1.32
@@ -13,10 +13,11 @@
 Name:		sound-juicer
 Summary:	Clean and lean CD ripper
 Version:	2.13.1
-Release:        3
+Release:        4 
 License:	GPL
 Group:		Applications/Multimedia
 Source:		%{name}-%{version}.tar.bz2
+Patch0:		sound-juicer-2.13.1-export-dynamic.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 Requires:	libmusicbrainz >= %{libmusicbrainz_version}
 Requires:	libgnomeui >= %{libgnomeui_version}
@@ -50,8 +51,9 @@
 GStreamer-based CD ripping tool. Saves audio CDs to Ogg/vorbis.
 
 %prep
-
 %setup -q
+%patch0 -p1 -d .export-dynamic
+autoreconf
 
 %build
 
@@ -91,6 +93,9 @@
 %{_datadir}/omf/sound-juicer
 
 %changelog
+* Mon Jan 09 2006 John (J5) Palmieir <johnp at redhat.com> 2.13.1-4
+- Add a patch that adds -Wl,--export-dynamic to the build
+
 * Thu Jan 05 2006 John (J5) Palmieir <johnp at redhat.com> 2.13.1-3
 - GStreamer has been split into gstreamer08 and gstreamer (0.10) packages
   we need gstreamer08 for now




More information about the fedora-cvs-commits mailing list