SPECS: mozilla-thunderbird.spec - updated to 2.0.0.6 (fixes CVE-20...

qboosh qboosh at pld-linux.org
Thu Aug 2 22:01:53 CEST 2007


Author: qboosh                       Date: Thu Aug  2 20:01:53 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.0.0.6 (fixes CVE-2007-3844 CVE-2007-3845)
- added gnome bconds

---- Files affected:
SPECS:
   mozilla-thunderbird.spec (1.117 -> 1.118) 

---- Diffs:

================================================================
Index: SPECS/mozilla-thunderbird.spec
diff -u SPECS/mozilla-thunderbird.spec:1.117 SPECS/mozilla-thunderbird.spec:1.118
--- SPECS/mozilla-thunderbird.spec:1.117	Mon Jul 23 20:42:27 2007
+++ SPECS/mozilla-thunderbird.spec	Thu Aug  2 22:01:48 2007
@@ -5,20 +5,27 @@
 #
 # Conditional builds
 %bcond_without	enigmail    # don't build enigmail - GPG/PGP support
+%bcond_without	gnomeui		# disable gnomeui support
+%bcond_without	gnomevfs	# disable GNOME comp. (gconf+libgnome+gnomevfs) and gnomevfs ext.
+%bcond_without	gnome		# disable all GNOME components (gnome+gnomeui+gnomevfs)
 %bcond_without	ldap	    # disable e-mail address lookups in LDAP directories
 #
+%if %{without gnome}
+%undefine	with_gnomeui
+%undefine	with_gnomevfs
+%endif
 %define		enigmail_ver		0.95.2
-%define		thunderbird_ver		2.0.0.5
+%define		thunderbird_ver		2.0.0.6
 
 Summary:	Thunderbird Community Edition - email client
 Summary(pl.UTF-8):	Thunderbird Community Edition - klient poczty
 Name:		mozilla-thunderbird
 Version:	%{thunderbird_ver}
 Release:	1
-License:	MPL/LGPL
+License:	MPL 1.1 or GPL v2+ or LGPL v2.1+
 Group:		Applications/Networking
-Source0:	http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}-source.tar.bz2
-# Source0-md5:	9ce0b2381e500e9822ae1e7b8871a147
+Source0:	http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}-source.tar.bz2
+# Source0-md5:	1a002dfc74cfb7f0b36a448ea3cd14b9
 Source1:	http://www.mozilla-enigmail.org/downloads/src/enigmail-%{enigmail_ver}.tar.gz
 # Source1-md5:	62c0406d787e264b5d33656d13115b3c
 Source2:	%{name}.desktop
@@ -34,10 +41,14 @@
 Patch9:		%{name}-myspell.patch
 Patch10:	%{name}-regionNames.patch
 URL:		http://www.mozilla.org/projects/thunderbird/
+%{?with_gnomevfs:BuildRequires:	GConf2-devel >= 1.2.1}
 BuildRequires:	automake
 BuildRequires:	freetype-devel >= 1:2.1.8
+%{?with_gnomevfs:BuildRequires:	gnome-vfs2-devel >= 2.0}
 BuildRequires:	gtk+2-devel >= 1:2.0.0
 BuildRequires:	libIDL-devel >= 0.8.0
+%{?with_gnomevfs:BuildRequires:	libgnome-devel >= 2.0}
+%{?with_gnomeui:BuildRequires:	libgnomeui-devel >= 2.2.0}
 BuildRequires:	libjpeg-devel >= 6b
 BuildRequires:	libpng-devel >= 1.2.0
 BuildRequires:	libstdc++-devel
@@ -160,7 +171,16 @@
 %else
 ac_add_options --disable-tests
 %endif
-
+%if %{with gnomeui}
+ac_add_options --enable-gnomeui
+%else
+ac_add_options --disable-gnomeui
+%endif
+%if %{with gnomevfs}
+ac_add_options --enable-gnomevfs
+%else
+ac_add_options --disable-gnomevfs
+%endif
 %if %{with ldap}
 ac_add_options --enable-ldap
 %else
@@ -339,6 +359,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.118  2007/08/02 20:01:48  qboosh
+- updated to 2.0.0.6 (fixes CVE-2007-3844 CVE-2007-3845)
+- added gnome bconds
+
 Revision 1.117  2007/07/23 18:42:27  qboosh
 - CVE references
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mozilla-thunderbird.spec?r1=1.117&r2=1.118&f=u



More information about the pld-cvs-commit mailing list