rpms/seamonkey/devel seamonkey.spec,1.36,1.37

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


Author: caillon

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

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



Index: seamonkey.spec
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- seamonkey.spec	14 Feb 2008 22:09:41 -0000	1.36
+++ seamonkey.spec	15 Mar 2008 17:09:39 -0000	1.37
@@ -11,7 +11,7 @@
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
 Version:        1.1.8
-Release:        4%{?dist}
+Release:        5%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPLv1.1
 Group:          Applications/Internet
@@ -114,7 +114,8 @@
 
 %prep
 
-%setup -q -n mozilla
+%setup -q -c
+cd mozilla
 %patch1  -p0
 %patch2  -p1
 %patch21 -p1
@@ -145,6 +146,7 @@
 
 
 %build
+cd mozilla
 
 XCFLAGS=-g \
 CFLAGS=-g \
@@ -163,6 +165,7 @@
 
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
+cd mozilla
 
 BUILD_OFFICIAL=1 MOZILLA_OFFICIAL=1 \
 	DESTDIR=$RPM_BUILD_ROOT \
@@ -437,6 +440,8 @@
 
 
 %changelog
+* Sat Mar 15 2008 Christopher Aillon <caillon at redhat.com> - 1.1.8-5
+- Avoid conflicts between gecko debuginfo packages
 * Thu Feb 14 2008 Kai Engert <kengert at redhat.com> - 1.1.8-4
 - remove workaround for 432138, use upstream patch
 * Sat Feb 09 2008 Kai Engert <kengert at redhat.com> - 1.1.8-3




More information about the fedora-extras-commits mailing list