Compare commits
6 Commits
2.2.0.4.7-
...
2.3.0.5.19
| Author | SHA1 | Date | |
|---|---|---|---|
| c8309f092a | |||
| b3371a3e3a | |||
| 9001ee84d9 | |||
| 1ae6966ef6 | |||
| 5a15569441 | |||
| ca823ef18d |
@@ -1,32 +1,32 @@
|
||||
%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)
|
||||
Name: dovecot-pigeonhole
|
||||
Version: 2.2.0.4.7
|
||||
Version: 2.3.0.5.19
|
||||
Release: 1mamba
|
||||
Summary: Provides Sieve support as a plugin to Dovecot's Local Delivery Agent (LDA)
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://pigeonhole.dovecot.org/
|
||||
Source: http://pigeonhole.dovecot.org/releases/%{dovecot_ver}/dovecot-%{dovecot_ver}-pigeonhole-%{pigeonhole_ver}.tar.gz
|
||||
URL: https://pigeonhole.dovecot.org/
|
||||
Source: https://pigeonhole.dovecot.org/releases/%{dovecot_majver}/dovecot-%{dovecot_majver}-pigeonhole-%{pigeonhole_ver}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: dovecot-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libdovecot-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: dovecot >= %{dovecot_ver}
|
||||
Requires: dovecot <= %{dovecot_ver}.255
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%debug_package
|
||||
BuildRequires: libdovecot-devel = %{dovecot_ver}
|
||||
Requires: dovecot = %{dovecot_ver}
|
||||
|
||||
%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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n dovecot-%{dovecot_ver}-pigeonhole-%{pigeonhole_ver}
|
||||
%setup -q -n dovecot-%{dovecot_majver}-pigeonhole-%{pigeonhole_ver}
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@@ -46,6 +46,7 @@ cp -a %{buildroot}%{_docdir}/dovecot/example-config/* %{buildroot}%{_sysconfdir}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config %{_sysconfdir}/dovecot/sieve-ldap.conf
|
||||
%config %{_sysconfdir}/dovecot/conf.d/20-managesieve.conf
|
||||
%config %{_sysconfdir}/dovecot/conf.d/90-sieve.conf
|
||||
%config %{_sysconfdir}/dovecot/conf.d/90-sieve-extprograms.conf
|
||||
@@ -58,6 +59,12 @@ cp -a %{buildroot}%{_docdir}/dovecot/example-config/* %{buildroot}%{_sysconfdir}
|
||||
%{_libdir}/dovecot/lib90_sieve_plugin.a
|
||||
%{_libdir}/dovecot/lib90_sieve_plugin.la
|
||||
%{_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.la
|
||||
%{_libdir}/dovecot/lib95_imap_sieve_plugin.so
|
||||
%{_libdir}/dovecot/libdovecot-sieve.a
|
||||
%{_libdir}/dovecot/libdovecot-sieve.la
|
||||
%{_libdir}/dovecot/libdovecot-sieve.so
|
||||
@@ -77,8 +84,13 @@ cp -a %{buildroot}%{_docdir}/dovecot/example-config/* %{buildroot}%{_sysconfdir}
|
||||
%{_libdir}/dovecot/sieve/lib90_sieve_extprograms_plugin.a
|
||||
%{_libdir}/dovecot/sieve/lib90_sieve_extprograms_plugin.la
|
||||
%{_libdir}/dovecot/sieve/lib90_sieve_extprograms_plugin.so
|
||||
%{_libdir}/dovecot/sieve/lib90_sieve_imapsieve_plugin.a
|
||||
%{_libdir}/dovecot/sieve/lib90_sieve_imapsieve_plugin.la
|
||||
%{_libdir}/dovecot/sieve/lib90_sieve_imapsieve_plugin.so
|
||||
%{_libexecdir}/dovecot/managesieve
|
||||
%{_libexecdir}/dovecot/managesieve-login
|
||||
%{_datadir}/aclocal/dovecot-pigeonhole.m4
|
||||
%{_datadir}/doc/dovecot/example-config/sieve-ldap.conf
|
||||
%{_datadir}/doc/dovecot/example-config/conf.d/20-managesieve.conf
|
||||
%{_datadir}/doc/dovecot/example-config/conf.d/90-sieve.conf
|
||||
%dir %{_datadir}/doc/dovecot
|
||||
@@ -86,7 +98,7 @@ cp -a %{buildroot}%{_docdir}/dovecot/example-config/* %{buildroot}%{_sysconfdir}
|
||||
%dir %{_datadir}/doc/dovecot/example-config/conf.d
|
||||
%{_datadir}/doc/dovecot/example-config/conf.d/90-sieve-extprograms.conf
|
||||
%dir %{_datadir}/doc/dovecot/sieve
|
||||
%{_datadir}/doc/dovecot/sieve/script-location-dict.txt
|
||||
%{_datadir}/doc/dovecot/sieve/*
|
||||
%{_mandir}/man1/doveadm-sieve.1*
|
||||
%{_mandir}/man1/sieve-dump.1*
|
||||
%{_mandir}/man1/sieve-filter.1*
|
||||
@@ -97,6 +109,24 @@ cp -a %{buildroot}%{_docdir}/dovecot/example-config/* %{buildroot}%{_sysconfdir}
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Wed May 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0.5.19-1mamba
|
||||
- update to 2.3.0.5.19
|
||||
|
||||
* 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
|
||||
- update to 2.3.0.5.14
|
||||
|
||||
* Sat Sep 09 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0.4.20-1mamba
|
||||
- update to 2.2.0.4.20
|
||||
|
||||
* Sat Nov 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0.4.16-1mamba
|
||||
- update to 2.2.0.4.16
|
||||
|
||||
* Tue Apr 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0.4.13-1mamba
|
||||
- update to 2.2.0.4.13
|
||||
|
||||
* Sat May 02 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0.4.7-1mamba
|
||||
- update to 2.2.0.4.7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user