summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2013-06-13 14:46:13 +0200
committerJan Horak <jhorak@redhat.com>2013-06-13 14:46:13 +0200
commit68cb18598c323f66252dcca34f6f7b01d278b58e (patch)
tree056adff8c3eb0efcdd494196e4ccb9821450ef93 /firefox.spec
parentFixed firefox.sh - do not override TMPDIR if set by user (diff)
downloadlibrewolf-fedora-ff-68cb18598c323f66252dcca34f6f7b01d278b58e.tar.gz
librewolf-fedora-ff-68cb18598c323f66252dcca34f6f7b01d278b58e.tar.bz2
librewolf-fedora-ff-68cb18598c323f66252dcca34f6f7b01d278b58e.zip
Enabled crashreporter
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec17
1 files changed, 2 insertions, 15 deletions
diff --git a/firefox.spec b/firefox.spec
index 871b580..da6fb99 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -28,7 +28,7 @@
%define official_branding 1
%define build_langpacks 1
-%define include_debuginfo 0
+%define include_debuginfo 1
%if %{alpha_version} > 0
%global pre_version a%{alpha_version}
@@ -66,7 +66,6 @@ Source1: firefox-langpacks-%{version}%{?pre_version}-20130514.tar.xz
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
Source12: firefox-redhat-default-prefs.js
-Source13: firefox-mozconfig-debuginfo
Source20: firefox.desktop
Source21: firefox.sh.in
Source23: firefox.1
@@ -141,9 +140,6 @@ cd %{tarballdir}
%if %{official_branding}
%{__cat} %{SOURCE11} >> .mozconfig
%endif
-%if %{include_debuginfo}
-%{__cat} %{SOURCE13} >> .mozconfig
-%endif
# Set up SDK path
MOZILLA_SDK_PATH=`pkg-config --variable=sdkdir libxul`
@@ -224,12 +220,6 @@ MOZ_SMP_FLAGS=-j1
export LDFLAGS="-Wl,-rpath,%{mozappdir}"
make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
-# create debuginfo for crash-stats.mozilla.com
-%if %{include_debuginfo}
-#cd %{moz_objdir}
-make buildsymbols
-%endif
-
#---------------------------------------------------------------------
%install
@@ -433,10 +423,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/webapprt/omni.ja
%{mozappdir}/webapprt/webapprt.ini
%if %{include_debuginfo}
-#%{mozappdir}/crashreporter
-%{mozappdir}/crashreporter-override.ini
-#%{mozappdir}/Throbber-small.gif
-#%{mozappdir}/plugin-container
+%{mozappdir}/browser/crashreporter-override.ini
%endif
#---------------------------------------------------------------------
bgstack15