Search
j0ke.net Open Build Service
>
Projects
>
home:jg
>
qmhandle
> qmhandle.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File qmhandle.spec of Package qmhandle (Revision 2)
Currently displaying revision
2
,
show latest
Summary: View and manage (within some limits) the qmail queue Name: qmhandle Version: 1.3.2 Release: 1 License: GPL Group: Networking/Mail Source: %{name}-%{version}.tar.bz2 Patch0: qmail-init.patch Requires: perl BuildRoot: %{_tmppath}/%{name}-buildroot %description This is a simple program that allows you to view and manage (within some limits) the qmail queue, both remote and local. With this program you can: * Read the qmail queue, like you do with the qmail-qread program. However, the output of this program is improved over qmail-qread, with the output of the message subjects and color capabilities. * Print queue statistics, like qmail-qstat, with color capabilities * View a message in the queue. * Remove a message from the queue. %prep %setup -q %patch0 -p0 %build %install rm -rf %{buildroot} install -d %{buildroot}%{_bindir} install -m 755 qmHandle %{buildroot}%{_bindir}/%{name}.pl %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc HISTORY README %{_bindir}/%{name}.pl %changelog