From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Thu, 25 Oct 2007 22:11:50 +0000 (+0000)
Subject: cannot use $URL$ in the spec file
X-Git-Tag: PLCAPI-4.2-0~56
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9fd72f9fef43c3524bd26292169649b5a55a5f5a;p=plcapi.git

cannot use $URL$ in the spec file
---

diff --git a/PLCAPI.spec b/PLCAPI.spec
index 28c67031..81d139ef 100644
--- a/PLCAPI.spec
+++ b/PLCAPI.spec
@@ -14,7 +14,8 @@ Version: %{version}
 Release: %{release}
 License: PlanetLab
 Group: System Environment/Daemons
-URL: $URL$
+# too bad the spec syntax does not like this 
+#URL: $URL$
 Source0: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root