summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2006-07-16 11:13:23 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit0062edea70edcc54367dfae6537be43e948a92f6 (patch)
treed9c8a9cfc894c882d47227bd8bb6f153831496ab
downloadpen-0062edea70edcc54367dfae6537be43e948a92f6.zip
pen-0062edea70edcc54367dfae6537be43e948a92f6.tar.gz
- new
Changed files: pen.spec -> 1.1
-rw-r--r--pen.spec48
1 files changed, 48 insertions, 0 deletions
diff --git a/pen.spec b/pen.spec
new file mode 100644
index 0000000..d6ca4f6
--- /dev/null
+++ b/pen.spec
@@ -0,0 +1,48 @@
+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*