Author: andree                       Date: Sat Mar  5 20:04:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.8.0
- use db instead of gdbm
- rel. 0.5 waiting for courier-*

---- Files affected:
SPECS:
   maildrop.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: SPECS/maildrop.spec
diff -u SPECS/maildrop.spec:1.37 SPECS/maildrop.spec:1.38
--- SPECS/maildrop.spec:1.37    Fri Feb 11 18:57:01 2005
+++ SPECS/maildrop.spec Sat Mar  5 21:04:34 2005
@@ -1,17 +1,21 @@
 # $Revision$, $Date$
+#
+# TODO:
+#      - bump rel. to 1 when courier-* will be ready
+#
 Summary:       maildrop - mail filter/mail delivery agent
 Summary(pl):   maildrop - filtr pocztowy/dostarczyciel poczty
 Name:          maildrop
-Version:       1.7.0
-Release:       2
+Version:       1.8.0
+Release:       0.5
 License:       GPL
 Group:         Applications/Mail
 Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-# Source0-md5: fa2dbbb84795e459db36ea0013f6f214
+# Source0-md5: caf59c78d6689b4cfba98d979af63407
 URL:           http://www.courier-mta.org/maildrop/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: gdbm-devel
+BuildRequires: db-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -77,13 +81,13 @@
 %{__autoconf}
 %{__automake}
 %configure \
+       --with-db=db \
        --with-devel \
-       --enable-userdb \
        --enable-maildirquota \
        --enable-syslog=1 \
        --enable-trusted-users='root mail daemon postmaster exim qmaild mmdf' \
        --enable-restrict-trusted=0 \
-       --enable-sendmail=/usr/lib/sendmail
+       --enable-sendmail=%{_sbindir}/sendmail
 %{__make}
 
 %install
@@ -96,10 +100,6 @@
 
 mv $RPM_BUILD_ROOT%{_datadir}/maildrop/html .
 
-# courier-imap-userdb
-rm -f $RPM_BUILD_ROOT%{_mandir}/man8/makeuserdb*
-rm -f $RPM_BUILD_ROOT%{_mandir}/man8/userdb*
-rm -f $RPM_BUILD_ROOT%{_mandir}/man8/*pw2userdb*
 # courier-imap-maildirmake
 rm -f $RPM_BUILD_ROOT%{_bindir}/maildirmake
 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/maildirmake.1
@@ -110,7 +110,7 @@
 
 # small pld readme file
 cat > README.pld <<EOF
-To get \"makeusedb\" please install courier-imap-userdb
+To get \"userdb\" please install courier-imap-userdb
 
 To get \"deliverquota\" please install courier-imap-deliverquota
 
@@ -134,16 +134,12 @@
 %doc NEWS UPGRADE ChangeLog maildroptips.txt INSTALL html README.pld
 %attr(6755,root,mail) %{_bindir}/maildrop
 %attr(6755,root,mail) %{_bindir}/lockmail
-%attr(755,root,root) %{_bindir}/makedat
-%attr(755,root,root) %{_bindir}/makedatprog
 %attr(755,root,root) %{_bindir}/reformail
 %attr(755,root,root) %{_bindir}/makemime
 %attr(755,root,root) %{_bindir}/reformime
 %attr(755,root,root) %{_bindir}/mailbot
 %dir %{_datadir}/maildrop
-%dir %{_datadir}/maildrop/scripts
-%attr(755,root,root) %{_datadir}/maildrop/scripts/*
-%{_mandir}/man[1578]/*
+%{_mandir}/man[17]/*
 
 %files devel
 %defattr(644,root,root,755)
@@ -157,6 +153,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2005/03/05 20:04:34  andree
+- updated to 1.8.0
+- use db instead of gdbm
+- rel. 0.5 waiting for courier-*
+
 Revision 1.37  2005/02/11 17:57:01  darekr
 - removed gcc-c++ from BR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/maildrop.spec?r1=1.37&r2=1.38&f=u


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

Reply via email to