X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portforward.spec;fp=portforward.spec;h=0000000000000000000000000000000000000000;hb=60aaf26aeac5286c607c690efab905cd9f5207c4;hp=2f12d038bfa8a7fc54793fdaa16c210a19d6dd26;hpb=51893e06adb933fd866f5486b07b149cf95991e0;p=bind_public.git diff --git a/portforward.spec b/portforward.spec deleted file mode 100644 index 2f12d03..0000000 --- a/portforward.spec +++ /dev/null @@ -1,41 +0,0 @@ -%define name portforward -%define version 0.1 -%define taglevel 1 - -%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} - -Summary: Library for transparently redirect bind() calls for lxc-PlanetLab -Name: %{name} -Version: %{version} -Release: %{release} -License: PlanetLab -Group: System Environment/Libraries -Source0: %{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root - -Vendor: PlanetLab -Packager: PlanetLab Central -Distribution: PlanetLab %{plrelease} -URL: %{SCMURL} - -%description -This package provides bind_public.so that allows to -transparently redirect calls to bind(0.0.0.0) to the public IP address -of the node. - -%prep -%setup -q - -%build -make - -%install -make install DESTDIR=$RPM_BUILD_ROOT - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -/etc/planetlab/ - -%changelog