]> git.pld-linux.org Git - packages/pfqueue.git/commitdiff
- initial revision
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 21 Nov 2006 14:46:42 +0000 (14:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pfqueue.spec -> 1.1

pfqueue.spec [new file with mode: 0644]

diff --git a/pfqueue.spec b/pfqueue.spec
new file mode 100644 (file)
index 0000000..facaa7a
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       A console-based tool for handling MTA queues
+Name:          pfqueue
+Version:       0.5.3
+Release:       0.1
+License:       GPL
+Group:         Applications/Mail
+Source0:       http://dl.sourceforge.net/pfqueue/%{name}-%{version}.tar.gz
+# Source0-md5: 7700198871f91cf28e0164f8e776dd55
+URL:           http://pfqueue.sourceforge.net/
+BuildRequires: ncurses-devel
+#Requires:     postfix or exim
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+pfqueue is an effort to give postqueue/mailq/postsuper/exim4 a console
+(ncurses) interface: it won't add any particular functionality to
+those provided with MTAs themselves, but will hopefully make them
+easier to use.
+
+It's a real-time queue scanner, that shows per-queue lists of existing
+messages; the messages can be shown, deleted, put on hold, released or
+requeued
+
+Just for example, it may be useful to inspect a traffic jam at a given
+time, to see what is falling into and unexpectedly crowding your
+deferred queue.
+
+%prep
+%setup -q
+
+%build
+CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
+export CFLAGS
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/libpfq*.so.*.*.*
+%{_mandir}/man1/*.1*
+%{_mandir}/man5/*.5*
This page took 0.095318 seconds and 4 git commands to generate.