Author: gotar                        Date: Tue Sep 11 17:42:25 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added bounce.cf.pl (note: it's based on 2.3.12),
- config and verify flags for bounce.cf.default

---- Files affected:
SPECS:
   postfix.spec (1.295 -> 1.296) 

---- Diffs:

================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.295 SPECS/postfix.spec:1.296
--- SPECS/postfix.spec:1.295    Tue Sep 11 00:46:36 2007
+++ SPECS/postfix.spec  Tue Sep 11 19:42:20 2007
@@ -7,7 +7,7 @@
 %bcond_without sasl    # without SMTP AUTH support
 %bcond_without ssl     # without SSL/TLS support
 %bcond_without cdb     # without cdb map support
-%bcond_without vda     # with VDA patch
+%bcond_without vda     # without VDA patch
 %bcond_with    hir     # with Beeth's header_if_reject patch
 %bcond_with    tcp     # with unofficial tcp: lookup table
 #
@@ -35,6 +35,7 @@
 Source6:       %{name}.pamd
 Source7:       
http://vda.sourceforge.net/VDA/%{name}-%{vda_ver}-vda-ng.patch.gz
 # Source7-md5: 35fa62c93091d42ab02f67d0614d7086
+Source8:       %{name}-bounce.cf.pl
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-conf_msg.patch
 Patch2:                %{name}-dynamicmaps.patch
@@ -255,7 +256,6 @@
        CCARGS="%{?with_ldap:-DHAS_LDAP} -DHAS_PCRE 
%{?with_sasl:-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl} 
%{?with_mysql:-DHAS_MYSQL -I/usr/include/mysql} %{?with_pgsql:-DHAS_PGSQL} 
%{?with_ssl:-DUSE_TLS} -DMAX_DYNAMIC_MAPS %{?with_cdb:-DHAS_CDB} 
-DHAVE_GETIFADDRS" \
        AUXLIBS="-ldb -lresolv %{?with_sasl:-lsasl} %{?with_ssl:-lssl -lcrypto} 
%{?with_cdb:-lcdb} -lpcre"
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d 
$RPM_BUILD_ROOT/etc/{cron.daily,rc.d/init.d,sysconfig,pam.d,security} \
@@ -289,6 +289,7 @@
 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/postfix
 install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/sasl/smtpd.conf
 install %{SOURCE6} $RPM_BUILD_ROOT/etc/pam.d/smtp
+install %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/mail/bounce.cf.pl
 install auxiliary/rmail/rmail $RPM_BUILD_ROOT%{_bindir}/rmail
 install auxiliary/qshape/qshape.pl $RPM_BUILD_ROOT%{_bindir}/qshape
 
@@ -352,9 +353,10 @@
 %doc README_FILES/*README
 %doc examples/smtpd-policy
 %dir %{_sysconfdir}/mail
-%{_sysconfdir}/mail/bounce.cf.default
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/access
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/aliases
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/mail/bounce.cf.default
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/bounce.cf.pl
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/canonical
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/generic
 #%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/mail/regexp_table
@@ -475,6 +477,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.296  2007/09/11 17:42:20  gotar
+- added bounce.cf.pl (note: it's based on 2.3.12),
+- config and verify flags for bounce.cf.default
+
 Revision 1.295  2007/09/10 22:46:36  baggins
 - package bounce templates
 - works for me
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to