|
@@ -1,5 +1,5 @@
|
|
# do not include minor version number in MOZILLA_FIVE_HOME
|
|
# do not include minor version number in MOZILLA_FIVE_HOME
|
|
-%define tbmajor 24.6.0
|
|
+%define tbmajor 31.0
|
|
#%define tbversion %{tbmajor}.10
|
|
#%define tbversion %{tbmajor}.10
|
|
%define tbversion %{tbmajor}
|
|
%define tbversion %{tbmajor}
|
|
%define tbrelease 1%{?_dist_release}
|
|
%define tbrelease 1%{?_dist_release}
|
|
@@ -10,7 +10,7 @@
|
|
# IMPORTANT: If there is no top level directory, this should be
|
|
# IMPORTANT: If there is no top level directory, this should be
|
|
# set to the cwd, ie: '.'
|
|
# set to the cwd, ie: '.'
|
|
#%define tarballdir .
|
|
#%define tarballdir .
|
|
-%define tarballdir comm-esr24
|
|
+%define tarballdir comm-esr31
|
|
|
|
|
|
%define mozappdir %{_libdir}/%{name}-%{version_internal}
|
|
%define mozappdir %{_libdir}/%{name}-%{version_internal}
|
|
%define moz_objdir objdir-tb
|
|
%define moz_objdir objdir-tb
|
|
@@ -76,10 +76,11 @@ Patch1: firefox-1.5-default-a4-paper.patch
|
|
|
|
|
|
|
|
|
|
# Linux specific
|
|
# Linux specific
|
|
-Patch100: thunderbird-9.0-enable-addons.patch
|
|
+Patch100: thunderbird-31.0-enable-addons.patch
|
|
|
|
|
|
# Vine Patch
|
|
# Vine Patch
|
|
Patch2000: thunderbird-24.0-vine6.patch
|
|
Patch2000: thunderbird-24.0-vine6.patch
|
|
|
|
+Patch2001: thunderbird-31.0-client_mk_objdir.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: pango-devel
|
|
BuildRequires: pango-devel
|
|
@@ -94,6 +95,7 @@ BuildRequires: python27-devel
|
|
%endif
|
|
%endif
|
|
BuildRequires: gstreamer-devel
|
|
BuildRequires: gstreamer-devel
|
|
BuildRequires: gstreamer-plugins-base-devel
|
|
BuildRequires: gstreamer-plugins-base-devel
|
|
|
|
+BuildRequires: pulseaudio-libs-devel
|
|
BuildRequires: pixman-devel
|
|
BuildRequires: pixman-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libjpeg-turbo-devel
|
|
BuildRequires: libjpeg-turbo-devel
|
|
@@ -177,6 +179,7 @@ cd -
|
|
%if %{build_vine6}
|
|
%if %{build_vine6}
|
|
%patch2000 -p1 -b .vine
|
|
%patch2000 -p1 -b .vine
|
|
%endif
|
|
%endif
|
|
|
|
+%patch2001 -p1 -b .vine
|
|
|
|
|
|
#===============================================================================
|
|
#===============================================================================
|
|
|
|
|
|
@@ -366,6 +369,13 @@ fi
|
|
#===============================================================================
|
|
#===============================================================================
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jul 27 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add BuildRequires: pulseaudio-libs-devel
|
|
|
|
+- update Patch100 (thunderbird-31.0-enable-addons.patch)
|
|
|
|
+- update Source1020 (mozconfig-thunderbird-vine7)
|
|
|
|
+- add Patch2001 (thunderbird-31.0-client_mk_objdir.patch)
|
|
|
|
+
|
|
* Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.6.0-1
|
|
* Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.6.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|