1 |
|
# $Id$ |
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.0.0 |
7 |
%define release 9 |
%define release 1 |
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 |
|
Patch0: e-smith-imap-1.4.0-concurrency_control.patch |
|
|
Patch1: e-smith-imap-1.4.0-startstop_imaps.patch |
|
|
Patch2: e-smith-imap-1.4.0-concurrency_per_ip_twelve.patch |
|
|
Patch3: e-smith-imap-1.4.0-seedperms.patch |
|
|
Patch4: e-smith-imap-1.4.0-subscriptionsfile.patch |
|
|
Patch5: e-smith-imap-1.4.0-imap_capability.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
Requires: daemontools |
Requires: daemontools |
15 |
Requires: ipsvd |
Requires: ipsvd |
31 |
Module for configuring the IMAP server |
Module for configuring the IMAP server |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
35 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
36 |
|
|
37 |
* 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 |
38 |
- Strip off last ^M from capabilities string [SME: 2883] |
- Strip off last ^M from capabilities string [SME: 2883] |
39 |
|
|
335 |
|
|
336 |
%prep |
%prep |
337 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
338 |
|
|
339 |
%build |
%build |
340 |
perl createlinks |
perl createlinks |