- Update to 2.0.0.14
- Use the system dictionaries
This commit is contained in:
parent
3c604f2b7d
commit
b89543e8f4
@ -1,2 +1,2 @@
|
|||||||
thunderbird-langpacks-2.0.0.12-20080226.tar.bz2
|
thunderbird-langpacks-2.0.0.14-20080501.tar.bz2
|
||||||
thunderbird-2.0.0.12-source.tar.bz2
|
thunderbird-2.0.0.14-source.tar.bz2
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
4aebeaad511dd0ba73fbabfdd6819438 thunderbird-langpacks-2.0.0.12-20080226.tar.bz2
|
d8cf331743cc00eef920c8d65d7cde09 thunderbird-langpacks-2.0.0.14-20080501.tar.bz2
|
||||||
c23f576a8fd0ceee5135829c8ae5168b thunderbird-2.0.0.12-source.tar.bz2
|
e304510d08f7e226bbfff8e7e549232f thunderbird-2.0.0.14-source.tar.bz2
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 2.0.0.12
|
Version: 2.0.0.14
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/thunderbird/
|
URL: http://www.mozilla.org/projects/thunderbird/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -18,7 +18,7 @@ Group: Applications/Internet
|
|||||||
%define tarball thunderbird-2.0.0.0rc1-source.tar.bz2
|
%define tarball thunderbird-2.0.0.0rc1-source.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
Source0: %{tarball}
|
Source0: %{tarball}
|
||||||
Source1: thunderbird-langpacks-%{version}-20080226.tar.bz2
|
Source1: thunderbird-langpacks-%{version}-20080501.tar.bz2
|
||||||
Source10: thunderbird-mozconfig
|
Source10: thunderbird-mozconfig
|
||||||
Source11: thunderbird-mozconfig-branded
|
Source11: thunderbird-mozconfig-branded
|
||||||
Source12: thunderbird-redhat-default-prefs.js
|
Source12: thunderbird-redhat-default-prefs.js
|
||||||
@ -31,8 +31,6 @@ Source100: find-external-requires
|
|||||||
# Build patches
|
# Build patches
|
||||||
Patch1: firefox-2.0-link-layout.patch
|
Patch1: firefox-2.0-link-layout.patch
|
||||||
Patch2: firefox-1.0-prdtoa.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
|
Patch10: thunderbird-0.7.3-psfonts.patch
|
||||||
Patch11: thunderbird-0.7.3-gnome-uriloader.patch
|
Patch11: thunderbird-0.7.3-gnome-uriloader.patch
|
||||||
@ -106,8 +104,6 @@ cd mozilla
|
|||||||
|
|
||||||
%patch1 -p1 -b .link-layout
|
%patch1 -p1 -b .link-layout
|
||||||
%patch2 -p0
|
%patch2 -p0
|
||||||
%patch3 -p0 -b .gcc43
|
|
||||||
%patch4 -p1 -b .SECAlgorithmID
|
|
||||||
|
|
||||||
%patch10 -p1 -b .psfonts
|
%patch10 -p1 -b .psfonts
|
||||||
%patch11 -p1 -b .gnome-uriloader
|
%patch11 -p1 -b .gnome-uriloader
|
||||||
@ -188,7 +184,7 @@ DESTDIR=$RPM_BUILD_ROOT make install
|
|||||||
|
|
||||||
%{__mkdir_p} $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_datadir}/applications,%{_datadir}/icons/hicolor/48x48/apps}
|
%{__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 \
|
desktop-file-install --vendor mozilla \
|
||||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||||
@ -262,6 +258,10 @@ done
|
|||||||
# Copy over the LICENSE
|
# Copy over the LICENSE
|
||||||
install -c -m 644 LICENSE $RPM_BUILD_ROOT%{mozappdir}
|
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
|
# ghost files
|
||||||
touch $RPM_BUILD_ROOT%{mozappdir}/components/compreg.dat
|
touch $RPM_BUILD_ROOT%{mozappdir}/components/compreg.dat
|
||||||
touch $RPM_BUILD_ROOT%{mozappdir}/components/xpti.dat
|
touch $RPM_BUILD_ROOT%{mozappdir}/components/xpti.dat
|
||||||
@ -288,7 +288,7 @@ fi
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%attr(755,root,root) %{_bindir}/thunderbird
|
%attr(755,root,root) %{_bindir}/thunderbird
|
||||||
%attr(644,root,root) %{_datadir}/applications/mozilla-thunderbird.desktop
|
%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}
|
%dir %{mozappdir}
|
||||||
%doc %{mozappdir}/LICENSE
|
%doc %{mozappdir}/LICENSE
|
||||||
%{mozappdir}/chrome
|
%{mozappdir}/chrome
|
||||||
@ -329,6 +329,16 @@ fi
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 1 2008 Christopher Aillon <caillon@redhat.com> - 2.0.0.14-1
|
||||||
|
- Update to 2.0.0.14
|
||||||
|
- Use the system dictionaries
|
||||||
|
|
||||||
|
* Fri Apr 18 2008 Christopher Aillon <caillon@redhat.com> - 2.0.0.12-6
|
||||||
|
- Icon belongs in _datadir/pixmaps
|
||||||
|
|
||||||
|
* Fri Apr 18 2008 Christopher Aillon <caillon@redhat.com> - 2.0.0.12-5
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Mon Apr 7 2008 Christopher Aillon <caillon@redhat.com> 2.0.0.12-4
|
* Mon Apr 7 2008 Christopher Aillon <caillon@redhat.com> 2.0.0.12-4
|
||||||
- Add %%lang attributes to langpacks
|
- Add %%lang attributes to langpacks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user