rpms/thunderbird/devel thunderbird-mozconfig, 1.9, 1.10 thunderbird.spec, 1.123, 1.124

Jan Horak xhorak at fedoraproject.org
Mon Mar 2 14:04:42 UTC 2009


Author: xhorak

Update of /cvs/pkgs/rpms/thunderbird/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18599

Modified Files:
	thunderbird-mozconfig thunderbird.spec 
Log Message:
Fix autoconf dependency


Index: thunderbird-mozconfig
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/devel/thunderbird-mozconfig,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- thunderbird-mozconfig	2 Mar 2009 13:36:44 -0000	1.9
+++ thunderbird-mozconfig	2 Mar 2009 14:04:12 -0000	1.10
@@ -1,7 +1,7 @@
 mk_add_options MOZ_CO_PROJECT=mail
 ac_add_options --enable-application=mail
 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-tb/
-#mk_add_options AUTOCONF=autoconf-2.13
+mk_add_options AUTOCONF=autoconf-2.13
 
 #ac_add_options --with-system-png
 


Index: thunderbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- thunderbird.spec	2 Mar 2009 12:50:22 -0000	1.123
+++ thunderbird.spec	2 Mar 2009 14:04:12 -0000	1.124
@@ -2,6 +2,7 @@
 %define nspr_version 4.6
 %define nss_version 3.10
 %define cairo_version 1.0
+%define autoconf_version 2.13
 
 %define official_branding 1
 
@@ -48,6 +49,7 @@
 %if 0%{?rhel} >= 5
 Requires:       launchmail
 %endif
+BuildRequires:  autoconf >= %{autoconf_version}
 BuildRequires:  cairo-devel >= %{cairo_version}
 BuildRequires:  libpng-devel, libjpeg-devel, gtk2-devel
 BuildRequires:  zlib-devel, gzip, zip, unzip




More information about the fedora-extras-commits mailing list