SPECS: courier-imap.spec - allow top level folders (as bcond)

kosmo kosmo at pld-linux.org
Tue Feb 7 13:00:58 CET 2006


Author: kosmo                        Date: Tue Feb  7 12:00:58 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- allow top level folders (as bcond)

---- Files affected:
SPECS:
   courier-imap.spec (1.155 -> 1.156) 

---- Diffs:

================================================================
Index: SPECS/courier-imap.spec
diff -u SPECS/courier-imap.spec:1.155 SPECS/courier-imap.spec:1.156
--- SPECS/courier-imap.spec:1.155	Mon Dec 12 16:19:32 2005
+++ SPECS/courier-imap.spec	Tue Feb  7 13:00:51 2006
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+#
+%bcond_with	toplevel	# Allow toplevel folders
+				# More info: http://www.ricky-chan.co.uk/courier/
+#
 Summary:	Courier-IMAP server
 Summary(pl):	Serwer Courier-IMAP
 Name:		courier-imap
@@ -17,6 +21,7 @@
 Patch0:		%{name}-dirs.patch
 Patch1:		%{name}-certsdir.patch
 Patch2:		%{name}-maildir.patch
+Patch3:		%{name}-toplevel.patch
 URL:		http://www.courier-mta.org/imap/
 BuildRequires:	autoconf >= 2.54
 BuildRequires:	automake
@@ -116,6 +121,9 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%if %{with toplevel}
+%patch3 -p1
+%endif
 
 install %{SOURCE1} courier-imap.in
 install %{SOURCE2} courier-imap-ssl.in
@@ -413,6 +421,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.156  2006/02/07 12:00:51  kosmo
+- allow top level folders (as bcond)
+
 Revision 1.155  2005/12/12 15:19:32  glen
 - adapterized (sorted %verify flags)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/courier-imap.spec?r1=1.155&r2=1.156&f=u



More information about the pld-cvs-commit mailing list