SPECS: qmhandle.spec - more program to sbindir - perl autodeps - r...

glen glen at pld-linux.org
Fri Jan 27 19:06:29 CET 2006


Author: glen                         Date: Fri Jan 27 18:06:29 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more program to sbindir
- perl autodeps
- rel 5

---- Files affected:
SPECS:
   qmhandle.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/qmhandle.spec
diff -u SPECS/qmhandle.spec:1.8 SPECS/qmhandle.spec:1.9
--- SPECS/qmhandle.spec:1.8	Wed Jun  8 01:45:50 2005
+++ SPECS/qmhandle.spec	Fri Jan 27 19:06:23 2006
@@ -1,17 +1,18 @@
 # $Revision$, $Date$
+%include	/usr/lib/rpm/macros.perl
 Summary:	qmail message queue tool
 Summary(pl):	Narzędzie do obsługi kolejki poczty qmaila
 Name:		qmhandle
 Version:	1.2.0
-Release:	4
-Epoch:		0
+Release:	5
 License:	GPL
 Group:		Applications/Mail
 Source0:	http://dl.sourceforge.net/qmhandle/%{name}-%{version}.tar.gz
 # Source0-md5:	0d2b5f1756d7641a8a8054e29e1b9747
 Patch0:		%{name}-daemontools.patch
 Patch1:		%{name}-no-diagnostics.patch
-URL:		http://qmhandle.sf.net/
+URL:		http://qmhandle.sourceforge.net/
+BuildRequires:	rpm-perlprov >= 4.1-13
 Requires:	daemontools
 Requires:	qmail
 BuildArch:	noarch
@@ -24,13 +25,13 @@
 output and the ability to view and delete messages in the queue.
 
 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 one or more messages from the queue.
- * Force qmail to send queued messages immediately.
+ - 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 one or more messages from the queue.
+ - Force qmail to send queued messages immediately.
 
 %description -l pl
 qmHandle jest narzędziem służącym do zarządzania kolejką poczty
@@ -40,15 +41,14 @@
 wiadomości w kolejce.
 
 Program ten umożliwia:
- * Odczyt kolejki qmaila, podobnie jak za pomocą programu qmail-qread.
+ - Odczyt kolejki qmaila, podobnie jak za pomocą programu qmail-qread.
    Jednakże program ten ma nowocześniejsze wyjście niż qmail-qread:
    kolorowe i zawierające tematy listów.
- * Drukowanie statystyk kolejki, podobnie jak w qmail-qstat, ale w
+ - Drukowanie statystyk kolejki, podobnie jak w qmail-qstat, ale w
    kolorach.
- * Obejrzenie wiadomości w kolejce.
- * Usunięcie jednej lub więcej wiadomości z kolejki.
- * Wymuszenie na qmailu natychmiastowego wysłania wiadomości z
-   kolejki.
+ - Obejrzenie wiadomości w kolejce.
+ - Usunięcie jednej lub więcej wiadomości z kolejki.
+ - Wymuszenie na qmailu natychmiastowego wysłania wiadomości z kolejki.
 
 %prep
 %setup -q -c
@@ -57,9 +57,9 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_sbindir}
 
-install qmHandle $RPM_BUILD_ROOT%{_bindir}
+install qmHandle $RPM_BUILD_ROOT%{_sbindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,7 +67,7 @@
 %files
 %defattr(644,root,root,755)
 %doc README HISTORY
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_sbindir}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -75,6 +75,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2006/01/27 18:06:23  glen
+- more program to sbindir
+- perl autodeps
+- rel 5
+
 Revision 1.8  2005/06/07 23:45:50  glen
 - noarch
 - rel 4
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qmhandle.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list