rpms/xulrunner/devel xulrunner.spec,1.208,1.209

Jan Horak xhorak at fedoraproject.org
Wed Jul 14 11:56:35 UTC 2010


Author: xhorak

Update of /cvs/pkgs/rpms/xulrunner/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16139

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/devel/xulrunner.spec,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -p -r1.208 -r1.209
--- xulrunner.spec	14 Jul 2010 11:43:52 -0000	1.208
+++ xulrunner.spec	14 Jul 2010 11:56:35 -0000	1.209
@@ -12,7 +12,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)
@@ -155,7 +155,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
 
@@ -200,7 +200,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
@@ -363,7 +363,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}
@@ -430,7 +430,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