rpms/xulrunner/F-13 xulrunner.spec,1.201,1.202

Jan Horak xhorak at fedoraproject.org
Wed Jul 14 11:58:33 UTC 2010


Author: xhorak

Update of /cvs/pkgs/rpms/xulrunner/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16462

Modified Files:
	xulrunner.spec 
Log Message:
Rename of confusing include_debuginfo variable to enable_mozilla_crashreporter


Index: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/F-13/xulrunner.spec,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -p -r1.201 -r1.202
--- xulrunner.spec	30 Jun 2010 13:01:00 -0000	1.201
+++ xulrunner.spec	14 Jul 2010 11:58:33 -0000	1.202
@@ -5,7 +5,7 @@
 %define freetype_version 2.1.9
 %define sqlite_version 3.6.16
 %define tarballdir mozilla-1.9.2
-%define include_debuginfo       0
+%define enable_mozilla_crashreporter       0
 
 # The actual sqlite version (see #480989):
 %global sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo 65536)
@@ -144,7 +144,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{ver
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
-%if %{include_debuginfo}
+%if %{enable_mozilla_crashreporter}
 %{__cat} %{SOURCE11} >> .mozconfig
 %endif
 
@@ -185,7 +185,7 @@ export LDFLAGS="-Wl,-rpath,${MOZ_APP_DIR
 make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
 
 # create debuginfo for crash-stats.mozilla.com
-%if %{include_debuginfo}
+%if %{enable_mozilla_crashreporter}
 #cd %{moz_objdir}
 make buildsymbols
 %endif
@@ -348,7 +348,7 @@ touch $RPM_BUILD_ROOT${MOZ_APP_DIR}/comp
 touch $RPM_BUILD_ROOT${MOZ_APP_DIR}/components/xpti.dat
 
 # Add debuginfo for crash-stats.mozilla.com 
-%if %{include_debuginfo}
+%if %{enable_mozilla_crashreporter}
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/debug%{mozappdir}
 cp dist/%{name}-%{version}.en-US.linux-*.crashreporter-symbols.zip $RPM_BUILD_ROOT/%{_libdir}/debug%{mozappdir}
 #cp %{moz_objdir}/mozilla/dist/firefox-%{version}.en-US.linux-i686.crashreporter-symbols.zip $RPM_BUILD_ROOT%{_libdir}/debug%{mozappdir}
@@ -413,7 +413,7 @@ fi
 %exclude %{mozappdir}/update.locale
 %exclude %{mozappdir}/components/components.list
 
-%if %{include_debuginfo}
+%if %{enable_mozilla_crashreporter}
 %{mozappdir}/crashreporter
 %{mozappdir}/crashreporter.ini
 %{mozappdir}/Throbber-small.gif



More information about the scm-commits mailing list