dovecot/dovecot.spec

changeset 190
35b9f699911a
parent 168
7a1d64c9a105
child 204
5aa32536e189
equal deleted inserted replaced
4:5638f84c0c26 5:f97cb7afd707
37 Distribution: OpenPKG Community 37 Distribution: OpenPKG Community
38 Class: EVAL 38 Class: EVAL
39 Group: Mail 39 Group: Mail
40 License: MIT+LGPL 40 License: MIT+LGPL
41 Version: %{V_major}.%{V_minor} 41 Version: %{V_major}.%{V_minor}
42 Release: 20090416 42 Release: 20090418
43 43
44 # package options 44 # package options
45 %option with_fsl yes 45 %option with_fsl yes
46 %option with_pam yes 46 %option with_pam yes
47 %option with_ldap no 47 %option with_ldap no
216 --without-pop3d \ 216 --without-pop3d \
217 %endif 217 %endif
218 --without-gc \ 218 --without-gc \
219 --without-gssapi \ 219 --without-gssapi \
220 --without-lucene \ 220 --without-lucene \
221 --without-vpopmail \ 221 --without-vpopmail
222 --enable-shared \
223 --disable-static
224 %{l_make} %{l_mflags -O} 222 %{l_make} %{l_mflags -O}
225 223
226 %if "%{with_sieve}" == "yes" 224 %if "%{with_sieve}" == "yes"
227 # build optional Dovecot LDA sieve plugin 225 # build optional Dovecot LDA sieve plugin
228 ( cd dovecot-sieve-%{V_major}.%{V_minor_sieve} 226 ( cd dovecot-sieve-%{V_major}.%{V_minor_sieve}
298 '%not %dir %{l_prefix}/etc/fsl' \ 296 '%not %dir %{l_prefix}/etc/fsl' \
299 '%config %{l_prefix}/etc/fsl/fsl.dovecot' \ 297 '%config %{l_prefix}/etc/fsl/fsl.dovecot' \
300 '%config %attr(0600,%{l_musr},%{l_mgrp}) %{l_prefix}/etc/dovecot/*' \ 298 '%config %attr(0600,%{l_musr},%{l_mgrp}) %{l_prefix}/etc/dovecot/*' \
301 '%config %attr(0640,%{l_musr},%{l_rgrp}) %{l_prefix}/etc/dovecot/dovecot.conf' \ 299 '%config %attr(0640,%{l_musr},%{l_rgrp}) %{l_prefix}/etc/dovecot/dovecot.conf' \
302 '%dir %attr(0700,%{l_susr},%{l_mgrp}) %{l_prefix}/etc/dovecot/ssl' \ 300 '%dir %attr(0700,%{l_susr},%{l_mgrp}) %{l_prefix}/etc/dovecot/ssl' \
303 '%dir %attr(0755,%{l_susr},%{l_mgrp}) %{l_prefix}/var/dovecot' \ 301 '%dir %attr(0755,%{l_musr},%{l_mgrp}) %{l_prefix}/var/dovecot' \
304 '%dir %attr(0770,%{l_susr},%{l_rgrp}) %{l_prefix}/var/dovecot/dat' \ 302 '%dir %attr(0770,%{l_musr},%{l_rgrp}) %{l_prefix}/var/dovecot/dat' \
305 '%dir %attr(0770,%{l_susr},%{l_rgrp}) %{l_prefix}/var/dovecot/log' \ 303 '%dir %attr(0770,%{l_musr},%{l_rgrp}) %{l_prefix}/var/dovecot/log' \
306 '%dir %attr(0755,%{l_susr},%{l_rgrp}) %{l_prefix}/var/dovecot/run' \ 304 '%dir %attr(0750,%{l_musr},%{l_rgrp}) %{l_prefix}/var/dovecot/run' \
307 '%dir %attr(0750,%{l_susr},%{l_ngrp}) %{l_prefix}/var/dovecot/run/login' \ 305 '%dir %attr(0750,%{l_musr},%{l_ngrp}) %{l_prefix}/var/dovecot/run/login' \
308 '%doc %{l_prefix}/share/dovecot/doc' \ 306 '%doc %{l_prefix}/share/dovecot/doc' \
309 '%doc %{l_prefix}/share/dovecot/doc/wiki' 307 '%doc %{l_prefix}/share/dovecot/doc/wiki'
310 308
311 %files -f files 309 %files -f files
312 310

mercurial