From: Elan Ruusamäe Date: Wed, 1 Aug 2012 17:40:10 +0000 (+0300) Subject: up to git e0648d3 X-Git-Tag: auto/th/crossnacl-binutils-2.20.1-2.gite0648d3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrossnacl-binutils.git;a=commitdiff_plain;h=c1129c83a2093fd34f8c8132af2702f1bfb316a9 up to git e0648d3 --- diff --git a/crossnacl-binutils.spec b/crossnacl-binutils.spec index 89d7ae3..65c17e8 100644 --- a/crossnacl-binutils.spec +++ b/crossnacl-binutils.spec @@ -1,12 +1,12 @@ -%define gitver f412ed5 +%define gitver e0648d3 Summary: Cross NaCL GNU binary utility development utilities - binutils Name: crossnacl-binutils Version: 2.20.1 -Release: 1.git%{gitver} +Release: 2.git%{gitver} License: GPL Group: Development/Tools Source0: nacl-binutils-%{version}-git%{gitver}.tar.bz2 -# Source0-md5: b49c25e5cb1bbfb5333aa82bcbda12df +# Source0-md5: 287e02a93092d3f1782c06a4f3d9dd9d Source1: get-source.sh URL: http://sources.redhat.com/binutils/ BuildRequires: bash diff --git a/get-source.sh b/get-source.sh index 146174c..5098b24 100755 --- a/get-source.sh +++ b/get-source.sh @@ -19,11 +19,6 @@ nacl_trunk=http://src.chromium.org/native_client/trunk omahaproxy_url=https://omahaproxy.appspot.com specfile=crossnacl-binutils.spec -chrome_channel=stable -chrome_version=$(curl -s "$omahaproxy_url/?os=linux&channel=$chrome_channel" | awk -F, 'NR > 1{print $3}') -chrome_revision=$(curl -s $omahaproxy_url/revision?version=$chrome_version) -chrome_branch=$(IFS=.; set -- $chrome_version; echo $3) - export GIT_DIR=$package/.git if [ ! -d $package ]; then @@ -52,6 +47,7 @@ prefix=$package-$version-git$shorthash if [ -f $prefix.tar.bz2 ]; then echo "Tarball $prefix.tar.bz2 already exists at $shorthash" + rm -f NACL_REVISIONS.sh DEPS.py configure.in exit 0 fi