1 |
# $Id: smeserver-mailstats.spec,v 1.4 2020/10/19 11:37:35 brianr Exp $ |
# $Id: smeserver-mailstats.spec,v 1.5 2020/12/17 07:07:29 brianr 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.1 |
%define version 1.1 |
9 |
%define release 14 |
%define release 15 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
22 |
Patch7: smeserver-mailstats-1.1.bz10858_10327.cleanup_and_email_truncate.patch |
Patch7: smeserver-mailstats-1.1.bz10858_10327.cleanup_and_email_truncate.patch |
23 |
Patch8: smeserver-mailstats-1.1-uninitialised-variable-on-no-data |
Patch8: smeserver-mailstats-1.1-uninitialised-variable-on-no-data |
24 |
Patch9: smeserver-mailstats-1.1-Clear-up-uninitialsed-use-of-lc.patch |
Patch9: smeserver-mailstats-1.1-Clear-up-uninitialsed-use-of-lc.patch |
25 |
|
Patch10:smeserver-mailstats-1.1-Add-Update-event-to-createlinks.patch |
26 |
|
|
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
36 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Wed Mar 24 2021 Brian Read <brianr@bjsystems.co.uk> 1.1-15.sme |
40 |
|
- Add Update event to createlinks [SME: 10923] |
41 |
|
|
42 |
* Thu Dec 17 2020 Brian Read <brianr@bjsystems.co.uk> 1.1-14.sme |
* Thu Dec 17 2020 Brian Read <brianr@bjsystems.co.uk> 1.1-14.sme |
43 |
- Add in perl-Switch as requirement [SME: 11044] |
- Add in perl-Switch as requirement [SME: 11044] |
44 |
|
|
53 |
- Also change perl script file name to mailstats.pl |
- Also change perl script file name to mailstats.pl |
54 |
|
|
55 |
* Fri Oct 18 2019 brian read <brianr@bjsystems.co.uk> 1.1-10.sme |
* Fri Oct 18 2019 brian read <brianr@bjsystems.co.uk> 1.1-10.sme |
56 |
- fix display of geoip [SME: 9888] |
- Add Update event to createlinks display of geoip [SME: 9888] |
57 |
|
|
58 |
* Wed Oct 12 2016 brian read <brianr@bjsystems.co.uk> 1.1-9.sme |
* Wed Oct 12 2016 brian read <brianr@bjsystems.co.uk> 1.1-9.sme |
59 |
- [sme:9716][sme:9717] add email specific stats and enhance relay monitoring and add code for smeoptimizer |
- [sme:9716][sme:9717] add email specific stats and enhance relay monitoring and add code for smeoptimizer |
92 |
- patch smeserver-mailstats-1.0-spamfilter.patch |
- patch smeserver-mailstats-1.0-spamfilter.patch |
93 |
|
|
94 |
* Sun Sep 09 2012 JP Pialasse <tests@pialasse.com> 1.1-2.sme |
* Sun Sep 09 2012 JP Pialasse <tests@pialasse.com> 1.1-2.sme |
95 |
- fix Unexpected failure string in log file: auth::auth_cvm_unix_local see [SME 7089] |
- Add Update event to createlinks Unexpected failure string in log file: auth::auth_cvm_unix_local see [SME 7089] |
96 |
|
|
97 |
* Sat May 26 2012 Brian J read <brianr@bjsystems.co.uk> 1.0-1.sme |
* Sat May 26 2012 Brian J read <brianr@bjsystems.co.uk> 1.0-1.sme |
98 |
- Initial version |
- Initial version |
109 |
%patch7 -p1 |
%patch7 -p1 |
110 |
%patch8 -p1 |
%patch8 -p1 |
111 |
%patch9 -p1 |
%patch9 -p1 |
112 |
|
%patch10 -p1 |
113 |
|
|
114 |
%build |
%build |
115 |
perl createlinks |
perl createlinks |