From 1dd767257c57946d0ccc0dd089e4447fc5ca0f04 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Mon, 7 May 2007 19:23:50 +0000 Subject: [PATCH] Fixed some syntax errors. --- codemux.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 -- 2.43.0