1 |
|
# $Id$ |
2 |
|
|
3 |
Summary: e-smith server and gateway - email module |
Summary: e-smith server and gateway - email module |
4 |
%define name e-smith-email |
%define name e-smith-email |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 4.18.0 |
%define version 5.2.0 |
7 |
%define release 3 |
%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 |
|
Patch1: e-smith-email-4.18.0-fixADD.patch |
|
|
Patch2: e-smith-email-4.18.0-add2general.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
15 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
35 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme |
39 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
40 |
|
|
41 |
|
* Mon Jul 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.0-5 |
42 |
|
- Fix patch to be in accordance with conventions in e-smith-formagick's general [SME: 4285] |
43 |
|
|
44 |
|
* Sat Jul 26 2008 Gavin Weight <gweight@gmail.com> 4.18.0-4 |
45 |
|
- Fix pseudonyms modify if using special characters. Thanks - |
46 |
|
Federico Simoncelli. [SME: 4346] |
47 |
|
|
48 |
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.0-3 |
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.0-3 |
49 |
- Add common <base> tags to e-smith-formmagick's general [SME: 4285] |
- Add common <base> tags to e-smith-formmagick's general [SME: 4285] |
50 |
|
|
1321 |
|
|
1322 |
%prep |
%prep |
1323 |
%setup |
%setup |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
1324 |
|
|
1325 |
%build |
%build |
1326 |
perl createlinks |
perl createlinks |