fix build on secondary arches (copied from xulrunner)
This commit is contained in:
parent
00c89c1b6a
commit
2963938883
@ -34,7 +34,7 @@
|
|||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 7.0.1
|
Version: 7.0.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -59,6 +59,9 @@ Source100: find-external-requires
|
|||||||
Patch0: thunderbird-install-dir.patch
|
Patch0: thunderbird-install-dir.patch
|
||||||
Patch7: crashreporter-remove-static.patch
|
Patch7: crashreporter-remove-static.patch
|
||||||
Patch8: xulrunner-6.0-secondary-ipc.patch
|
Patch8: xulrunner-6.0-secondary-ipc.patch
|
||||||
|
Patch9: mozilla-670719.patch
|
||||||
|
# backport from 8.0beta
|
||||||
|
Patch10: xulrunner-7.0.1-yarr-jit.patch
|
||||||
|
|
||||||
%if %{official_branding}
|
%if %{official_branding}
|
||||||
# Required by Mozilla Corporation
|
# Required by Mozilla Corporation
|
||||||
@ -137,6 +140,8 @@ cd %{tarballdir}
|
|||||||
cd mozilla
|
cd mozilla
|
||||||
%patch7 -p2 -b .static
|
%patch7 -p2 -b .static
|
||||||
%patch8 -p2 -b .secondary-ipc
|
%patch8 -p2 -b .secondary-ipc
|
||||||
|
%patch9 -p1 -b .moz670719
|
||||||
|
%patch10 -p2 -b .yarr-jit
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if %{official_branding}
|
%if %{official_branding}
|
||||||
@ -342,6 +347,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 12 2011 Dan Horák <dan[at]danny.cz> - 7.0.1-2
|
||||||
|
- fix build on secondary arches (copied from xulrunner)
|
||||||
|
|
||||||
* Fri Sep 30 2011 Jan Horak <jhorak@redhat.com> - 7.0.1-1
|
* Fri Sep 30 2011 Jan Horak <jhorak@redhat.com> - 7.0.1-1
|
||||||
- Update to 7.0.1
|
- Update to 7.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user