update to 2.3.0.5.14 [release 2.3.0.5.14-1mamba;Tue Mar 23 2021]
This commit is contained in:
parent
1ae6966ef6
commit
9001ee84d9
@ -1,15 +1,15 @@
|
|||||||
%define dovecot_ver %(echo %version | cut -d. -f1-2)
|
%define dovecot_ver %(echo %version | cut -d. -f1-2)
|
||||||
%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.2.0.4.20
|
Version: 2.3.0.5.14
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://pigeonhole.dovecot.org/
|
URL: https://pigeonhole.dovecot.org/
|
||||||
Source: http://pigeonhole.dovecot.org/releases/%{dovecot_ver}/dovecot-%{dovecot_ver}-pigeonhole-%{pigeonhole_ver}.tar.gz
|
Source: https://pigeonhole.dovecot.org/releases/%{dovecot_ver}/dovecot-%{dovecot_ver}-pigeonhole-%{pigeonhole_ver}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: dovecot-devel
|
BuildRequires: dovecot-devel
|
||||||
@ -18,7 +18,6 @@ BuildRequires: libopenssl-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: dovecot >= %{dovecot_ver}
|
Requires: dovecot >= %{dovecot_ver}
|
||||||
Requires: dovecot <= %{dovecot_ver}.255
|
Requires: dovecot <= %{dovecot_ver}.255
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
@ -59,6 +58,9 @@ cp -a %{buildroot}%{_docdir}/dovecot/example-config/* %{buildroot}%{_sysconfdir}
|
|||||||
%{_libdir}/dovecot/lib90_sieve_plugin.a
|
%{_libdir}/dovecot/lib90_sieve_plugin.a
|
||||||
%{_libdir}/dovecot/lib90_sieve_plugin.la
|
%{_libdir}/dovecot/lib90_sieve_plugin.la
|
||||||
%{_libdir}/dovecot/lib90_sieve_plugin.so
|
%{_libdir}/dovecot/lib90_sieve_plugin.so
|
||||||
|
%{_libdir}/dovecot/lib95_imap_filter_sieve_plugin.a
|
||||||
|
%{_libdir}/dovecot/lib95_imap_filter_sieve_plugin.la
|
||||||
|
%{_libdir}/dovecot/lib95_imap_filter_sieve_plugin.so
|
||||||
%{_libdir}/dovecot/lib95_imap_sieve_plugin.a
|
%{_libdir}/dovecot/lib95_imap_sieve_plugin.a
|
||||||
%{_libdir}/dovecot/lib95_imap_sieve_plugin.la
|
%{_libdir}/dovecot/lib95_imap_sieve_plugin.la
|
||||||
%{_libdir}/dovecot/lib95_imap_sieve_plugin.so
|
%{_libdir}/dovecot/lib95_imap_sieve_plugin.so
|
||||||
@ -106,6 +108,9 @@ cp -a %{buildroot}%{_docdir}/dovecot/example-config/* %{buildroot}%{_sysconfdir}
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0.5.14-1mamba
|
||||||
|
- update to 2.3.0.5.14
|
||||||
|
|
||||||
* Sat Sep 09 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0.4.20-1mamba
|
* Sat Sep 09 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0.4.20-1mamba
|
||||||
- update to 2.2.0.4.20
|
- update to 2.2.0.4.20
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user