SPECS (AC-branch): postfix.spec - separate qshape into -qshape to ...

glen glen at pld-linux.org
Fri Aug 17 14:32:56 CEST 2007


Author: glen                         Date: Fri Aug 17 12:32:56 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- separate qshape into -qshape to cut out perl dependency; rel 15

---- Files affected:
SPECS:
   postfix.spec (1.251.2.9 -> 1.251.2.10) 

---- Diffs:

================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.251.2.9 SPECS/postfix.spec:1.251.2.10
--- SPECS/postfix.spec:1.251.2.9	Wed Jul 18 01:53:44 2007
+++ SPECS/postfix.spec	Fri Aug 17 14:32:51 2007
@@ -23,7 +23,7 @@
 Summary(sk):	Agent prenosu po¹ty Postfix
 Name:		postfix
 Version:	2.2.5
-Release:	14
+Release:	15
 Epoch:		2
 License:	distributable
 Group:		Networking/Daemons
@@ -212,6 +212,18 @@
 %description dict-pgsql -l pl
 Ten pakiet dodaje obs³ugê map PostgreSQL do Postfiksa.
 
+%package qshape
+Summary:	qshape - Print Postfix queue domain and age distribution
+Group:		Networking/Daemons
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+
+%description qshape
+The qshape program helps the administrator understand the Postfix
+queue message distribution in time and by sender domain or recipient
+domain. The program needs read access to the queue directories and
+queue files, so it must run as the superuser or the mail_owner
+specified in main.cf (typically postfix).
+
 %prep
 %setup -q
 %{?with_vda:zcat %{SOURCE7} | patch -p1 -s}
@@ -353,7 +365,7 @@
 %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/smtp
 %{?with_sasl:%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sasl/smtpd.conf}
 %attr(755,root,root) %{_libdir}/libpostfix-*.so.*
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/rmail
 %attr(755,root,root) %{_sbindir}/s*
 %attr(755,root,root) %{_sbindir}/postfix
 %attr(755,root,root) %{_sbindir}/postalias
@@ -412,12 +424,19 @@
 %attr(755,root,root) %{_libdir}/postfix/dict_pgsql.so
 %endif
 
+%files qshape
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/qshape
+
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.251.2.10  2007/08/17 12:32:51  glen
+- separate qshape into -qshape to cut out perl dependency; rel 15
+
 Revision 1.251.2.9  2007/07/17 23:53:44  glen
 - Obsoletes: /usr/lib/sendmail; rel 14
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postfix.spec?r1=1.251.2.9&r2=1.251.2.10&f=u



More information about the pld-cvs-commit mailing list