|
@@ -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 31.7.0
|
|
+%define tbmajor 38.0.1
|
|
#%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-esr31
|
|
+%define tarballdir comm-esr38
|
|
|
|
|
|
%define mozappdir %{_libdir}/%{name}-%{version_internal}
|
|
%define mozappdir %{_libdir}/%{name}-%{version_internal}
|
|
%define moz_objdir objdir-tb
|
|
%define moz_objdir objdir-tb
|
|
@@ -72,11 +72,11 @@ Source100: find-external-requires
|
|
Patch0: thunderbird-version.patch
|
|
Patch0: thunderbird-version.patch
|
|
|
|
|
|
# customization patches
|
|
# customization patches
|
|
-Patch1: firefox-1.5-default-a4-paper.patch
|
|
+Patch1: thunderbird-38.0.1-default-a4-paper.patch
|
|
|
|
|
|
|
|
|
|
# Linux specific
|
|
# Linux specific
|
|
-Patch100: thunderbird-31.0-enable-addons.patch
|
|
+Patch100: thunderbird-38.0.1-enable-addons.patch
|
|
|
|
|
|
# Vine Patch
|
|
# Vine Patch
|
|
Patch2000: thunderbird-24.0-vine6.patch
|
|
Patch2000: thunderbird-24.0-vine6.patch
|
|
@@ -324,9 +324,8 @@ unzip %{SOURCE1} -d lang_tmp
|
|
%{__cp} %{SOURCE42} lang_tmp/chrome/ja/locale/ja/branding/brand.properties
|
|
%{__cp} %{SOURCE42} lang_tmp/chrome/ja/locale/ja/branding/brand.properties
|
|
%{__cp} %{SOURCE43} lang_tmp/chrome/ja/locale/ja/branding/brand.dtd
|
|
%{__cp} %{SOURCE43} lang_tmp/chrome/ja/locale/ja/branding/brand.dtd
|
|
|
|
|
|
-%{__mkdir_p} $RPM_BUILD_ROOT/%{mozappdir}/langpacks
|
|
|
|
cd lang_tmp; \
|
|
cd lang_tmp; \
|
|
-zip -r $RPM_BUILD_ROOT%{mozappdir}/langpacks/langpack-ja@thunderbird.mozilla.org.xpi chrome chrome.manifest install.rdf
|
|
+zip -r $RPM_BUILD_ROOT%{mozappdir}/extensions/langpack-ja@thunderbird.mozilla.org.xpi chrome chrome.manifest install.rdf
|
|
|
|
|
|
|
|
|
|
%clean
|
|
%clean
|
|
@@ -369,6 +368,11 @@ fi
|
|
#===============================================================================
|
|
#===============================================================================
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jun 11 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.0.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- update Patch1 (thunderbird-38.0.1-default-a4-paper.patch)
|
|
|
|
+- update Patch100 (thunderbird-38.0.1-enable-addons.patch)
|
|
|
|
+
|
|
* Wed May 20 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.7.0-1
|
|
* Wed May 20 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.7.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|