From 648b35acfc7bfbeccc129fb1d818420152664e3f Mon Sep 17 00:00:00 2001 From: nail2k Date: Mon, 24 Jan 2005 23:31:51 +0000 Subject: [PATCH] - new Changed files: balance.spec -> 1.1 --- balance.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 balance.spec diff --git a/balance.spec b/balance.spec new file mode 100644 index 0000000..6ec91da --- /dev/null +++ b/balance.spec @@ -0,0 +1,47 @@ +Summary: TCP proxy with load balancing +Summary(pl): TCP proxy z load balancingiem +Name: balance +Version: 3.19 +Release: 1 +License: GPL v2 +Group: Networking/Utilities +Source0: http://www.inlab.de/%{name}-%{version}.tar.gz +# Source0-md5: 7791586953fade0592d0cac215218167 +URL: http://www.inlab.de/balance.html +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Balance is our suprisingly successful load balancing solution being a +simple but powerful generic tcp proxy with round robin load balancing +and failover mechanisms. Its behaviour can be controlled at runtime +using a simple command line syntax. + +%description -l pl +Balance jest prostym, ale bardzo skutecznym tcp proxy z load +balancingiem. Jego zachowanie w czasie dzia³ania mo¿e byæ kontrolowane +z linni poleceñ, przy u¿yciu prostej sk³adni. + +%prep +%setup -q + +%build +%{__make} \ + CC="%{__cc}" \ + CFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_sbindir},/var/run/balance,%{_mandir}/man1} + +install balance $RPM_BUILD_ROOT%{_sbindir} +install balance.1 $RPM_BUILD_ROOT%{_mandir}/man1 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%dir %attr(700,root,root) /var/run/balance +%attr(755,root,root) %{_sbindir}/balance +%{_mandir}/man1/* -- 2.44.0