|
@@ -1,12 +1,11 @@
|
|
|
Summary: Courier-IMAP IMAP server
|
|
|
Name: courier-imap
|
|
|
-Version: 4.7.0
|
|
|
+Version: 4.8.1
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: GPL
|
|
|
Group: System Environment/Daemons
|
|
|
Source: http://prdownloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
|
|
|
Patch: courier-imap-startconf.patch
|
|
|
-Patch2: courier-imap-apop.patch
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
Requires: /sbin/chkconfig
|
|
|
Requires: courier-authlib
|
|
@@ -14,6 +13,10 @@ BuildRequires: openssl-devel gdbm-devel pam-devel
|
|
|
BuildRequires: courier-authlib-devel
|
|
|
BuildRequires: libidn-devel
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
+Packager: iwaim
|
|
|
+
|
|
|
%description
|
|
|
Courier-IMAP is an IMAP server for Maildir mailboxes. This package contains
|
|
|
the standalone version of the IMAP server that's included in the Courier
|
|
@@ -25,7 +28,6 @@ full Courier mail server. Install the Courier package instead.
|
|
|
%prep
|
|
|
%setup -q
|
|
|
%patch -b .orig
|
|
|
-%patch2 -p1 -b .orig
|
|
|
|
|
|
cp imap/README README.imap
|
|
|
cp imap/README.proxy* .
|
|
@@ -104,7 +106,6 @@ fi
|
|
|
%doc NEWS AUTHORS COPYING imap/BUGS README README.imap README.maildirquota
|
|
|
%doc README.sharedfolders
|
|
|
%doc README.proxy*
|
|
|
-%doc README.apop
|
|
|
%dir %{_sysconfdir}/%{name}
|
|
|
%config %{_sysconfdir}/%{name}/*
|
|
|
%config %{_sysconfdir}/pam.d/imap
|
|
@@ -119,6 +120,12 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Apr 3 2011 IWAI, Masaharu <iwai@alib.jp> 4.8.1-1
|
|
|
+- new upstream release
|
|
|
+- drop APOP patch (Patch2)
|
|
|
+- add Packager tag
|
|
|
+- add Vendor and Distribution tags
|
|
|
+
|
|
|
* Sun Feb 07 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.7.0-1
|
|
|
- new upstream release.
|
|
|
- added "BR: libidn-devel".
|