rpms/thunderbird/devel thunderbird.spec,1.114,1.115

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Sat Mar 15 17:14:23 UTC 2008


Author: caillon

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

Modified Files:
	thunderbird.spec 
Log Message:
* Sat Mar 15 2008 Christopher Aillon <caillon at redhat.com> 2.0.0.12-3
- Avoid conflict between gecko debuginfos



Index: thunderbird.spec
===================================================================
RCS file: /cvs/extras/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- thunderbird.spec	3 Mar 2008 14:23:29 -0000	1.114
+++ thunderbird.spec	15 Mar 2008 17:13:25 -0000	1.115
@@ -8,7 +8,7 @@
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
 Version:        2.0.0.12
-Release:        2%{?dist}
+Release:        3%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -101,7 +101,9 @@
 #===============================================================================
 
 %prep
-%setup -q -n mozilla
+%setup -q -c
+cd mozilla
+
 %patch1 -p1 -b .link-layout
 %patch2 -p0
 %patch3 -p0 -b .gcc43
@@ -156,6 +158,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_
@@ -179,6 +182,7 @@
 
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
+cd mozilla
 
 DESTDIR=$RPM_BUILD_ROOT make install
 
@@ -319,6 +323,9 @@
 #===============================================================================
 
 %changelog
+* Sat Mar 15 2008 Christopher Aillon <caillon at redhat.com> 2.0.0.12-3
+- Avoid conflict between gecko debuginfos
+
 * Mon Mar 03 2008 Martin Stransky <stransky at redhat.com> 2.0.0.12-2
 - Updated starting script (#426331)
 




More information about the fedora-extras-commits mailing list