1 %define name bind_public
5 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
7 Summary: Library for transparently redirect bind() calls for lxc-PlanetLab
12 Group: System Environment/Libraries
13 Source0: %{name}-%{version}.tar.gz
14 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
17 Packager: PlanetLab Central <support@planet-lab.org>
18 Distribution: PlanetLab %{plrelease}
22 This package provides bind_public.so that allows to
23 transparently redirect calls to bind(0.0.0.0) to the public IP address
33 make install DESTDIR=$RPM_BUILD_ROOT
36 rm -rf $RPM_BUILD_ROOT
42 * Mon Nov 26 2012 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - bind_public-0.1-2