From: Thierry Parmentelat Date: Tue, 8 Jan 2008 11:49:43 +0000 (+0000) Subject: ready for tagging X-Git-Tag: myplc-4.0-15~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=498e1828e3a8659bfe61dabd24e687f2a9c605eb;p=myplc.git ready for tagging reviewed URLs and %{plrelease} --- diff --git a/myplc-native.spec b/myplc-native.spec index ae9704b..9cbb00c 100644 --- a/myplc-native.spec +++ b/myplc-native.spec @@ -1,17 +1,28 @@ -Vendor: PlanetLab -Packager: PlanetLab Central -Distribution: PlanetLab 4.0 -URL: http://cvs.planet-lab.org/cvs/myplc +# +# $Id$ +# +%define url $URL$ + +%define name myplc-native +%define version 4.0 +%define taglevel 4 + +%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} Summary: PlanetLab Central (PLC) Portable Installation -Name: myplc-native -Version: 0.5 -Release: 4%{?pldistro:.%{pldistro}}%{?date:.%{date}} +Name: %{name} +Version: %{version} +Release: %{release} License: PlanetLab Group: Applications/Systems Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Vendor: PlanetLab +Packager: PlanetLab Central +Distribution: PlanetLab %{plrelease} +URL: %(echo %{url} | cut -d ' ' -f 2) + Requires: bzip2 Requires: sendmail-cf Requires: tar diff --git a/myplc.spec b/myplc.spec index 3c797a2..44582d9 100644 --- a/myplc.spec +++ b/myplc.spec @@ -5,9 +5,9 @@ %define name myplc %define version 4.0 -%define subversion 15 +%define taglevel 15 -%define release %{subversion}%{?pldistro:.%{pldistro}}%{?date:.%{date}} +%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} Summary: PlanetLab Central (PLC) Portable Installation Name: %{name} @@ -20,8 +20,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Vendor: PlanetLab Packager: PlanetLab Central -Distribution: PlanetLab 4.0 +Distribution: PlanetLab %{plrelease} URL: %(echo %{url} | cut -d ' ' -f 2) + Requires: tar %define debug_package %{nil}