]> git.pld-linux.org Git - packages/crossnacl-binutils.git/commitdiff
up to git e0648d3 auto/th/crossnacl-binutils-2.20.1-2.gite0648d3
authorElan Ruusamäe <glen@delfi.ee>
Wed, 1 Aug 2012 17:40:10 +0000 (20:40 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 1 Aug 2012 17:40:10 +0000 (20:40 +0300)
crossnacl-binutils.spec
get-source.sh

index 89d7ae32cd17c1e7c049b0f7e27f935b2dcad800..65c17e8b3cb03bbd11a5858d24004608ad3edc7a 100644 (file)
@@ -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
index 146174c896da92e1a7673ea7a9c705a723010886..5098b2495f9d8b1bb6a8995b4559b73be624e99f 100755 (executable)
@@ -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
 
This page took 0.270533 seconds and 4 git commands to generate.