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 7 |
%define release 12 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
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 |
Patch3: smeserver-mailstats-1.0-628.patch |
19 |
Patch4: smeserver-mailstats-1.1.bz9588.qpsmtpd0_96compatible.patch |
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 |
|
Patch8: smeserver-mailstats-1.1-uninitialised-variable-on-no-data |
24 |
|
|
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
27 |
Requires: smeserver-release => 9.0 |
Requires: smeserver-release => 9.0 |
33 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
|
37 |
|
* Thu Apr 16 2020 brian read <brianr@bjsystems.co.uk> 1.1-12.sme |
38 |
|
- Sort out uninitialised variable on no data. |
39 |
|
|
40 |
|
* Sun Jan 5 2020 brian read <brianr@bjsystems.co.uk> 1.1-11.sme |
41 |
|
- [sme:10858][sme:10327] Sort out email truncate and generally cleanup code format and take out debug crud |
42 |
|
- Also change perl script file name to mailstats.pl |
43 |
|
|
44 |
|
* Fri Oct 18 2019 brian read <brianr@bjsystems.co.uk> 1.1-10.sme |
45 |
|
- fix display of geoip [SME: 9888] |
46 |
|
|
47 |
|
* Wed Oct 12 2016 brian read <brianr@bjsystems.co.uk> 1.1-9.sme |
48 |
|
- [sme:9716][sme:9717] add email specific stats and enhance relay monitoring and add code for smeoptimizer |
49 |
|
|
50 |
* Sun Jul 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-7.sme |
* Sun Jul 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-7.sme |
51 |
- set Requires qpsmtpd >=0.96 |
- set Requires qpsmtpd >=0.96 |
52 |
|
|
93 |
%patch2 -p1 |
%patch2 -p1 |
94 |
%patch3 -p1 |
%patch3 -p1 |
95 |
%patch4 -p1 |
%patch4 -p1 |
96 |
|
%patch5 -p1 |
97 |
|
%patch6 -p1 |
98 |
|
%patch7 -p1 |
99 |
|
%patch8 -p1 |
100 |
|
|
101 |
%build |
%build |
102 |
perl createlinks |
perl createlinks |