rpms/seamonkey/devel seamonkey.spec,1.66,1.67

Martin Stransky stransky at fedoraproject.org
Wed Oct 21 09:46:06 UTC 2009


Author: stransky

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

Modified Files:
	seamonkey.spec 
Log Message:
Fixed launcher script


Index: seamonkey.spec
===================================================================
RCS file: /cvs/pkgs/rpms/seamonkey/devel/seamonkey.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- seamonkey.spec	19 Oct 2009 09:21:24 -0000	1.66
+++ seamonkey.spec	21 Oct 2009 09:46:06 -0000	1.67
@@ -18,7 +18,7 @@
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
 Version:        2.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPLv1.1
 Group:          Applications/Internet
@@ -117,7 +117,7 @@ MOZ_SMP_FLAGS=-j1
 %ifnarch ppc ppc64 s390 s390x
 [ -z "$RPM_BUILD_NCPUS" ] && \
      RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
-[ "$RPM_BUILD_NCPUS" -gt 1 ] && MOZ_SMP_FLAGS=-j1
+[ "$RPM_BUILD_NCPUS" -gt 1 ] && MOZ_SMP_FLAGS=-j2
 %endif
 
 make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
@@ -255,7 +255,7 @@ fi
 
 # install our seamonkey.sh file
 rm -rf $RPM_BUILD_ROOT/usr/bin/seamonkey
-cat %{SOURCE3} | sed -e 's/MOZILLA_VERSION/%{version}%{?prerelease_tag}/g' \
+cat %{SOURCE3} | sed -e 's/MOZILLA_VERSION/%{version}/g' \
 		     -e 's,LIBDIR,%{_libdir},g' > \
   $RPM_BUILD_ROOT/usr/bin/seamonkey
 
@@ -342,10 +342,13 @@ update-desktop-database %{_datadir}/appl
 
 
 %changelog
-* Wed Oct 19 2009 Martin Stransky <stransky at redhat.com> 2.0-5
+* Tue Oct 21 2009 Martin Stransky <stransky at redhat.com> 2.0-6
+- Fixed launcher script
+
+* Tue Oct 19 2009 Martin Stransky <stransky at redhat.com> 2.0-5
 - Update to 2.0 RC2
 
-* Wed Oct 14 2009 Martin Stransky <stransky at redhat.com> 2.0-4
+* Tue Oct 13 2009 Martin Stransky <stransky at redhat.com> 2.0-4
 - Update to 2.0 RC1
 
 * Wed Sep 23 2009 Martin Stransky <stransky at redhat.com> 2.0-3.beta2




More information about the fedora-extras-commits mailing list