]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- allow top level folders (as bcond)
authorkosmo <kosmo@pld-linux.org>
Tue, 7 Feb 2006 12:00:51 +0000 (12:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-imap.spec -> 1.156

courier-imap.spec

index 2a7e38f82f8d7fd51bbde0ef0938722e0958752d..3d3aa59ff60fbf10b634dc4b8ca9a3b185a72e30 100644 (file)
@@ -1,3 +1,7 @@
+#
+%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
@@ -16,6 +20,7 @@ Source6:      %{name}-pop3.pamd
 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
@@ -115,6 +120,9 @@ Courier-IMAP POP3 jest serwerem POP3 dla skrzynek pocztowych Maildir.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%if %{with toplevel}
+%patch3 -p1
+%endif
 
 install %{SOURCE1} courier-imap.in
 install %{SOURCE2} courier-imap-ssl.in
This page took 0.06773 seconds and 4 git commands to generate.