rpms/cegui/devel cegui.spec,1.12,1.13

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Thu May 22 05:26:51 UTC 2008


Author: jwrdegoede

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

Modified Files:
	cegui.spec 
Log Message:
* Sun May 18 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.6.0-1
- New upstream release 0.6.0
- No ABI stability, use full versioned (libtool -release) sonames
- Use system tolua++, change license tag to match
- Use system tinyxml



Index: cegui.spec
===================================================================
RCS file: /cvs/extras/rpms/cegui/devel/cegui.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cegui.spec	21 May 2008 21:04:22 -0000	1.12
+++ cegui.spec	22 May 2008 05:26:05 -0000	1.13
@@ -81,6 +81,11 @@
            --enable-lua-module --disable-irrlicht-renderer --disable-samples \
            --with-default-xml-parser=ExpatParser --enable-silly \
            --with-default-image-codec=SILLYImageCodec --with-pic
+# We do not want to get linked against a system copy of ourselves!
+sed -i 's|-L%{_libdir}||g' RendererModules/OpenGLGUIRenderer/Makefile
+# 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
 make %{?_smp_mflags}
 
 




More information about the fedora-extras-commits mailing list