File qtop.spec of Package qtop
#
# spec file for package policyd-weight (Version 0.1.14-beta-17)
#
# Copyright (c) 2008 Heinlein Professional Linux Support GmbH
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: qtop
Requires: findutils procps
PreReq: %insserv_prereq, %fillup_prereq
License: GPL v2 or later
Group: Productivity/Networking/Email/Utilities
Summary: A queue-top for Postfix
Version: 1.1
Release: 1.0
BuildArch: noarch
Url: http://www.postfixbuch.de
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}
Packager: Peer Heinlein <p.heinlein@heinlein-support.de>
%description
qtop is a short script for monitoring the queues
incoming, active, deferred and hold from a Postfix mailserver.
It although shows how many smtpd- and smtp-processes are working.
Since version 1.1 it supports now the most important Mailman-queues.
Authors:
--------
Peer Heinlein <p.heinlein@heinlein-support.de>
%prep
%build
%install
# the binaries
install -d %{buildroot}/%{_sbindir}
install -m 0755 %{SOURCE0} %{buildroot}/%{_sbindir}/%{name}
%files
%defattr(-,root,root)
%{_sbindir}/%{name}
%changelog
* Tue Feb 03 2009 p.heinlein@heinlein-support.de
- Support for Mailman, version 1.1
* Mon Nov 16 2008 p.heinlein@heinlein-support.de
- initial version 1.0