X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=codemux.spec;h=dcdfd9ee717431af074788a7f6e8420e3a4c869f;hb=1dd767257c57946d0ccc0dd089e4447fc5ca0f04;hp=62ee864e20db28d3efbf4de5bdff55a51d3e4989;hpb=2737b2e3384a99a732a1f67bc5bc5d5bfd14ac7a;p=codemux.git diff --git a/codemux.spec b/codemux.spec index 62ee864..dcdfd9e 100644 --- a/codemux.spec +++ b/codemux.spec @@ -1,18 +1,24 @@ -%define name proper +%define name codemux %define version 0.1 %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