[Erp5-report] r7860 - in /spec/mandriva/2006.0/balance: ./ balance.spec

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 19 17:24:30 CEST 2006


Author: kevin
Date: Mon Jun 19 17:24:26 2006
New Revision: 7860

URL: http://svn.erp5.org?rev=7860&view=rev
Log:
Commit balance-3.32-1mdk spec files and patches

Added:
    spec/mandriva/2006.0/balance/
    spec/mandriva/2006.0/balance/balance.spec

Added: spec/mandriva/2006.0/balance/balance.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/balance/balance.spec?rev=7860&view=auto
==============================================================================
--- spec/mandriva/2006.0/balance/balance.spec (added)
+++ spec/mandriva/2006.0/balance/balance.spec Mon Jun 19 17:24:26 2006
@@ -1,0 +1,55 @@
+%define name balance
+%define version 3.32
+%define release %mkrel 1
+
+Name: %{name}
+Summary: TCP load-balancing proxy server
+Version: %{version}
+Release: %{release}
+URL: http://www.inlab.de/balance.html
+Group: Networking/Other
+BuildRoot: %{_tmppath}/%{name}-buildroot
+Source: %{name}-%{version}.tar.bz2
+License: GPL
+
+%description
+Balance is 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. 
+
+%prep
+rm -rf $RPM_BUILD_ROOT
+%setup 
+
+%build
+%make CFLAGS=-O2
+
+%install
+install -d %{buildroot}%{_sbindir}
+install -d %{buildroot}%{_mandir}/man1
+install -m 755 balance %{buildroot}%{_sbindir}/balance
+install -m 644 balance.1 %{buildroot}%{_mandir}/man1/balance.1
+install -d -m 1777 %{buildroot}/var/run/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%attr(0644,root,root) %{_mandir}/man1/%{name}.1*
+%attr(0755,root,root) %{_sbindir}/%{name}
+%doc README COPYING
+%attr(1777,root,root) %dir /var/run/%{name}
+
+
+%changelog
+* Mon Feb 13 2005 Christophe DUMEZ <christophe at nexedi.com> 3.32-1mdk
+- new upstream release
+- packaged for Mandriva 2006
+- naming package using mdk policy
+
+* Mon Dec  1 2003 Yoshinori OKUJI <yo at nexedi.com> 3.11-1nxd
+- upstream release
+
+* Wed Sep  3 2003 Yoshinori OKUJI <yo at nexedi.com> 3.10-1nxd
+- initial release




More information about the Erp5-report mailing list