rpms/xulrunner/devel xulrunner.spec,1.65,1.66

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Feb 11 22:42:36 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/xulrunner/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv965

Modified Files:
	xulrunner.spec 
Log Message:
* Mon Feb 11 2008 Adam Jackson <ajax at redhat.com> 1.9-0.beta2.19
- STRIP="/bin/true" on the %make line so xulrunner-debuginfo contains,
  you know, debuginfo.



Index: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- xulrunner.spec	11 Feb 2008 00:30:15 -0000	1.65
+++ xulrunner.spec	11 Feb 2008 22:41:58 -0000	1.66
@@ -14,7 +14,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9
-Release:        0.beta2.18%{?nightly}%{?dist}
+Release:        0.beta2.19%{?nightly}%{?dist}
 URL:            http://www.mozilla.org/projects/xulrunner/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -166,7 +166,7 @@
 
 export LDFLAGS="-Wl,-rpath,${MOZ_APP_DIR}"
 export MAKE="gmake %{moz_make_flags}"
-make -f client.mk build
+make -f client.mk build STRIP="/bin/true"
 
 #---------------------------------------------------------------------
 
@@ -392,6 +392,10 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Feb 11 2008 Adam Jackson <ajax at redhat.com> 1.9-0.beta2.19
+- STRIP="/bin/true" on the %%make line so xulrunner-debuginfo contains,
+  you know, debuginfo.
+
 * Sun Feb 10 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.beta2.18
 - Update to latest trunk (2008-02-10)
 




More information about the fedora-extras-commits mailing list