3 |
# Name: Jean-Philippe Pialasse. |
# Name: Jean-Philippe Pialasse. |
4 |
%define name smeserver-learn |
%define name smeserver-learn |
5 |
%define version 1.0 |
%define version 1.0 |
6 |
%define release 10 |
%define release 11 |
7 |
|
|
8 |
Summary: SME Server Mails Learning script |
Summary: SME Server Mails Learning script |
9 |
Name: %{name} |
Name: %{name} |
19 |
Patch4: smeserver-learn-1.0-admin.patch |
Patch4: smeserver-learn-1.0-admin.patch |
20 |
Patch5: smeserver-learn-1.0-SME9282.patch |
Patch5: smeserver-learn-1.0-SME9282.patch |
21 |
Patch6: smeserver-learn-1.0-MOVE.patch |
Patch6: smeserver-learn-1.0-MOVE.patch |
22 |
|
Patch7: smeserver-learn-1.0-VERBOSE.patch |
23 |
|
Patch8: smeserver-learn-1.0-devnull.patch |
24 |
Packager: JP Pialasse <tests@pialasse.com> |
Packager: JP Pialasse <tests@pialasse.com> |
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
35 |
- Whitelist the sender so his mails won't be taged as spam again |
- Whitelist the sender so his mails won't be taged as spam again |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Sat May 14 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-11.sme |
39 |
|
- fix verbose disabled unlink /dev/null [SME: 9512] |
40 |
|
|
41 |
* Wed Mar 16 2016 JP Pialasse <tests@pialasse.com> 1.0-10.sme |
* Wed Mar 16 2016 JP Pialasse <tests@pialasse.com> 1.0-10.sme |
42 |
- fix encoding problem when removing or adding tags [SME: 9282] |
- fix encoding problem when removing or adding tags [SME: 9282] |
43 |
- fix moving file not working MOVE patch [SME: 9314] |
- fix moving file not working MOVE patch [SME: 9314] |
44 |
|
- NFR: setting for verbose (enabled,disabled, active) VERBOSE patch [SME: 9313] |
45 |
|
|
46 |
* Tue Mar 15 2016 JP Pialasse <tests@pialasse.com> 1.0-8.sme |
* Tue Mar 15 2016 JP Pialasse <tests@pialasse.com> 1.0-8.sme |
47 |
- NFR: check admin Maildir [SME: 9279] |
- NFR: check admin Maildir [SME: 9279] |
96 |
%patch4 -p1 |
%patch4 -p1 |
97 |
%patch5 -p1 |
%patch5 -p1 |
98 |
%patch6 -p1 |
%patch6 -p1 |
99 |
|
%patch7 -p1 |
100 |
|
%patch8 -p1 |
101 |
|
|
102 |
%build |
%build |
103 |
perl createlinks |
perl createlinks |