rpms/gweled/devel gweled.spec,1.13,1.14

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sun Mar 26 07:57:33 UTC 2006


Author: thl

Update of /cvs/extras/rpms/gweled/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15015

Modified Files:
	gweled.spec 
Log Message:
Add LDFLAGS=-Wl,--export-dynamic (thx to Kevin Kofler for the hint)


Index: gweled.spec
===================================================================
RCS file: /cvs/extras/rpms/gweled/devel/gweled.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gweled.spec	13 Feb 2006 17:31:45 -0000	1.13
+++ gweled.spec	26 Mar 2006 07:57:32 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           gweled
 Version:        0.7
-Release:        4%{?dist}
+Release:        5%{?dist}
 
 Summary:        Swapping gem game
 
@@ -31,6 +31,7 @@
 %patch1  -p0 -b .patch0
 
 %build
+export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic"
 %configure
 echo "Encoding=UTF-8" >> gweled.desktop
 mv gweled.desktop gweled.desktop.old
@@ -66,7 +67,10 @@
 %{_datadir}/sounds/%{name}/
 
 %changelog
-* Mon Feb 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>
+* Sun Mar 26 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.7-5
+- Add LDFLAGS="-Wl,--export-dynamic" (thx to Kevin Kofler for the hint)
+
+* Mon Feb 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.7-4
 - Rebuild for Fedora Extras 5
 
 * Sun Jan 29 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.7-3




More information about the fedora-extras-commits mailing list