]> git.pld-linux.org Git - packages/pfqueue.git/blame - pfqueue.spec
- release 2
[packages/pfqueue.git] / pfqueue.spec
CommitLineData
9ea72376 1Summary: A console-based tool for handling MTA queues
7190dbbd 2Summary(pl.UTF-8): Tekstowe narzędzie do obsługi kolejek MTA
9ea72376 3Name: pfqueue
0a567107 4Version: 0.5.6
f914ecd6 5Release: 2
9ea72376
JR
6License: GPL
7Group: Applications/Mail
8Source0: http://dl.sourceforge.net/pfqueue/%{name}-%{version}.tar.gz
0a567107 9# Source0-md5: ff3fbcc39b39112f123b93df579998b8
9ea72376
JR
10URL: http://pfqueue.sourceforge.net/
11BuildRequires: ncurses-devel
12#Requires: postfix or exim
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16pfqueue is an effort to give postqueue/mailq/postsuper/exim4 a console
17(ncurses) interface: it won't add any particular functionality to
18those provided with MTAs themselves, but will hopefully make them
19easier to use.
20
21It's a real-time queue scanner, that shows per-queue lists of existing
22messages; the messages can be shown, deleted, put on hold, released or
c17496e4 23requeued.
9ea72376
JR
24
25Just for example, it may be useful to inspect a traffic jam at a given
26time, to see what is falling into and unexpectedly crowding your
27deferred queue.
28
90cc3fb3
JR
29%description -l pl.UTF-8
30pfqueue to próba dostarczenia tekstowego (opartego na ncurses)
31interfejsu do poleceń postqueue/mailq/postsuper/exim4; nie dodaje
32żadnych konkretnych funkcji do dostarczanych przez same MTA, jedynie
33czyni je łatwiejszymi w użyciu.
c17496e4 34
90cc3fb3
JR
35Jest to program przeszukujący kolejki w czasie rzeczywistym,
36pokazujący listę istniejących wiadomości dla każdej kolejki;
37wiadomości mogą być wyświetlone, usunięte, wstrzymane, wypuszczone lub
c17496e4
JB
38ponownie skolejkowane.
39
90cc3fb3
JR
40Program może być przydatny na przykład do śledzenia zatkania ruchu o
41danym czasie, aby zobaczyć, co wpadło i nieoczekiwanie zapchało
42kolejkę.
c17496e4 43
9ea72376
JR
44%prep
45%setup -q
46
47%build
48CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
49export CFLAGS
50%configure
51%{__make}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55
56%{__make} install \
57 DESTDIR=$RPM_BUILD_ROOT
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
b9fbf5c7
JR
62%post -p /sbin/ldconfig
63%postun -p /sbin/ldconfig
64
9ea72376
JR
65%files
66%defattr(644,root,root,755)
67%doc AUTHORS ChangeLog NEWS README TODO
68%attr(755,root,root) %{_bindir}/*
69%attr(755,root,root) %{_libdir}/libpfq*.so.*.*.*
70%{_mandir}/man1/*.1*
71%{_mandir}/man5/*.5*
This page took 0.948956 seconds and 4 git commands to generate.