Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8872 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 9 years ago
parent
commit
fd482e26e4
2 changed files with 14 additions and 4 deletions
  1. 1 1
      t/thunderbird/mozconfig-thunderbird-vine7
  2. 13 3
      t/thunderbird/thunderbird-vl.spec

+ 1 - 1
t/thunderbird/mozconfig-thunderbird-vine7

@@ -1,6 +1,6 @@
 mk_add_options MOZ_CO_PROJECT=mail
 ac_add_options --enable-application=mail
-mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-tb/
+#mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-tb
 mk_add_options AUTOCONF=autoconf-2.13
 mk_add_options BUILD_OFFICIAL=1
 mk_add_options MOZILLA_OFFICIAL=1

+ 13 - 3
t/thunderbird/thunderbird-vl.spec

@@ -1,5 +1,5 @@
 # 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}
 %define tbrelease 1%{?_dist_release}
@@ -10,7 +10,7 @@
 # IMPORTANT: If there is no top level directory, this should be 
 # set to the cwd, ie: '.'
 #%define tarballdir .
-%define tarballdir comm-esr24
+%define tarballdir comm-esr31
 
 %define mozappdir %{_libdir}/%{name}-%{version_internal}
 %define moz_objdir objdir-tb
@@ -76,10 +76,11 @@ Patch1:		firefox-1.5-default-a4-paper.patch
 
 
 # Linux specific
-Patch100:	thunderbird-9.0-enable-addons.patch
+Patch100:	thunderbird-31.0-enable-addons.patch
 
 # Vine Patch
 Patch2000:	thunderbird-24.0-vine6.patch
+Patch2001:	thunderbird-31.0-client_mk_objdir.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	pango-devel
@@ -94,6 +95,7 @@ BuildRequires:	python27-devel
 %endif
 BuildRequires:	gstreamer-devel
 BuildRequires:	gstreamer-plugins-base-devel
+BuildRequires:	pulseaudio-libs-devel
 BuildRequires:	pixman-devel
 BuildRequires:	libpng-devel
 BuildRequires:	libjpeg-turbo-devel
@@ -177,6 +179,7 @@ cd -
 %if %{build_vine6}
 %patch2000 -p1 -b .vine
 %endif
+%patch2001 -p1 -b .vine
 
 #===============================================================================
 
@@ -366,6 +369,13 @@ fi
 #===============================================================================
 
 %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
 - new upstream release