On Sun, 28 Dec 2008 19:38:24 +0000 (UTC)
"Steven M. Parrish" <tuxbrewr 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
Attachment:
signature.asc
Description: PGP signature