From f94811b554f0ce284319ff37cb48c708c8b35bae Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Wed, 5 Jan 2011 15:19:21 +0100
Subject: [PATCH] trash svn-keyword and fix spec URL

---
 bootcd.spec | 6 +-----
 build.sh    | 2 --
 prep.sh     | 2 --
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/bootcd.spec b/bootcd.spec
index 0b64ca6..e07379f 100644
--- a/bootcd.spec
+++ b/bootcd.spec
@@ -1,8 +1,4 @@
 #
-# $Id$
-#
-%define url $URL$
-
 %define nodefamily %{pldistro}-%{distroname}-%{_arch}
 
 %define name bootcd-%{nodefamily}
@@ -20,7 +16,7 @@
 Vendor: PlanetLab
 Packager: PlanetLab Central <support@planet-lab.org>
 Distribution: PlanetLab %{plrelease}
-URL: %(echo %{url} | cut -d ' ' -f 2)
+URL: %{SCMURL}
 
 Summary: Boot CD material for %{nodefamily}
 Name: %{name}
diff --git a/build.sh b/build.sh
index b7be938..9fdf5dd 100755
--- a/build.sh
+++ b/build.sh
@@ -7,8 +7,6 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2004-2007 The Trustees of Princeton University
 #
-# $Id$
-#
 
 COMMAND=$(basename $0)
 DIRNAME=$(dirname $0)
diff --git a/prep.sh b/prep.sh
index 0f7a999..39b52e5 100755
--- a/prep.sh
+++ b/prep.sh
@@ -8,8 +8,6 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2004-2006 The Trustees of Princeton University
 #
-# $Id$
-#
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 
-- 
2.47.0