1 |
# $Id$ |
# $Id: e-smith-imap.spec,v 1.6 2013/06/23 18:21:27 vip-ire Exp $ |
2 |
|
|
3 |
Summary: Module for configuring the IMAP server |
Summary: Module for configuring the IMAP server |
4 |
%define name e-smith-imap |
%define name e-smith-imap |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 1 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch1: e-smith-imap-2.2.0-urandom.patch |
14 |
|
Patch2: e-smith-imap-2.2.0-urandomToSpecfile.patch |
15 |
|
Patch3: e-smith-imap-2.2.0-imapRelocate.patch |
16 |
|
Patch4: e-smith-imap-2.2.0-always_enable_imap.patch |
17 |
|
Patch5: e-smith-imap-2.2.0-keepalive.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
Requires: daemontools |
Requires: daemontools |
20 |
Requires: ipsvd |
Requires: ipsvd |
23 |
Requires: dovecot |
Requires: dovecot |
24 |
Requires: e-smith-cvm-unix-local |
Requires: e-smith-cvm-unix-local |
25 |
Requires: e-smith-lib >= 1.15.1-33 |
Requires: e-smith-lib >= 1.15.1-33 |
26 |
|
Requires: ipsvd >= 0.12.1-6 |
27 |
Obsoletes: imap |
Obsoletes: imap |
28 |
Obsoletes: e-smith-wu-imap |
Obsoletes: e-smith-wu-imap |
29 |
Obsoletes: e-smith-ssl-imap |
Obsoletes: e-smith-ssl-imap |
37 |
Module for configuring the IMAP server |
Module for configuring the IMAP server |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
|
* Wed Dec 25 2013 Charlie Brady <charlie_brady@mitel.com> 2.2.0-5.sme |
41 |
|
- Add keepalive option for tcpsvd for imap and imaps services. [SME: 8078] |
42 |
|
|
43 |
|
* Fri Jun 21 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-5.sme |
44 |
|
- Always enable imap, listen on the loopback if disabled [SME: 7676] |
45 |
|
|
46 |
|
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme |
47 |
|
- Remove imap-relocate-maildirs action as obsolete and slow [SME: 6463] |
48 |
|
|
49 |
|
* Tue Nov 25 2008 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> 2.2.0-3.sme |
50 |
|
- Move creation of chrooted dev/urandom to spec-file [SME: 1105] |
51 |
|
|
52 |
|
* Mon Nov 24 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
53 |
|
- Create chroot dev/urandom for stunnel to use [SME: 1105] |
54 |
|
|
55 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
56 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
57 |
|
|
356 |
|
|
357 |
%prep |
%prep |
358 |
%setup |
%setup |
359 |
|
%patch1 -p1 |
360 |
|
%patch2 -p1 |
361 |
|
%patch3 -p1 |
362 |
|
%patch4 -p1 |
363 |
|
%patch5 -p1 |
364 |
|
|
365 |
%build |
%build |
366 |
perl createlinks |
perl createlinks |
431 |
|
|
432 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |
433 |
%defattr(-,root,root) |
%defattr(-,root,root) |
434 |
|
%attr(0444,root,root) %dev(c,1,9) /var/service/imap/ssl/dev/urandom |