1 |
|
# $Id: e-smith-imap.spec,v 1.7 2013/12/26 04:55:52 charliebrady 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 1.4.0 |
%define version 2.2.0 |
7 |
%define release 9 |
%define release 7 |
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 |
Patch0: e-smith-imap-1.4.0-concurrency_control.patch |
Patch1: e-smith-imap-2.2.0-urandom.patch |
14 |
Patch1: e-smith-imap-1.4.0-startstop_imaps.patch |
Patch2: e-smith-imap-2.2.0-urandomToSpecfile.patch |
15 |
Patch2: e-smith-imap-1.4.0-concurrency_per_ip_twelve.patch |
Patch3: e-smith-imap-2.2.0-imapRelocate.patch |
16 |
Patch3: e-smith-imap-1.4.0-seedperms.patch |
Patch4: e-smith-imap-2.2.0-always_enable_imap.patch |
17 |
Patch4: e-smith-imap-1.4.0-subscriptionsfile.patch |
Patch5: e-smith-imap-2.2.0-keepalive.patch |
18 |
Patch5: e-smith-imap-1.4.0-imap_capability.patch |
Patch6: e-smith-imap-2.2.0-stunnel.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
Requires: daemontools |
Requires: daemontools |
21 |
Requires: ipsvd |
Requires: ipsvd |
24 |
Requires: dovecot |
Requires: dovecot |
25 |
Requires: e-smith-cvm-unix-local |
Requires: e-smith-cvm-unix-local |
26 |
Requires: e-smith-lib >= 1.15.1-33 |
Requires: e-smith-lib >= 1.15.1-33 |
27 |
|
Requires: ipsvd >= 0.12.1-6 |
28 |
Obsoletes: imap |
Obsoletes: imap |
29 |
Obsoletes: e-smith-wu-imap |
Obsoletes: e-smith-wu-imap |
30 |
Obsoletes: e-smith-ssl-imap |
Obsoletes: e-smith-ssl-imap |
38 |
Module for configuring the IMAP server |
Module for configuring the IMAP server |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
|
* Sun Feb 9 2014 Charlie Brady <charlie_brady@mitel.com> 2.2.0-7.sme |
42 |
|
- Use stunnel-tls instead of sslio to wrap imaps service. [SME: 7999] |
43 |
|
|
44 |
|
* Wed Dec 25 2013 Charlie Brady <charlie_brady@mitel.com> 2.2.0-6.sme |
45 |
|
- Add keepalive option for tcpsvd for imap and imaps services. [SME: 8078] |
46 |
|
|
47 |
|
* Fri Jun 21 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-5.sme |
48 |
|
- Always enable imap, listen on the loopback if disabled [SME: 7676] |
49 |
|
|
50 |
|
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme |
51 |
|
- Remove imap-relocate-maildirs action as obsolete and slow [SME: 6463] |
52 |
|
|
53 |
|
* Tue Nov 25 2008 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> 2.2.0-3.sme |
54 |
|
- Move creation of chrooted dev/urandom to spec-file [SME: 1105] |
55 |
|
|
56 |
|
* Mon Nov 24 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
57 |
|
- Create chroot dev/urandom for stunnel to use [SME: 1105] |
58 |
|
|
59 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
60 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
61 |
|
|
62 |
* Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.4.0-9 |
* Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.4.0-9 |
63 |
- Strip off last ^M from capabilities string [SME: 2883] |
- Strip off last ^M from capabilities string [SME: 2883] |
64 |
|
|
360 |
|
|
361 |
%prep |
%prep |
362 |
%setup |
%setup |
|
%patch0 -p1 |
|
363 |
%patch1 -p1 |
%patch1 -p1 |
364 |
%patch2 -p1 |
%patch2 -p1 |
365 |
%patch3 -p1 |
%patch3 -p1 |
366 |
%patch4 -p1 |
%patch4 -p1 |
367 |
%patch5 -p1 |
%patch5 -p1 |
368 |
|
%patch6 -p1 |
369 |
|
|
370 |
%build |
%build |
371 |
perl createlinks |
perl createlinks |
436 |
|
|
437 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |
438 |
%defattr(-,root,root) |
%defattr(-,root,root) |
439 |
|
%attr(0444,root,root) %dev(c,1,9) /var/service/imap/ssl/dev/urandom |