rpms/spicebird/F-10 find-external-requires, NONE, 1.1 spicebird-beta-langpacks-0.7-20081121.tar.bz2, NONE, 1.1 spicebird-mozconfig, NONE, 1.1 spicebird-open-browser.sh, NONE, 1.1 spicebird-path.patch, NONE, 1.1 spicebird-redhat-default-prefs.js, NONE, 1.1 spicebird.desktop, NONE, 1.1 spicebird.png, NONE, 1.1 spicebird.sh.in, NONE, 1.1 spicebird.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kevin Fenzi kevin at scrye.com
Sun Dec 28 19:57:36 UTC 2008


On Sun, 28 Dec 2008 19:38:24 +0000 (UTC)
"Steven M. Parrish" <tuxbrewr at fedoraproject.org> wrote:

> Author: tuxbrewr
> 
> Update of /cvs/pkgs/rpms/spicebird/F-10
> In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23438
> 
> Modified Files:
> 	.cvsignore sources 
> Added Files:
> 	find-external-requires 
> 	spicebird-beta-langpacks-0.7-20081121.tar.bz2 
> 	spicebird-mozconfig spicebird-open-browser.sh 
> 	spicebird-path.patch spicebird-redhat-default-prefs.js 
> 	spicebird.desktop spicebird.png spicebird.sh.in
> spicebird.spec Log Message:
> Initial build for F10 branch
> 
> 
> --- NEW FILE find-external-requires ---
> #!/bin/sh
> 
> # Finds requirements provided outside of the current file set
> 
> filelist=`sed "s/[]['\"*?{}]/\\\\\&/g"`
> 
> provides=`echo $filelist | /usr/lib/rpm/find-provides`
> 
> {
> for f in $filelist ; do
> 	echo $f | /usr/lib/rpm/find-requires | while read req ; do
> 		found=0
> 		for p in $provides ; do
> 			if [ "$req" = "$p" ]; then
> 				found=1
> 			fi
> 		done
> 		if [ "$found" = "0" ]; then
> 			echo $req
> 		fi
> 	done
> done
> } | sort -u
> 
> --- NEW FILE spicebird-beta-langpacks-0.7-20081121.tar.bz2 ---

Please put binary files into the lookaside cache, not into CVS
directly. ;) 

cvs rm -f spicebird-beta-langpacks-0.7-20081121.tar.bz2
make upload FILES="spicebird-beta-langpacks-0.7-20081121.tar.bz2"
cvs commit spicebird-beta-langpacks-0.7-20081121.tar.bz2 .cvsignore sources

kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20081228/22e32143/attachment.sig>


More information about the fedora-devel-list mailing list