rpms/seamonkey/FC-6 nss-clobber.sh, NONE, 1.1 seamonkey.spec, 1.19, 1.20

Kai Engert (kengert) fedora-extras-commits at redhat.com
Thu May 31 16:06:00 UTC 2007


Author: kengert

Update of /cvs/extras/rpms/seamonkey/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19580

Modified Files:
	seamonkey.spec 
Added Files:
	nss-clobber.sh 
Log Message:
* Thu May 31 2007 Kai Engert <kengert at redhat.com> 1.0.9-1
- Update to 1.0.9



--- NEW FILE nss-clobber.sh ---
#!/bin/sh 
FREEBLDIR=./security/nss/lib/freebl
set -e 

mv ${FREEBLDIR}/ecl/ecl-exp.h ${FREEBLDIR}/save
rm -rf ${FREEBLDIR}/ecl/tests
rm -rf ${FREEBLDIR}/ecl/CVS
for i in ${FREEBLDIR}/ecl/* ; do
echo clobbering $i
 > $i
done
mv ${FREEBLDIR}/save ${FREEBLDIR}/ecl/ecl-exp.h

for j in ${FREEBLDIR}/ec.*; do
        echo unifdef $j
	cat $j | \
	awk    'BEGIN {ech=1; prt=0;} \
		/^#[ \t]*ifdef.*NSS_ENABLE_ECC/ {ech--; next;} \
                /^#[ \t]*if/ {if(ech < 1) ech--;} \
		{if(ech>0) {;print $0};} \
		/^#[ \t]*endif/ {if(ech < 1) ech++;} \
		{if (prt && (ech<=0)) {;print $0}; } \
		{if (ech>0) {prt=0;} } \
                /^#[ \t]*else/ {if (ech == 0) prt=1;}' > $j.hobbled && \
	mv $j.hobbled $j
done


Index: seamonkey.spec
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/FC-6/seamonkey.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- seamonkey.spec	2 Mar 2007 00:16:37 -0000	1.19
+++ seamonkey.spec	31 May 2007 16:03:31 -0000	1.20
@@ -10,8 +10,8 @@
 
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
-Version:        1.0.8
-Release:        0.6.2%{?dist}
+Version:        1.0.9
+Release:        1%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPL
 Group:          Applications/Internet
@@ -20,6 +20,7 @@
 Source1:        seamonkey.sh.in
 Source2:        seamonkey-icon.png
 Source4:        seamonkey.desktop
+Source6:        nss-clobber.sh
 Source7:        seamonkey-make-package.pl
 Source10:       seamonkey-mozconfig
 Source12:       seamonkey-mail.desktop
@@ -161,6 +162,7 @@
 # set up our default bookmarks
 %{__cp} %{SOURCE19} $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html
 
+sh %{SOURCE6} > /dev/null
 
 %build
 
@@ -452,6 +454,8 @@
 
 
 %changelog
+* Thu May 31 2007 Kai Engert <kengert at redhat.com> 1.0.9-1
+- Update to 1.0.9
 * Wed Mar 01 2007 Kai Engert <kengert at redhat.com> 1.0.8-0.6.2
 - SeaMonkey 1.0.8
 - Synch set of patches with those used in Firefox.




More information about the scm-commits mailing list