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

Martin Sourada (mso) fedora-extras-commits at redhat.com
Wed Nov 21 13:36:25 UTC 2007


Author: mso

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

Modified Files:
	gxine.spec 
Log Message:


Rebuild against new xulrunner. RPath hack hopefully no longer needed.




Index: gxine.spec
===================================================================
RCS file: /cvs/extras/rpms/gxine/devel/gxine.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gxine.spec	15 Nov 2007 14:23:31 -0000	1.13
+++ gxine.spec	21 Nov 2007 13:35:52 -0000	1.14
@@ -1,11 +1,11 @@
 %define use_xulrunner_js 1
 %define gecko_dev_ver 1.9
-%define gecko_libs_ver %{gecko_dev_ver}a9pre
+%define gecko_libs_ver %{gecko_dev_ver}b2pre
 %define xul_mozjs_path /usr/lib/xulrunner-%{gecko_libs_ver}
 
 Name:           gxine
 Version:        0.5.11
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        GTK frontend for the xine multimedia library
 
 Group:          Applications/Multimedia
@@ -75,9 +75,9 @@
 %build
 %configure --with-dbus --with-logo-format=image --with-browser-plugin --disable-integration-wizard
 
-%if 0%{?use_xulrunner_js}
-%{__sed} -i 's at LDFLAGS = -Wl,--as-needed at LDFLAGS = -Wl,--as-needed,--rpath=%{xul_mozjs_path}@' src/Makefile
-%endif
+#%if 0%{?use_xulrunner_js}
+#%{__sed} -i 's at LDFLAGS = -Wl,--as-needed at LDFLAGS = -Wl,--as-needed,--rpath=%{xul_mozjs_path}@' src/Makefile
+#%endif
 
 make %{?_smp_mflags}
 
@@ -137,6 +137,10 @@
 %{_libdir}/mozilla/plugins/gxineplugin.so
 
 %changelog
+* Wed Nov 21 2007 Martin Sourada <martin.sourada at seznam.cz> - 0.5.11-12
+- --rpath hack hopefully no longer needed
+- build against new xulrunner
+
 * Thu Nov 15 2007 Martin Sourada <martin.sourada at seznam.cz> - 0.5.11-11
 - add --rpath to xulruner dir, so that libmozjs.so loads correctly
 - enable xulrunner's libmozjs.so




More information about the fedora-extras-commits mailing list