SPECS: pen.spec (NEW) - new
glen
glen at pld-linux.org
Sun Jul 16 13:13:29 CEST 2006
Author: glen Date: Sun Jul 16 11:13:29 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
pen.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/pen.spec
diff -u /dev/null SPECS/pen.spec:1.1
--- /dev/null Sun Jul 16 13:13:29 2006
+++ SPECS/pen.spec Sun Jul 16 13:13:23 2006
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary: Pound - load-balancer
+Name: pen
+Version: 0.17.1
+Release: 0.1
+License: GPL
+Group: Networking/Daemons
+Source0: ftp://siag.nu/pub/pen/%{name}-%{version}.tar.gz
+# Source0-md5: 62548155d3bf42aea05b32227e132331
+URL: http://siag.nu/pen/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is pen, a load balancer for "simple" tcp based protocols such as
+http or smtp. It allows several servers to appear as one to the
+outside and automatically detects servers that are down and
+distributes clients among the available servers. This gives high
+availability and scalable performance.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+rm -rf $RPM_BUILD_ROOT%{_prefix}/doc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog HOWTO README penstats
+%attr(755,root,root) %{_bindir}/mergelogs
+%attr(755,root,root) %{_bindir}/pen
+%attr(755,root,root) %{_bindir}/penctl
+%attr(755,root,root) %{_bindir}/penlog
+%attr(755,root,root) %{_bindir}/penlogd
+%{_mandir}/man1/mergelogs.1*
+%{_mandir}/man1/pen.1*
+%{_mandir}/man1/penctl.1*
+%{_mandir}/man1/penlog.1*
+%{_mandir}/man1/penlogd.1*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/07/16 11:13:23 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list