From: Faiyaz Ahmed Date: Mon, 7 May 2007 19:23:50 +0000 (+0000) Subject: Fixed some syntax errors. X-Git-Tag: codemux-0.1-7~8 X-Git-Url: http://git.onelab.eu/?p=codemux.git;a=commitdiff_plain;h=1dd767257c57946d0ccc0dd089e4447fc5ca0f04 Fixed some syntax errors. --- diff --git a/codemux.spec b/codemux.spec index 101464d..dcdfd9e 100644 --- a/codemux.spec +++ b/codemux.spec @@ -3,16 +3,22 @@ %define release 4%{?pldistro:.%{pldistro}}%{?date:.%{date}} Summary: CoDemux - HTTP port DeMux -Name: codemux +Name: %{name} Version: %{version} Release: %{release} License: Private Group: System Environment/Base +Source: %{name}-%{version}.tar.gz +Vendor: PlanetLab +Packager: PlanetLab Central +Distribution: PlanetLab 3.0 URL: http://codeen.cs.princeton.edu/ -Source0: %{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-buildroot +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: vnet %description +codemux is a privileged port (80) sharing service that passes traffic to and from slices via localhost ports. + %prep %setup -q