rpms/firefox/devel firefox.spec,1.276,1.277

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Sat Mar 15 18:02:37 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/firefox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29311

Modified Files:
	firefox.spec 
Log Message:
* Sat Mar 15 2008 Christopher Aillon <caillon at redhat.com> 3.0-0.41
- Avoid conflicts between gecko debuginfo packages



Index: firefox.spec
===================================================================
RCS file: /cvs/extras/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -r1.276 -r1.277
--- firefox.spec	15 Mar 2008 17:16:30 -0000	1.276
+++ firefox.spec	15 Mar 2008 18:01:26 -0000	1.277
@@ -19,7 +19,7 @@
 Summary:        Mozilla Firefox Web browser
 Name:           firefox
 Version:        3.0
-Release:        0.40%{?nightly}%{?dist}
+Release:        0.41%{?nightly}%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -87,7 +87,8 @@
 #---------------------------------------------------------------------
 
 %prep
-%setup -q -n mozilla
+%setup -q -c
+cd mozilla
 
 %patch43  -p1 -b .getstartpage
 
@@ -121,6 +122,7 @@
 #---------------------------------------------------------------------
 
 %build
+cd mozilla
 
 # Build with -Os as it helps the browser; also, don't override mozilla's warning
 # level; they use -Wall but disable a few warnings that show up _everywhere_
@@ -149,6 +151,7 @@
 
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
+cd mozilla
 
 DESTDIR=$RPM_BUILD_ROOT make install
 
@@ -314,6 +317,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Sat Mar 15 2008 Christopher Aillon <caillon at redhat.com> 3.0-0.41
+- Avoid conflicts between gecko debuginfo packages
+
 * Wed Mar 12 2008 Christopher Aillon <caillon at redhat.com> 3.0-0.40
 - Update to latest trunk (2008-03-12)
 




More information about the fedora-extras-commits mailing list