SPECS: maildrop.spec - updated to 2.0.4, added TODO

hawk hawk at pld-linux.org
Thu May 29 18:58:34 CEST 2008


Author: hawk                         Date: Thu May 29 16:58:34 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.0.4, added TODO

---- Files affected:
SPECS:
   maildrop.spec (1.49 -> 1.50) 

---- Diffs:

================================================================
Index: SPECS/maildrop.spec
diff -u SPECS/maildrop.spec:1.49 SPECS/maildrop.spec:1.50
--- SPECS/maildrop.spec:1.49	Tue Feb 13 07:46:53 2007
+++ SPECS/maildrop.spec	Thu May 29 18:58:28 2008
@@ -1,16 +1,24 @@
 # $Revision$, $Date$
+#
+# TODO:
+#   - unpackaged files which already exist in courier.spec and
+#     courier-authlib.spec, should they be packaged here too?
+#     warning: Installed (but unpackaged) file(s) found:
+#        /usr/bin/makedat
+#        /usr/bin/makedatprog
+#
 # Conditional build:
 %bcond_without authlib	# disable courier-authlib
 #
 Summary:	maildrop - mail filter/mail delivery agent
 Summary(pl.UTF-8):	maildrop - filtr pocztowy/dostarczyciel poczty
 Name:		maildrop
-Version:	2.0.2
-Release:	2
+Version:	2.0.4
+Release:	1
 License:	GPL
 Group:		Applications/Mail
 Source0:	http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-# Source0-md5:	69c7cb0c93669c0831eb3ee304da8eac
+# Source0-md5:	6a760efe429716ab0be67a1ddc554ed7
 Patch0:		%{name}-db.patch
 URL:		http://www.courier-mta.org/maildrop/
 BuildRequires:	autoconf
@@ -80,17 +88,15 @@
 %patch0 -p1
 
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
-
-cd maildrop
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
-cd ..
+
+for d in . numlib liblock unicode rfc822 rfc2045 gdbmobj bdbobj makedat maildir maildrop; do
+cd $d
+        %{__libtoolize}
+	%{__aclocal}
+        %{__autoconf}
+        %{__automake}
+cd -
+done
 
 %configure \
 	--with-db=db \
@@ -171,6 +177,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.50  2008-05-29 16:58:28  hawk
+- updated to 2.0.4, added TODO
+
 Revision 1.49  2007-02-13 06:46:53  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/maildrop.spec?r1=1.49&r2=1.50&f=u



More information about the pld-cvs-commit mailing list