From 7f69fc02ce6758cf27cf8d53b94204d57c921ff3 Mon Sep 17 00:00:00 2001 From: octo Date: Mon, 18 Apr 2005 07:37:46 +0000 Subject: [PATCH] Added RPM spec-file. --- onis.spec | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 onis.spec diff --git a/onis.spec b/onis.spec new file mode 100644 index 0000000..e717b40 --- /dev/null +++ b/onis.spec @@ -0,0 +1,64 @@ +%define ver 0.8.0 +%define perllibdir %(eval "`perl -V:installvendorlib`"; echo $installvendorlib) + +Name: onis +Summary: A logfile analyser and statistics generator for IRC-logfiles +Group: Applications/Internet +Version: %{ver} +Release: 1 +Source0: http://verplant.org/onis/%{name}-%{ver}.tar.gz +URL: http://verplant.org/onis/ +License: GPL +Requires: perl >= 5.6.0 +AutoReqProv: no +BuildArch: noarch +Buildroot: %{_tmppath}/%{name}-root +Packager: Florian octo Forster + +%description +Onis is a script that converts IRC logfiles into an HTML statistics page. It +provides information about daily channel usage, user activity, and channel +trivia. It provides a configurable customization and supports Dancer, +dircproxy, eggdrop, irssi, mIRC, and XChat logs. Persistent data (history +files) and automatic log purging make onis applicable for a large number of +logfiles. It also features a powerful translation infrastructure. + +%prep +%setup +patch -p1 +- Initial build. -- 2.11.0