Search
j0ke.net Open Build Service
>
Projects
>
server:mail
>
qmqtool
> qmqtool.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File qmqtool.spec of Package qmqtool (Revision 2)
Currently displaying revision
2
,
show latest
%define qdir /var/qmail Name: qmqtool Summary: qmHandle - a tool for the qmail queue Version: 1.14b7 Release: 1 License: Artistic URL: http://jeremy.kister.net/code/qmqtool/ Source0: %{name}-%{version}.tgz Patch0: %{name}-configure.patch Group: System/Utilities BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Requires: perl qmail BuildRequires: perl qmail BuildArch: noarch %description qmqtool is a utility designed for viewing and safely modifying the contents of a qmail queue. It is extremely feature rich, with features including finding abusers, sorting messages by sender/sender's IP, showing stats, requeueing messages, queue consistency check, queue backup/restore, and others. %prep %setup -q -n %{name}-%{version} %patch0 %build mkdir -p %{buildroot}%{_sbindir} ./configure --perl=%{__perl} --destdir=%{buildroot}%{_sbindir} --qmaildir=%{qdir} %__make %install %__make install %files %defattr(-,root,root) %doc Artistic ChangeLog FAQ README %attr(0755,root,root) %{_sbindir}/qmqtool %changelog * Sun Sep 07 2008 Carsten Schoene <cs@linux-administrator.com> - initial build