1 |
# $Id$ |
# $Id: e-smith-imap.spec,v 1.2 2008/10/07 18:30:05 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.0.0 |
%define version 2.0.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.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch1: e-smith-imap-2.0.0-urandom.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 |
|
* Mon Nov 24 2008 Shad L. Lords <slords@mail.com> 2.0.0-2.sme |
36 |
|
- Create chroot dev/urandom for stunnel to use [SME: 1105] |
37 |
|
|
38 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
39 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
40 |
|
|
339 |
|
|
340 |
%prep |
%prep |
341 |
%setup |
%setup |
342 |
|
%patch1 -p1 |
343 |
|
|
344 |
%build |
%build |
345 |
perl createlinks |
perl createlinks |