SPECS: postfix.spec - separate qshape into -qshape to cut out perl...

glen glen at pld-linux.org
Fri Aug 17 14:38:10 CEST 2007


Author: glen                         Date: Fri Aug 17 12:38:09 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separate qshape into -qshape to cut out perl dependency; rel 9

---- Files affected:
SPECS:
   postfix.spec (1.281 -> 1.282) 

---- Diffs:

================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.281 SPECS/postfix.spec:1.282
--- SPECS/postfix.spec:1.281	Mon Aug  6 12:07:04 2007
+++ SPECS/postfix.spec	Fri Aug 17 14:38:04 2007
@@ -25,7 +25,7 @@
 Name:		postfix
 Version:	2.3.6
 %define		vda_ver 2.3.1
-Release:	8
+Release:	9
 Epoch:		2
 License:	distributable
 Group:		Networking/Daemons
@@ -202,6 +202,18 @@
 %description dict-pgsql -l pl.UTF-8
 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}
@@ -355,7 +367,7 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.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
@@ -414,12 +426,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.282  2007/08/17 12:38:04  glen
+- separate qshape into -qshape to cut out perl dependency; rel 9
+
 Revision 1.281  2007/08/06 10:07:04  patrys
 - drop mutual obsoletes
 - rel up
================================================================

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



More information about the pld-cvs-commit mailing list