From acf12bace9ba00c0e081c4baaed0f0901382d8d6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 8 Jan 2008 11:49:43 +0000 Subject: [PATCH] ready for tagging reviewed URLs and %{plrelease} --- codemux.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/codemux.spec b/codemux.spec index 7196e64..bd065a6 100644 --- a/codemux.spec +++ b/codemux.spec @@ -1,6 +1,13 @@ +# +# $Id$ +# +%define url $URL$ + %define name codemux %define version 0.1 -%define release 7%{?pldistro:.%{pldistro}}%{?date:.%{date}} +%define taglevel 7 + +%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} Summary: CoDemux - HTTP port DeMux Name: %{name} @@ -11,8 +18,9 @@ Group: System Environment/Base Source: %{name}-%{version}.tar.gz Vendor: PlanetLab Packager: PlanetLab Central -Distribution: PlanetLab 3.0 -URL: http://codeen.cs.princeton.edu/ +Distribution: PlanetLab %{plrelease} +URL: %(echo %{url} | cut -d ' ' -f 2) +#URL: http://codeen.cs.princeton.edu/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #Requires: vnet -- 2.43.0