2 |
%define name e-smith-email |
%define name e-smith-email |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 4.16.0 |
%define version 4.16.0 |
5 |
%define release 20 |
%define release 25 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
26 |
Patch15: e-smith-email-4.16.0-adminemail.patch2 |
Patch15: e-smith-email-4.16.0-adminemail.patch2 |
27 |
Patch16: e-smith-email-4.16.0-uriencode.patch |
Patch16: e-smith-email-4.16.0-uriencode.patch |
28 |
Patch17: e-smith-email-4.16.0-uriencode.patch2 |
Patch17: e-smith-email-4.16.0-uriencode.patch2 |
29 |
|
Patch18: e-smith-email-4.16.0-spamreject.patch |
30 |
|
Patch19: e-smith-email-4.16.0-purge-junkmail.patch |
31 |
|
Patch20: e-smith-email-4.17.0-VisibleInternal.patch |
32 |
|
Patch21: e-smith-email-4.16.0-rmDuplicates.patch |
33 |
|
Patch22: e-smith-email-4.16.0-tags2general.patch |
34 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
35 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
36 |
|
Requires: e-smith-formmagick >= 1.4.0-9 |
37 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
38 |
Requires: e-smith-smtpd |
Requires: e-smith-smtpd |
39 |
Requires: e-smith-mta |
Requires: e-smith-mta |
55 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
56 |
|
|
57 |
%changelog |
%changelog |
58 |
|
* Thu Feb 14 2008 Gavin Weight <gweight@gmail.com> 4.16.0-25 |
59 |
|
- Backport remove <base> tags now in general. [SME: 3917] |
60 |
|
|
61 |
|
* Sun Feb 10 2008 Gavin Weight <gweight@gmail.com> 4.16.0-24 |
62 |
|
- Backport remove duplicates <base> entries. [SME: 3892] |
63 |
|
|
64 |
|
* Thu Jan 17 2008 Federico Simoncelli <federico.simoncelli@gmail.com> 4.16.0-23 |
65 |
|
- add visible internal toggle to pseudonym panel [SME: 3497] |
66 |
|
|
67 |
|
* Mon Jun 25 2007 Charlie Brady <charlie_brady@mitel.com> 4.16.0-22 |
68 |
|
- Add diagnostic if .junkmail Maildir is broken. [SME: 2739] |
69 |
|
|
70 |
|
* Tue Jun 12 2007 Shad L. Lords <slords@mail.com> 4.16.0-21 |
71 |
|
- Add default to SpamReject to get rid of warnings [SME: 2395] |
72 |
|
|
73 |
* Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.16.0-20 |
* Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.16.0-20 |
74 |
- decode parameters so pseudonymn can be modified/deleted [SME: 1782] |
- decode parameters so pseudonymn can be modified/deleted [SME: 1782] |
75 |
|
|
1327 |
%patch15 -p1 |
%patch15 -p1 |
1328 |
%patch16 -p1 |
%patch16 -p1 |
1329 |
%patch17 -p1 |
%patch17 -p1 |
1330 |
|
%patch18 -p1 |
1331 |
|
%patch19 -p1 |
1332 |
|
%patch20 -p1 |
1333 |
|
%patch21 -p1 |
1334 |
|
%patch22 -p1 |
1335 |
|
|
1336 |
%build |
%build |
1337 |
perl createlinks |
perl createlinks |