From 9fd72f9fef43c3524bd26292169649b5a55a5f5a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 25 Oct 2007 22:11:50 +0000 Subject: [PATCH] cannot use $URL$ in the spec file --- PLCAPI.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.0