automatic version update by autodist [release 5.1.3-1mamba;Sun May 02 2021]
This commit is contained in:
parent
56d276bfc0
commit
64518047c7
@ -1,12 +1,12 @@
|
|||||||
Name: courier-imap
|
Name: courier-imap
|
||||||
Version: 4.7.0
|
Version: 5.1.3
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: An IMAP server that handles QMail's Mailbox dirs
|
Summary: An IMAP server that handles QMail's Mailbox dirs
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.courier-mta.org/
|
URL: https://www.courier-mta.org/
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/courier/courier-imap-%{version}.tar.bz2
|
Source: http://downloads.sourceforge.net/sourceforge/courier/courier-imap-%{version}.tar.bz2
|
||||||
#Source: http://www.courier-mta.org/beta/imap/courier-imap-%{version}.tar.bz2
|
#Source: http://www.courier-mta.org/beta/imap/courier-imap-%{version}.tar.bz2
|
||||||
Source1: imap-pam
|
Source1: imap-pam
|
||||||
@ -14,16 +14,28 @@ Source2: imapd-initscript
|
|||||||
Source3: imapd-ssl-initscript
|
Source3: imapd-ssl-initscript
|
||||||
Source4: imap-generate-certificate.sh
|
Source4: imap-generate-certificate.sh
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: libdb47-devel >= 4.2.52, pam-devel >= 0.77, libopenssl-devel >= 0.9.7b
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libcourier-authlib-devel
|
||||||
|
BuildRequires: libcourier-unicode-devel
|
||||||
|
BuildRequires: libgdbm-devel
|
||||||
|
BuildRequires: libidn-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libpcre-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: pam-devel >= 0.77
|
||||||
|
BuildRequires: libopenssl-devel >= 0.9.7b
|
||||||
BuildRequires: libopenldap-devel >= 2.1.22
|
BuildRequires: libopenldap-devel >= 2.1.22
|
||||||
BuildRequires: courier-authlib
|
BuildRequires: courier-authlib >= 0.71
|
||||||
Requires: courier-authlib >= 0.59.3
|
Requires: courier-authlib >= 0.71
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Courier mail transfer agent (MTA) is an integrated mail/groupware server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, SSL, and HTTP.
|
The Courier mail transfer agent (MTA) is an integrated mail/groupware server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, SSL, and HTTP.
|
||||||
Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services within a single, consistent, framework.
|
Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services within a single, consistent, framework.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"/../perl-root
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"/../perl-root
|
||||||
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
|
||||||
@ -39,9 +51,10 @@ find . -name Makefile.in | xargs -n1 sed -i "s|DEFAULT_INCLUDES = |DEFAULT_INCLU
|
|||||||
--mandir=%{_mandir} \
|
--mandir=%{_mandir} \
|
||||||
--libexecdir=%{_libexecdir}/courier-imap \
|
--libexecdir=%{_libexecdir}/courier-imap \
|
||||||
--datadir=%{_datadir}/courier-imap \
|
--datadir=%{_datadir}/courier-imap \
|
||||||
--localstatedir=/var/run \
|
--localstatedir=/run \
|
||||||
--without-authdaemon \
|
--without-authdaemon \
|
||||||
--with-redhat
|
--with-redhat \
|
||||||
|
--with-notice=unicode
|
||||||
|
|
||||||
find . -name Makefile | xargs -n1 sed -i "s|-ldb|-ldb-4|"
|
find . -name Makefile | xargs -n1 sed -i "s|-ldb|-ldb-4|"
|
||||||
make %{_smp_mflags}
|
make %{_smp_mflags}
|
||||||
@ -103,6 +116,9 @@ fi
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 02 2021 Automatic Build System <autodist@mambasoft.it> 5.1.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jan 21 2015 Automatic Build System <autodist@mambasoft.it> 4.7.0-2mamba
|
* Wed Jan 21 2015 Automatic Build System <autodist@mambasoft.it> 4.7.0-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
@ -140,5 +156,5 @@ fi
|
|||||||
* Mon Sep 29 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1.20030902-2qilnx
|
* Mon Sep 29 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1.20030902-2qilnx
|
||||||
- added chkconfig support to initscript
|
- added chkconfig support to initscript
|
||||||
|
|
||||||
* Tue Sep 11 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1.20030902-1qilnx
|
* Thu Sep 11 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1.20030902-1qilnx
|
||||||
- first build
|
- first build
|
||||||
|
Loading…
Reference in New Issue
Block a user