rpms/thunderbird/devel .cvsignore, 1.18, 1.19 sources, 1.25, 1.26 thunderbird.spec, 1.116, 1.117

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Thu May 1 22:10:28 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/thunderbird/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26418

Modified Files:
	.cvsignore sources thunderbird.spec 
Log Message:
* Thu May  1 2008 Christopher Aillon <caillon at redhat.com> - 2.0.0.14-1
- Update to 2.0.0.14
- Use the system dictionaries



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/thunderbird/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	27 Feb 2008 01:57:41 -0000	1.18
+++ .cvsignore	1 May 2008 22:09:48 -0000	1.19
@@ -1,2 +1,2 @@
-thunderbird-langpacks-2.0.0.12-20080226.tar.bz2
-thunderbird-2.0.0.12-source.tar.bz2
+thunderbird-langpacks-2.0.0.14-20080501.tar.bz2
+thunderbird-2.0.0.14-source.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/thunderbird/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	27 Feb 2008 01:57:41 -0000	1.25
+++ sources	1 May 2008 22:09:48 -0000	1.26
@@ -1,2 +1,2 @@
-4aebeaad511dd0ba73fbabfdd6819438  thunderbird-langpacks-2.0.0.12-20080226.tar.bz2
-c23f576a8fd0ceee5135829c8ae5168b  thunderbird-2.0.0.12-source.tar.bz2
+d8cf331743cc00eef920c8d65d7cde09  thunderbird-langpacks-2.0.0.14-20080501.tar.bz2
+e304510d08f7e226bbfff8e7e549232f  thunderbird-2.0.0.14-source.tar.bz2


Index: thunderbird.spec
===================================================================
RCS file: /cvs/extras/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- thunderbird.spec	7 Apr 2008 22:31:51 -0000	1.116
+++ thunderbird.spec	1 May 2008 22:09:48 -0000	1.117
@@ -7,8 +7,8 @@
 
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
-Version:        2.0.0.12
-Release:        4%{?dist}
+Version:        2.0.0.14
+Release:        1%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -18,7 +18,7 @@
 %define tarball thunderbird-2.0.0.0rc1-source.tar.bz2
 %endif
 Source0:        %{tarball}
-Source1:        thunderbird-langpacks-%{version}-20080226.tar.bz2
+Source1:        thunderbird-langpacks-%{version}-20080501.tar.bz2
 Source10:       thunderbird-mozconfig
 Source11:       thunderbird-mozconfig-branded
 Source12:       thunderbird-redhat-default-prefs.js
@@ -31,8 +31,6 @@
 # Build patches
 Patch1:         firefox-2.0-link-layout.patch
 Patch2:         firefox-1.0-prdtoa.patch
-Patch3:         thunderbird-2.0.0.12-gcc43.patch
-Patch4:         thunderbird-2.0.0.12-SECAlgorithmID.patch
 
 Patch10:        thunderbird-0.7.3-psfonts.patch
 Patch11:        thunderbird-0.7.3-gnome-uriloader.patch
@@ -106,8 +104,6 @@
 
 %patch1 -p1 -b .link-layout
 %patch2 -p0
-%patch3 -p0 -b .gcc43
-%patch4 -p1 -b .SECAlgorithmID
 
 %patch10 -p1 -b .psfonts
 %patch11 -p1 -b .gnome-uriloader
@@ -188,7 +184,7 @@
 
 %{__mkdir_p} $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_datadir}/applications,%{_datadir}/icons/hicolor/48x48/apps}
 
-%{__install} -p -D %{SOURCE22} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
+%{__install} -p -D %{SOURCE22} $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
 
 desktop-file-install --vendor mozilla \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
@@ -262,6 +258,10 @@
 # Copy over the LICENSE
 install -c -m 644 LICENSE $RPM_BUILD_ROOT%{mozappdir}
 
+# Use the system hunspell dictionaries
+%{__rm} -rf $RPM_BUILD_ROOT/%{mozappdir}/dictionaries
+ln -s %{_datadir}/myspell $RPM_BUILD_ROOT%{mozappdir}/dictionaries
+
 # ghost files
 touch $RPM_BUILD_ROOT%{mozappdir}/components/compreg.dat
 touch $RPM_BUILD_ROOT%{mozappdir}/components/xpti.dat
@@ -288,7 +288,7 @@
 %defattr(-,root,root,-)
 %attr(755,root,root) %{_bindir}/thunderbird
 %attr(644,root,root) %{_datadir}/applications/mozilla-thunderbird.desktop
-%attr(644,root,root) %{_datadir}/icons/hicolor/48x48/apps/thunderbird.png
+%attr(644,root,root) %{_datadir}/pixmaps/thunderbird.png
 %dir %{mozappdir}
 %doc %{mozappdir}/LICENSE
 %{mozappdir}/chrome
@@ -329,6 +329,16 @@
 #===============================================================================
 
 %changelog
+* Thu May  1 2008 Christopher Aillon <caillon at redhat.com> - 2.0.0.14-1
+- Update to 2.0.0.14
+- Use the system dictionaries
+
+* Fri Apr 18 2008 Christopher Aillon <caillon at redhat.com> - 2.0.0.12-6
+- Icon belongs in _datadir/pixmaps
+
+* Fri Apr 18 2008 Christopher Aillon <caillon at redhat.com> - 2.0.0.12-5
+- rebuilt
+
 * Mon Apr  7 2008 Christopher Aillon <caillon at redhat.com> 2.0.0.12-4
 - Add %%lang attributes to langpacks
 




More information about the fedora-extras-commits mailing list