2 |
%define name e-smith-email |
%define name e-smith-email |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 4.18.0 |
%define version 4.18.0 |
5 |
%define release 3 |
%define release 5 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch1: e-smith-email-4.18.0-fixADD.patch |
Patch1: e-smith-email-4.18.0-fixADD.patch |
12 |
Patch2: e-smith-email-4.18.0-add2general.patch |
Patch2: e-smith-email-4.18.0-add2general.patch |
13 |
|
Patch3: e-smith-email-4.18.0-FixSpecialCharactersPseudonyms.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
16 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
36 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Mon Jul 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.0-5 |
40 |
|
- Fix patch to be in accordance with conventions in e-smith-formagick's general [SME: 4285] |
41 |
|
|
42 |
|
* Sat Jul 26 2008 Gavin Weight <gweight@gmail.com> 4.18.0-4 |
43 |
|
- Fix pseudonyms modify if using special characters. Thanks - |
44 |
|
Federico Simoncelli. [SME: 4346] |
45 |
|
|
46 |
* 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 |
47 |
- Add common <base> tags to e-smith-formmagick's general [SME: 4285] |
- Add common <base> tags to e-smith-formmagick's general [SME: 4285] |
48 |
|
|
1321 |
%setup |
%setup |
1322 |
%patch1 -p1 |
%patch1 -p1 |
1323 |
%patch2 -p1 |
%patch2 -p1 |
1324 |
|
%patch3 -p1 |
1325 |
|
|
1326 |
%build |
%build |
1327 |
perl createlinks |
perl createlinks |