1 |
# $Id: e-smith-imap.spec,v 1.3 2008/11/24 22:53:41 slords Exp $ |
# $Id: e-smith-imap.spec,v 1.4 2008/11/27 08:40:54 filippocarletti 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 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch1: e-smith-imap-2.2.0-urandom.patch |
Patch1: e-smith-imap-2.2.0-urandom.patch |
14 |
Patch2: e-smith-imap-2.2.0-urandomToSpecfile.patch |
Patch2: e-smith-imap-2.2.0-urandomToSpecfile.patch |
15 |
|
Patch3: e-smith-imap-2.2.0-imapRelocate.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
Requires: daemontools |
Requires: daemontools |
18 |
Requires: ipsvd |
Requires: ipsvd |
34 |
Module for configuring the IMAP server |
Module for configuring the IMAP server |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
|
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme |
38 |
|
- Remove imap-relocate-maildirs action as obsolete and slow [SME: 6463] |
39 |
|
|
40 |
* Tue Nov 25 2008 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> 2.2.0-3.sme |
* Tue Nov 25 2008 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> 2.2.0-3.sme |
41 |
- Move creation of chrooted dev/urandom to spec-file [SME: 1105] |
- Move creation of chrooted dev/urandom to spec-file [SME: 1105] |
42 |
|
|
349 |
%setup |
%setup |
350 |
%patch1 -p1 |
%patch1 -p1 |
351 |
%patch2 -p1 |
%patch2 -p1 |
352 |
|
%patch3 -p1 |
353 |
|
|
354 |
%build |
%build |
355 |
perl createlinks |
perl createlinks |