rpms/thunderbird/devel thunderbird.desktop, 1.7, 1.8 thunderbird.spec, 1.170, 1.171

Jan Horak xhorak at fedoraproject.org
Fri Jun 11 09:58:41 UTC 2010


Author: xhorak

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

Modified Files:
	thunderbird.desktop thunderbird.spec 
Log Message:
Switch to mozilla crash reporter and fixed thunderbird.desktop


Index: thunderbird.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/devel/thunderbird.desktop,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- thunderbird.desktop	30 Mar 2010 07:43:20 -0000	1.7
+++ thunderbird.desktop	11 Jun 2010 09:58:41 -0000	1.8
@@ -4,6 +4,7 @@ Name=Thunderbird
 GenericName=Email
 Comment=Send and Receive Email
 Exec=thunderbird
+TryExec=thunderbird
 Icon=thunderbird
 Terminal=false
 Type=Application


Index: thunderbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -p -r1.170 -r1.171
--- thunderbird.spec	10 Jun 2010 03:41:20 -0000	1.170
+++ thunderbird.spec	11 Jun 2010 09:58:41 -0000	1.171
@@ -17,7 +17,7 @@
 %define tarballdir comm-1.9.2
 
 %define official_branding 1
-%define include_debuginfo 0
+%define include_debuginfo 1
 
 %define version_internal  3.1
 %define mozappdir         %{_libdir}/%{name}-%{version_internal}
@@ -25,7 +25,7 @@
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
 Version:        3.1
-Release:        0.2.rc2%{?dist}
+Release:        0.3.rc2%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -298,9 +298,8 @@ touch $RPM_BUILD_ROOT%{mozappdir}/compon
 
 # Add debuginfo for crash-stats.mozilla.com 
 %if %{include_debuginfo}
-cp mozilla/dist/thunderbird-%{version}.en-US.linux-%{_target_cpu}-crashreporter-symbols.zip $RPM_BUILD_ROOT/%{_libdir}/debug%{mozappdir}
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/debug%{mozappdir}
-cp %{moz_objdir}/mozilla/dist/thunderbird-%{version}.en-US.linux-i686.crashreporter-symbols.zip $RPM_BUILD_ROOT%{_libdir}/debug%{mozappdir}
+cp %{moz_objdir}/mozilla/dist/thunderbird-%{version}.en-US.linux-*.crashreporter-symbols.zip $RPM_BUILD_ROOT%{_libdir}/debug%{mozappdir}
 %endif
 
 #===============================================================================
@@ -389,6 +388,10 @@ fi
 #===============================================================================
 
 %changelog
+* Fri Jun 11 2010 Jan Horak <jhorak at redhat.com> - 3.1-0.3.rc2
+- Switch to Mozilla crash reporting tool
+- TryExec added to desktop file
+
 * Wed Jun  9 2010 Christopher Aillon <caillon at redhat.com> 3.1-0.2.rc2
 - Thunderbird 3.1 RC2
 



More information about the scm-commits mailing list