1 |
# $Id: e-smith-imap.spec,v 1.4 2008/11/27 08:40:54 filippocarletti Exp $ |
# $Id: e-smith-imap.spec,v 1.1 2013/02/07 22:34:35 slords 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.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 2 |
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.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch1: e-smith-imap-2.4.0-imapRelocate.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
Requires: daemontools |
Requires: daemontools |
16 |
Requires: ipsvd |
Requires: ipsvd |
32 |
Module for configuring the IMAP server |
Module for configuring the IMAP server |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
36 |
|
- Remove imap-relocate-maildirs action as obsolete and slow [SME: 7392] |
37 |
|
|
38 |
* Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
39 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
40 |
|
|
348 |
|
|
349 |
%prep |
%prep |
350 |
%setup |
%setup |
351 |
|
%patch1 -p1 |
352 |
|
|
353 |
%build |
%build |
354 |
perl createlinks |
perl createlinks |