]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- separate qshape into -qshape to cut out perl dependency; rel 9 auto/th/postfix-2_3_6-9
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 17 Aug 2007 12:38:04 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.spec -> 1.282

postfix.spec

index 7a97cb15fd93177a6eaabf9bc3318319ad44569e..8bf07b82692fba040b84996557f3e401470ed9af 100644 (file)
@@ -24,7 +24,7 @@ Summary(sk.UTF-8):    Agent prenosu pošty Postfix
 Name:          postfix
 Version:       2.3.6
 %define                vda_ver 2.3.1
-Release:       8
+Release:       9
 Epoch:         2
 License:       distributable
 Group:         Networking/Daemons
@@ -201,6 +201,18 @@ This package provides support for PostgreSQL maps in Postfix.
 %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}
@@ -354,7 +366,7 @@ fi
 %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
@@ -412,3 +424,7 @@ fi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/postfix/dict_pgsql.so
 %endif
+
+%files qshape
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/qshape
This page took 0.034936 seconds and 4 git commands to generate.