[packages/courier] - updated to 1.4.1, require gnupg2
qboosh
qboosh at pld-linux.org
Sun Jun 8 13:02:51 CEST 2025
commit 079443100633a89f8596dd5f54ca58de5d0c6bf5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jun 8 12:10:07 2025 +0200
- updated to 1.4.1, require gnupg2
courier.spec | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/courier.spec b/courier.spec
index 58cfb67..7f36667 100644
--- a/courier.spec
+++ b/courier.spec
@@ -12,12 +12,12 @@
Summary: Courier mail server
Summary(pl.UTF-8): Serwer poczty Courier
Name: courier
-Version: 1.2.2
-Release: 3
+Version: 1.4.1
+Release: 1
License: GPL v3 with OpenSSL exception
Group: Networking/Daemons
Source0: https://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-# Source0-md5: 4f27683022efc180a8a46cdbca99d3b9
+# Source0-md5: 22005051fd8f349cf39eacb8b194dedb
Patch1: %{name}-withoutfam.patch
Patch2: %{name}-maildir.patch
Patch3: %{name}-sendmail_dir.patch
@@ -34,12 +34,12 @@ BuildRequires: db-devel
BuildRequires: expect
%{?with_fam:BuildRequires: fam-devel}
BuildRequires: gettext-tools
-# or gnupg2 when --with-gpg2
-BuildRequires: gnupg
+# gpg2 as /usr/bin/gpg
+BuildRequires: gnupg2 >= 2.2.7
%{?with_gnutls:BuildRequires: gnutls-devel >= 3.0}
%{?with_gnutls:BuildRequires: libgcrypt-devel}
%{?with_gnutls:BuildRequires: libgpg-error-devel}
-BuildRequires: libidn2-devel >= 0.0.0
+BuildRequires: libidn2-devel >= 2.0.5
BuildRequires: libstdc++-devel >= 6:4.7
BuildRequires: libtool >= 2:2
BuildRequires: mailcap
@@ -59,6 +59,7 @@ Requires(post,preun): /sbin/chkconfig
Requires: /usr/bin/certtool
Requires: courier-authlib >= 0.71
Requires: courier-unicode >= 2.1
+Requires: libidn2 >= 2.0.5
Requires: rc-scripts
Provides: smtpdaemon
Obsoletes: smtpdaemon
@@ -341,6 +342,7 @@ done
%configure \
CERTTOOL=/usr/bin/certtool \
+ GPG=/usr/bin/gpg \
GROPS=/usr/bin/grops \
GS=/usr/bin/gs \
PNMSCALE=/usr/bin/pnmscale \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/courier.git/commitdiff/079443100633a89f8596dd5f54ca58de5d0c6bf5
More information about the pld-cvs-commit
mailing list