rpms/SimGear/devel SimGear.spec,1.15,1.16

Hans de Goede jwrdegoede at fedoraproject.org
Sun Feb 15 11:57:07 UTC 2009


Author: jwrdegoede

Update of /cvs/extras/rpms/SimGear/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10686

Modified Files:
	SimGear.spec 
Log Message:
* Sun Feb 15 2009 Hans de Goede <hdegoede at redhat.com> 1.9.1-3
- Remove rpath on x86_64



Index: SimGear.spec
===================================================================
RCS file: /cvs/extras/rpms/SimGear/devel/SimGear.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- SimGear.spec	15 Feb 2009 11:47:19 -0000	1.15
+++ SimGear.spec	15 Feb 2009 11:56:37 -0000	1.16
@@ -1,6 +1,6 @@
 Name:		SimGear
 Version:	1.9.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPLv2+
 Group:		System Environment/Libraries
 Summary:	Simulation library components
@@ -53,11 +53,15 @@
 
 chmod -x simgear/screen/GLBitmaps.cxx \
 	simgear/scene/model/persparam.?xx \
-	simgear/scene/sky/CloudShaderGeometry.?xx
+	simgear/scene/sky/CloudShaderGeometry.?xx \
+	simgear/scene/tgdb/SGModelBin.hxx
 
 %build
 autoreconf -i
 %configure --with-jpeg-factory --disable-static
+# Don't use 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
 # We do not want -lm by default!
 sed -i 's/ -lm / /g' libtool
 # This application doesn't build with smp_mflags. :/
@@ -116,6 +120,9 @@
 %{_libdir}/libsgxml.so
 
 %changelog
+* Sun Feb 15 2009 Hans de Goede <hdegoede at redhat.com> 1.9.1-3
+- Remove rpath on x86_64
+
 * Sun Feb 15 2009 Fabrice Bellet <fabrice at bellet.info> 1.9.1-2
 - Rebuild for newer OSG
 - gcc44 compilation fix




More information about the fedora-extras-commits mailing list