- Update pango patche, MOZ_DISABLE_PANGO now works as advertised.

This commit is contained in:
Christopher Aillon 2005-05-13 15:05:44 +00:00
parent 26eb76185a
commit a08e80afee

View File

@ -8,7 +8,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc s390 s390x
Summary: Mozilla Thunderbird mail/newsgroup client Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird Name: thunderbird
Version: 1.0.2 Version: 1.0.2
Release: 4 Release: 5
Epoch: 0 Epoch: 0
URL: http://www.mozilla.org/projects/thunderbird/ URL: http://www.mozilla.org/projects/thunderbird/
License: MPL License: MPL
@ -169,8 +169,12 @@ perl -pi -e 's|LIBDIR|%{_libdir}|g' %{buildroot}%{tbdir}/open-browser.sh
cd $RPM_BUILD_ROOT/%{tbdir} cd $RPM_BUILD_ROOT/%{tbdir}
export MOZ_DISABLE_GNOME=1 export MOZ_DISABLE_GNOME=1
HOME=%{_tmppath} ./thunderbird -register
%{__rm} -rf %{_tmppath}/.mozilla # munge HOME for now, since XPCOM creates $HOME/.mozilla
MOZTMP=`mktemp -d`
HOME=$MOZTMP %{tbdir}/thunderbird -register
%{__rm} -rf $MOZTMP/.mozilla
cd - cd -
%{__rm} -rf $RPM_BUILD_ROOT/%{tbdir}/chrome/{classic,comm,embed-sample,en-{mac,win},help,messenger} %{__rm} -rf $RPM_BUILD_ROOT/%{tbdir}/chrome/{classic,comm,embed-sample,en-{mac,win},help,messenger}
@ -194,6 +198,9 @@ cd -
#=============================================================================== #===============================================================================
%changelog %changelog
* Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-5
- Update pango patche, MOZ_DISABLE_PANGO now works as advertised.
* Mon May 9 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-4 * Mon May 9 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-4
- Add temporary workaround to not create files in the user's $HOME (#149664) - Add temporary workaround to not create files in the user's $HOME (#149664)