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 2 |
%define release 4 |
7 |
|
|
8 |
Summary: SME Server Mails Learning script |
Summary: SME Server Mails Learning script |
9 |
Name: %{name} |
Name: %{name} |
12 |
License: GPL |
License: GPL |
13 |
Group: Networking/Daemons |
Group: Networking/Daemons |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
|
Patch0: smeserver-learn-1.0-event.patch |
16 |
|
Patch1: smeserver-learn-1.0-SME9283.patch |
17 |
Packager: JP Pialasse <tests@pialasse.com> |
Packager: JP Pialasse <tests@pialasse.com> |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
28 |
- 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 |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
* Mon Mar 07 2016 JP Pialasse <tests@pialasse.com> 1.0-2.sme |
* Tue Mar 08 2016 JP Pialasse <tests@pialasse.com> 1.0-4.sme |
32 |
- new version SME8 and SME9 |
- new version SME8 and SME9 |
33 |
- fix wrong default db key DeleteAfterLearn [SME: 7083] |
- fix wrong default db key DeleteAfterLearn [SME: 7083] |
34 |
- added inspection of temp and new subdir [SME: 6862] |
- added inspection of temp and new subdir [SME: 6862] |
44 |
- NFR: create db key for multiple folder to inspect |
- NFR: create db key for multiple folder to inspect |
45 |
- enhanced move to junkmail or inbox |
- enhanced move to junkmail or inbox |
46 |
- moving job from crontab to /etc/cron.d/Learn |
- moving job from crontab to /etc/cron.d/Learn |
47 |
|
- fixed typo in event email-update (r3) |
48 |
|
- fixed wrong file permission on /etc/cron.d/Lean [SME: 9283] (r4) |
49 |
|
|
50 |
* Wed Jun 25 2008 Emmmanuel JOORIS <joorise@dot-world.net> 0.0.1-3 |
* Wed Jun 25 2008 Emmmanuel JOORIS <joorise@dot-world.net> 0.0.1-3 |
51 |
- add dependencies to spec file |
- add dependencies to spec file |
65 |
|
|
66 |
%prep |
%prep |
67 |
%setup |
%setup |
68 |
#%patch0 -p1 |
%patch0 -p1 |
69 |
|
%patch1 -p1 |
70 |
|
|
71 |
%build |
%build |
72 |
perl createlinks |
perl createlinks |