1 |
# $Id: smeserver-mailstats.spec,v 1.3 2012/09/09 23:59:25 unnilennium Exp $ |
# $Id: smeserver-mailstats.spec,v 1.9 2016/03/08 04:17:38 unnilennium Exp $ |
2 |
# Authority: brianread |
# Authority: brianread |
3 |
# Name: Brian Read |
# Name: Brian Read |
4 |
|
|
6 |
%define name smeserver-mailstats |
%define name smeserver-mailstats |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.0 |
%define version 1.0 |
9 |
%define release 4 |
%define release 9 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
14 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
15 |
Patch0: smeserver-mailstats-1.0-auth_cvm_unix_local.patch |
Patch0: smeserver-mailstats-1.0-auth_cvm_unix_local.patch |
16 |
Patch1: smeserver-mailstats-1.0-spamfilter.patch |
Patch1: smeserver-mailstats-1.0-spamfilter.patch |
17 |
|
Patch2: smeserver-mailstats-1.0-random-cron_and_spamfilter-stats-7-update.patch |
18 |
|
Patch3: smeserver-mailstats-1.0.bz9115.Spamassassin_scores_and_tags-geoip.patch |
19 |
|
Patch4: smeserver-mailstats-1.0.bz8957.Create_the_mailstats_user.patch |
20 |
|
Patch5: smeserver-mailstats-1.0-628.patch |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Requires: smeserver-release => 8.0 |
Requires: smeserver-release => 8.0 |
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 Apr 10 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-9.sme |
32 |
|
- account for all unknown qpsmtpd plugins [SME: 9428] |
33 |
|
- extra for "unofficial" extra clamav signatures |
34 |
|
- code by Brian Read <brianr@bjsystems.co.uk> |
35 |
|
- (only small suggestions from JP Pialasse aka Unnilennium) |
36 |
|
|
37 |
|
*Fri Nov 06 2015 JP Pialasse <tests@pialasse.com> 1.1-8.sme |
38 |
|
- backport SME9 patch [SME: 9115] |
39 |
|
- Fixed the problem with Spamassassin scores and tags. |
40 |
|
- Also added Geoip league table [SME: 8656] |
41 |
|
- code done by Brian Read <brianr@bjsystems.co.uk> |
42 |
|
- fix missing user [SME: 8957] |
43 |
|
|
44 |
|
* Sun Jun 14 2015 stephane de labrusse <stephdl@de-labrusse.fr> 1.0-6 |
45 |
|
- added a random cron job |
46 |
|
- spamfilter-stats-7-update |
47 |
|
- code done by Brian Read <brianr@bjsystems.co.uk> and John Crisp <jcrisp@safeandsoundit.co.uk> |
48 |
|
|
49 |
* Mon Sep 23 2013 JP Pialasse <tests@pialasse.com> 1.1-4.sme |
* Mon Sep 23 2013 JP Pialasse <tests@pialasse.com> 1.1-4.sme |
50 |
- uninitialized value in sprintf [SME: 4747] |
- uninitialized value in sprintf [SME: 4747] |
51 |
- patch smeserver-mailstats-1.0-spamfilter.patch |
- patch smeserver-mailstats-1.0-spamfilter.patch |
60 |
%setup |
%setup |
61 |
%patch0 -p1 |
%patch0 -p1 |
62 |
%patch1 -p1 |
%patch1 -p1 |
63 |
|
%patch2 -p1 |
64 |
|
%patch3 -p1 |
65 |
|
%patch4 -p1 |
66 |
|
%patch5 -p1 |
67 |
|
|
68 |
|
|
69 |
%build |
%build |
70 |
perl createlinks |
perl createlinks |