X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=codemux.spec;h=2a55c61fff186adc00a2b49ed4d1bb201a251a6f;hb=a6f425ebad166db18fa6f1547211ccf17652eff0;hp=5e9eb8fbe5f8cec96d8821d961046a5d6d7f34a0;hpb=2c6a4b237f366c423f5a208cd4c427cfaeecbbca;p=codemux.git diff --git a/codemux.spec b/codemux.spec index 5e9eb8f..2a55c61 100644 --- a/codemux.spec +++ b/codemux.spec @@ -1,6 +1,13 @@ +# +# $Id$ +# +%define url $URL$ + %define name codemux %define version 0.1 -%define release 6%{?pldistro:.%{pldistro}}%{?date:.%{date}} +%define taglevel 8 + +%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 @@ -26,7 +34,7 @@ codemux is a privileged port (80) sharing service that passes traffic to and fro make clean %build -make +make RPM_VERSION=%{version}.%{taglevel} %install rm -rf $RPM_BUILD_ROOT @@ -61,6 +69,9 @@ if [ "$1" = 0 ]; then fi %changelog +* Fri Mar 28 2008 Faiyaz Ahmed - CoDemux-0.1-7 CoDemux-0.1-8 +- + * Sun Apr 22 2007 KYOUNGSOO PARK - - Initial build.