update to 2.3.0.5.16 [release 2.3.0.5.16-1mamba;Sat Sep 25 2021]
This commit is contained in:
parent
9001ee84d9
commit
b3371a3e3a
@ -1,7 +1,8 @@
|
|||||||
%define dovecot_ver %(echo %version | cut -d. -f1-2)
|
%define dovecot_majver %(echo %version | cut -d. -f1-2)
|
||||||
|
%define dovecot_ver %(echo %version | cut -d. -f1-2,5)
|
||||||
%define pigeonhole_ver %(echo %version | cut -d. -f3-5)
|
%define pigeonhole_ver %(echo %version | cut -d. -f3-5)
|
||||||
Name: dovecot-pigeonhole
|
Name: dovecot-pigeonhole
|
||||||
Version: 2.3.0.5.14
|
Version: 2.3.0.5.16
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Provides Sieve support as a plugin to Dovecot's Local Delivery Agent (LDA)
|
Summary: Provides Sieve support as a plugin to Dovecot's Local Delivery Agent (LDA)
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
@ -9,23 +10,22 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://pigeonhole.dovecot.org/
|
URL: https://pigeonhole.dovecot.org/
|
||||||
Source: https://pigeonhole.dovecot.org/releases/%{dovecot_ver}/dovecot-%{dovecot_ver}-pigeonhole-%{pigeonhole_ver}.tar.gz
|
Source: https://pigeonhole.dovecot.org/releases/%{dovecot_ver}/dovecot-%{dovecot_majver}-pigeonhole-%{pigeonhole_ver}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: dovecot-devel
|
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libdovecot-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: dovecot >= %{dovecot_ver}
|
Requires: dovecot = %{dovecot_ver}
|
||||||
Requires: dovecot <= %{dovecot_ver}.255
|
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Pigeonhole project provides Sieve support as a plugin to Dovecot's Local Delivery Agent (LDA). The ManageSieve protocol is provided is an additional service, next to Dovecot's own POP3 and IMAP services.
|
The Pigeonhole project provides Sieve support as a plugin to Dovecot's Local Delivery Agent (LDA). The ManageSieve protocol is provided is an additional service, next to Dovecot's own POP3 and IMAP services.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n dovecot-%{dovecot_ver}-pigeonhole-%{pigeonhole_ver}
|
%setup -q -n dovecot-%{dovecot_majver}-pigeonhole-%{pigeonhole_ver}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -108,6 +108,9 @@ cp -a %{buildroot}%{_docdir}/dovecot/example-config/* %{buildroot}%{_sysconfdir}
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0.5.16-1mamba
|
||||||
|
- update to 2.3.0.5.16
|
||||||
|
|
||||||
* Tue Mar 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0.5.14-1mamba
|
* Tue Mar 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0.5.14-1mamba
|
||||||
- update to 2.3.0.5.14
|
- update to 2.3.0.5.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user