diff --git a/thunderbird-mozconfig b/thunderbird-mozconfig index ab3b28c..bd801a0 100644 --- a/thunderbird-mozconfig +++ b/thunderbird-mozconfig @@ -24,7 +24,6 @@ ac_add_options --enable-pango ac_add_options --enable-svg ac_add_options --enable-canvas ac_add_options --enable-system-hunspell -ac_add_options --disable-crashreporter ac_add_options --disable-necko-wifi ac_add_options --disable-updater ac_add_options --enable-startup-notification diff --git a/thunderbird-mozconfig-debuginfo b/thunderbird-mozconfig-debuginfo deleted file mode 100644 index 4dd2427..0000000 --- a/thunderbird-mozconfig-debuginfo +++ /dev/null @@ -1,5 +0,0 @@ -# For mozilla's debuginfo: -export CFLAGS="$CFLAGS -gdwarf-2" -export CXXFLAGS="$CXXFLAGS -gdwarf-2" -export MOZ_DEBUG_SYMBOLS=1 -ac_add_options --enable-crashreporter diff --git a/thunderbird.spec b/thunderbird.spec index 804f044..423df64 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -54,7 +54,7 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird Version: 17.0.6 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -65,7 +65,6 @@ Source1: thunderbird-langpacks-%{version}-20130514.tar.xz Source10: thunderbird-mozconfig Source11: thunderbird-mozconfig-branded Source12: thunderbird-redhat-default-prefs.js -Source13: thunderbird-mozconfig-debuginfo Source20: thunderbird.desktop Source21: thunderbird.sh.in Source100: find-external-requires @@ -195,9 +194,6 @@ cd .. %if %{official_branding} %{__cat} %{SOURCE11} >> .mozconfig %endif -%if %{enable_mozilla_crashreporter} -%{__cat} %{SOURCE13} >> .mozconfig -%endif %if %{?system_nss} echo "ac_add_options --with-system-nspr" >> .mozconfig