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 4 |
%define release 5 |
7 |
|
|
8 |
Summary: SME Server Mails Learning script |
Summary: SME Server Mails Learning script |
9 |
Name: %{name} |
Name: %{name} |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
Patch0: smeserver-learn-1.0-event.patch |
Patch0: smeserver-learn-1.0-event.patch |
16 |
Patch1: smeserver-learn-1.0-SME9283.patch |
Patch1: smeserver-learn-1.0-SME9283.patch |
17 |
|
Patch2:smeserver-learn-1.0-SME9284.patch |
18 |
Packager: JP Pialasse <tests@pialasse.com> |
Packager: JP Pialasse <tests@pialasse.com> |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
29 |
- 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 |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
* Tue Mar 08 2016 JP Pialasse <tests@pialasse.com> 1.0-4.sme |
* Tue Mar 08 2016 JP Pialasse <tests@pialasse.com> 1.0-5.sme |
33 |
- new version SME8 and SME9 |
- new version SME8 and SME9 |
34 |
- fix wrong default db key DeleteAfterLearn [SME: 7083] |
- fix wrong default db key DeleteAfterLearn [SME: 7083] |
35 |
- added inspection of temp and new subdir [SME: 6862] |
- added inspection of temp and new subdir [SME: 6862] |
47 |
- moving job from crontab to /etc/cron.d/Learn |
- moving job from crontab to /etc/cron.d/Learn |
48 |
- fixed typo in event email-update (r3) |
- fixed typo in event email-update (r3) |
49 |
- fixed wrong file permission on /etc/cron.d/Lean [SME: 9283] (r4) |
- fixed wrong file permission on /etc/cron.d/Lean [SME: 9283] (r4) |
50 |
|
- fixed messy output [SME: 9284] (r5) |
51 |
|
|
52 |
* 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 |
53 |
- add dependencies to spec file |
- add dependencies to spec file |
69 |
%setup |
%setup |
70 |
%patch0 -p1 |
%patch0 -p1 |
71 |
%patch1 -p1 |
%patch1 -p1 |
72 |
|
%patch2 -p1 |
73 |
|
|
74 |
%build |
%build |
75 |
perl createlinks |
perl createlinks |