From 81ea9b3ce2429aa2a9bf802e20fcc4d65f3242f0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 26 Jan 2011 08:56:57 +0100 Subject: [PATCH] fix build dep & handle URL for git --- vsys.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/vsys.spec b/vsys.spec index b877bd5..5ac9c7c 100644 --- a/vsys.spec +++ b/vsys.spec @@ -2,11 +2,6 @@ # Vsys filesystem # # RPM spec file -# -# $Id$ -# - -%define url $URL$ %define name vsys %define version 0.99 @@ -17,7 +12,7 @@ Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} Summary: Vsys filesystem Name: %{name} @@ -29,7 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot #Requires: BuildRequires: inotify-tools-devel BuildRequires: ocaml -BuildRequires: ocaml-docs +BuildRequires: ocaml-ocamldoc Source0: vsys-%{version}.tar.gz -- 2.43.0