1 |
# $Id: smeserver-mailstats.spec,v 1.4 2013/09/26 17:41:31 unnilennium Exp $ |
# $Id: smeserver-mailstats.spec,v 1.4 2013/09/26 17:41:31 unnilennium Exp $ |
2 |
# Authority: brianread |
# Authority: brianread |
3 |
# Name: Brian Read |
# Name: Brian Read |
4 |
|
|
5 |
Summary: Daily mail statistics for SME Server |
Summary: Daily mail statistics for SME Server |
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 4 |
%define release 11 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
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 |
Patch1: smeserver-mailstats-1.1.bz8957.Create_the_mailstats_user.patch |
17 |
Patch2: smeserver-mailstats-1.1.bz8656.Spamassassin_scores_and_tags.patch |
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 |
|
Patch5: smeserver-mailstats-1.1.bz9717-9716email_specific_stats.patch |
21 |
|
Patch6: smeserver-mailstats-1.1.bz9888.geoip.patch |
22 |
|
Patch7: smeserver-mailstats-1.1.bz10858_10327.cleanup_and_email_truncate.patch |
23 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
26 |
Requires: smeserver-release => 9.0 |
Requires: smeserver-release => 9.0 |
27 |
|
Requires: qpsmtpd >= 0.96 |
28 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
29 |
|
|
30 |
%description |
%description |
32 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
|
36 |
|
* Sun Jan 5 2020 brian read <brianr@bjsystems.co.uk> 1.1-11.sme |
37 |
|
- [sme:10858][sme:10327] Sort out email truncate and generally cleanup code format and take out debug crud |
38 |
|
- Also change perl script file name to mailstats.pl |
39 |
|
|
40 |
|
* Fri Oct 18 2019 brian read <brianr@bjsystems.co.uk> 1.1-10.sme |
41 |
|
- fix display of geoip [SME: 9888] |
42 |
|
|
43 |
|
* Wed Oct 12 2016 brian read <brianr@bjsystems.co.uk> 1.1-9.sme |
44 |
|
- [sme:9716][sme:9717] add email specific stats and enhance relay monitoring and add code for smeoptimizer |
45 |
|
|
46 |
|
* Sun Jul 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-7.sme |
47 |
|
- set Requires qpsmtpd >=0.96 |
48 |
|
|
49 |
|
* Sat Jul 02 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-6.sme |
50 |
|
- make compatible with qpstmpd 0.96 and new plugins [SME: 9588] |
51 |
|
- work in progress : html version of email |
52 |
|
- code by Brian Read <brianr@bjsystems.co.uk> |
53 |
|
- thanks to Michael Doerner for his extensive testing |
54 |
|
|
55 |
|
* Sun Apr 10 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-5.sme |
56 |
|
- account for all unknown qpsmtpd plugins [SME: 9434] |
57 |
|
- extra for "unofficial" extra clamav signatures |
58 |
|
- code by Brian Read <brianr@bjsystems.co.uk> |
59 |
|
- (only small suggestions from JP Pialasse aka Unnilennium) |
60 |
|
|
61 |
* Thu Jun 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-4 |
* Thu Jun 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-4 |
62 |
- creates the "mailstats" user [SME: 8957] |
- creates the "mailstats" user [SME: 8957] |
63 |
- Fixed the problem with Spamassassin scores and tags. |
- Fixed the problem with Spamassassin scores and tags. |
87 |
%patch0 -p1 |
%patch0 -p1 |
88 |
%patch1 -p1 |
%patch1 -p1 |
89 |
%patch2 -p1 |
%patch2 -p1 |
90 |
|
%patch3 -p1 |
91 |
|
%patch4 -p1 |
92 |
|
%patch5 -p1 |
93 |
|
%patch6 -p1 |
94 |
|
%patch7 -p1 |
95 |
|
|
96 |
%build |
%build |
97 |
perl createlinks |
perl createlinks |