Browse Source

upgrading package: dovecot 2.3.3 -> 2.3.4

master
parent
commit
062011a92f
  1. 8
      dovecot/dovecot.spec

8
dovecot/dovecot.spec

@ -23,8 +23,8 @@
# package version
%define V_major 2.3
%define V_minor 3
%define V_pigeonhole 0.5.3
%define V_minor 4
%define V_pigeonhole 0.5.4
# package information
Name: dovecot
@ -37,7 +37,7 @@ Class: PLUS
Group: Mail
License: MIT+LGPL
Version: %{V_major}.%{V_minor}
Release: 20181002
Release: 20181124
# package options
%option with_fsl yes
@ -54,6 +54,7 @@ Source1: https://pigeonhole.dovecot.org/releases/%{V_major}/dovecot-%{V_maj
Source2: fsl.dovecot
Source3: rc.dovecot
Source4: dovecot.conf
Patch0: dovecot.patch
# build information
BuildPreReq: OpenPKG, openpkg >= 20160101
@ -112,6 +113,7 @@ PreReq: sqlite
%if "%{with_sieve}" == "yes"
%setup -q -n dovecot-%{version} -T -D -a 1
%endif
%patch -p0
%build
# build Dovecot

Loading…
Cancel
Save