rpms/mozilla/devel mozilla.spec,1.72,1.73

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Aug 15 15:45:46 UTC 2005


Author: caillon

Update of /cvs/dist/rpms/mozilla/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8716

Modified Files:
	mozilla.spec 
Log Message:
* Sun Aug 14 2005 Christopher Aillon <caillon at redhat.com> 37:1.7.11-2
- Build with $RPM_OPT_FLAGS



Index: mozilla.spec
===================================================================
RCS file: /cvs/dist/rpms/mozilla/devel/mozilla.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- mozilla.spec	30 Jul 2005 22:08:10 -0000	1.72
+++ mozilla.spec	15 Aug 2005 15:45:44 -0000	1.73
@@ -10,7 +10,7 @@
 Name:        mozilla
 Summary:     Web browser and mail reader
 Version:     1.7.11
-Release:     1
+Release:     2
 Epoch:       37
 License:     MPL/NPL/GPL/LGPL
 Source0:     mozilla-%{version}-source.tar.bz2
@@ -242,14 +242,6 @@
   CPUS=1
 fi
 
-# build mozilla - XCFLAGS is for NSS which can't use CFLAGS for
-# various reasons
-%ifarch ia64
-OPTFLAGS=-O0
-%else
-OPTFLAGS=-O2
-%endif
-
 XCFLAGS=-g \
 CFLAGS=-g \
 %ifarch ia64 ppc
@@ -259,7 +251,7 @@
 %endif
 BUILD_OFFICIAL=1 MOZILLA_OFFICIAL=1 \
 	./configure --prefix=%{_prefix} --libdir=%{_libdir} \
-	--enable-optimize=$OPTFLAGS \
+	--enable-optimize=$RPM_OPT_FLAGS \
 	--disable-debug \
 	--with-default-mozilla-five-home=%{mozdir} \
 	--disable-strip-libs \
@@ -807,6 +799,9 @@
 %{mozdir}/xpt_link
 
 %changelog
+* Sun Aug 14 2005 Christopher Aillon <caillon at redhat.com> 37:1.7.11-2
+- Build with $RPM_OPT_FLAGS
+
 * Fri Jul 29 2005 Christopher Aillon <caillon at redhat.com> 37:1.7.11-1
 - Mozilla 1.7.11
 - Add patch to make the file chooser modal




More information about the fedora-cvs-commits mailing list