|
@@ -1,11 +1,11 @@
|
|
Summary: Courier-IMAP IMAP server
|
|
Summary: Courier-IMAP IMAP server
|
|
Name: courier-imap
|
|
Name: courier-imap
|
|
-Version: 4.12.0
|
|
+Version: 4.15
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
Source: http://prdownloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
|
|
Source: http://prdownloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
|
|
-Patch: courier-imap-startconf.patch
|
|
+Patch0: courier-imap-4.15_startconf.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Requires: /sbin/chkconfig
|
|
Requires: /sbin/chkconfig
|
|
Requires: courier-authlib
|
|
Requires: courier-authlib
|
|
@@ -27,12 +27,12 @@ full Courier mail server. Install the Courier package instead.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch -b .orig
|
|
+%patch0 -p1 -b .orig
|
|
|
|
|
|
-cp imap/README README.imap
|
|
+%{__cp} libs/imap/README README.imap
|
|
-cp imap/README.proxy* .
|
|
+%{__cp} libs/imap/README.proxy* .
|
|
-cp maildir/README.maildirquota.txt README.maildirquota
|
|
+%{__cp} libs/maildir/README.maildirquota.txt README.maildirquota
|
|
-cp maildir/README.sharedfolders.txt README.sharedfolders
|
|
+%{__cp} libs/maildir/README.sharedfolders.txt README.sharedfolders
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -103,7 +103,7 @@ fi
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc NEWS AUTHORS COPYING imap/BUGS README README.imap README.maildirquota
|
|
+%doc NEWS AUTHORS COPYING libs/imap/BUGS README README.imap README.maildirquota
|
|
%doc README.sharedfolders
|
|
%doc README.sharedfolders
|
|
%doc README.proxy*
|
|
%doc README.proxy*
|
|
%dir %{_sysconfdir}/%{name}
|
|
%dir %{_sysconfdir}/%{name}
|
|
@@ -120,6 +120,12 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 4 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 4.15-1
|
|
|
|
+- update to 4.15
|
|
|
|
+- update startconf patch (Patch0)
|
|
|
|
+ - default start: imap-ssl, pop3-ssl
|
|
|
|
+- update document files path
|
|
|
|
+
|
|
* Thu Jan 17 2013 IWAI, Masaharu <iwai@alib.jp> 4.12.0-1
|
|
* Thu Jan 17 2013 IWAI, Masaharu <iwai@alib.jp> 4.12.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|