6 |
%define name smeserver-mailstats |
%define name smeserver-mailstats |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.1 |
%define version 1.1 |
9 |
%define release 3 |
%define release 7 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
13 |
Group: SME/addon |
Group: SME/addon |
14 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
15 |
Patch0: smeserver-mailstats-1.1-random-cron_and_spamfilter-stats-7-update.patch |
Patch0: smeserver-mailstats-1.1-random-cron_and_spamfilter-stats-7-update.patch |
16 |
|
Patch1: smeserver-mailstats-1.1.bz8957.Create_the_mailstats_user.patch |
17 |
|
Patch2: smeserver-mailstats-1.1.bz8656.Spamassassin_scores_and_tags.patch |
18 |
|
Patch3: smeserver-mailstats-1.0-628.patch |
19 |
|
Patch4: smeserver-mailstats-1.1.bz9588.qpsmtpd0_96compatible.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: smeserver-release => 9.0 |
Requires: smeserver-release => 9.0 |
23 |
|
Requires: qpsmtpd >= 0.96 |
24 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
25 |
|
|
26 |
%description |
%description |
28 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Sun Jul 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-7.sme |
32 |
|
- set Requires qpsmtpd >=0.96 |
33 |
|
|
34 |
|
* Sat Jul 02 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-6.sme |
35 |
|
- make compatible with qpstmpd 0.96 and new plugins [SME: 9588] |
36 |
|
- work in progress : html version of email |
37 |
|
- code by Brian Read <brianr@bjsystems.co.uk> |
38 |
|
- thanks to Michael Doerner for his extensive testing |
39 |
|
|
40 |
|
* Sun Apr 10 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-5.sme |
41 |
|
- account for all unknown qpsmtpd plugins [SME: 9434] |
42 |
|
- extra for "unofficial" extra clamav signatures |
43 |
|
- code by Brian Read <brianr@bjsystems.co.uk> |
44 |
|
- (only small suggestions from JP Pialasse aka Unnilennium) |
45 |
|
|
46 |
|
* Thu Jun 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-4 |
47 |
|
- creates the "mailstats" user [SME: 8957] |
48 |
|
- Fixed the problem with Spamassassin scores and tags. |
49 |
|
- Also added Geoip league table [SME: 8656] |
50 |
|
- code done by Brian Read <brianr@bjsystems.co.uk> |
51 |
|
|
52 |
* Sun Jun 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-3 |
* Sun Jun 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-3 |
53 |
- added a random cron job |
- added a random cron job |
54 |
- spamfilter-stats-7-update |
- spamfilter-stats-7-update |
70 |
%prep |
%prep |
71 |
%setup |
%setup |
72 |
%patch0 -p1 |
%patch0 -p1 |
73 |
|
%patch1 -p1 |
74 |
|
%patch2 -p1 |
75 |
|
%patch3 -p1 |
76 |
|
%patch4 -p1 |
77 |
|
|
78 |
%build |
%build |
79 |
perl createlinks |
perl createlinks |