/[smecontribs]/rpms/smeserver-mailstats/contribs10/smeserver-mailstats.spec
ViewVC logotype

Contents of /rpms/smeserver-mailstats/contribs10/smeserver-mailstats.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Mon Oct 19 11:37:35 2020 UTC (3 years, 7 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-mailstats-1_1-13_el7_sme
Changes since 1.3: +6 -2 lines
* Mon Oct 19 2020 Brian Read <brianr@bjsystems.co.uk> 1.1-13.sme
- More uninitialised data [SME: 11044]

1 # $Id: smeserver-mailstats.spec,v 1.3 2020/04/16 09:59:29 brianr Exp $
2 # Authority: brianread
3 # Name: Brian Read
4
5 Summary: Daily mail statistics for SME Server
6 %define name smeserver-mailstats
7 Name: %{name}
8 %define version 1.1
9 %define release 13
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GPL
13 Group: SME/addon
14 Source: %{name}-%{version}.tgz
15 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 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 Patch9: smeserver-mailstats-1.1-Clear-up-uninitialsed-use-of-lc.patch
25
26 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
27 BuildArchitectures: noarch
28 Requires: smeserver-release => 9.0
29 Requires: qpsmtpd >= 0.96
30 BuildRequires: e-smith-devtools >= 1.13.1-03
31
32 %description
33 A script that via cron.d e-mails mail statistics to admin on a daily basis.
34 See http://www.contribs.org/bugzilla/show_bug.cgi?id=819
35
36 %changelog
37 * Mon Oct 19 2020 Brian Read <brianr@bjsystems.co.uk> 1.1-13.sme
38 - More uninitialised data [SME: 11044]
39
40 * Thu Apr 16 2020 brian read <brianr@bjsystems.co.uk> 1.1-12.sme
41 - Sort out uninitialised variable on no data.
42
43 * Sun Jan 5 2020 brian read <brianr@bjsystems.co.uk> 1.1-11.sme
44 - [sme:10858][sme:10327] Sort out email truncate and generally cleanup code format and take out debug crud
45 - Also change perl script file name to mailstats.pl
46
47 * Fri Oct 18 2019 brian read <brianr@bjsystems.co.uk> 1.1-10.sme
48 - fix display of geoip [SME: 9888]
49
50 * Wed Oct 12 2016 brian read <brianr@bjsystems.co.uk> 1.1-9.sme
51 - [sme:9716][sme:9717] add email specific stats and enhance relay monitoring and add code for smeoptimizer
52
53 * Sun Jul 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-7.sme
54 - set Requires qpsmtpd >=0.96
55
56 * Sat Jul 02 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-6.sme
57 - make compatible with qpstmpd 0.96 and new plugins [SME: 9588]
58 - work in progress : html version of email
59 - code by Brian Read <brianr@bjsystems.co.uk>
60 - thanks to Michael Doerner for his extensive testing
61
62 * Sun Apr 10 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-5.sme
63 - account for all unknown qpsmtpd plugins [SME: 9434]
64 - extra for "unofficial" extra clamav signatures
65 - code by Brian Read <brianr@bjsystems.co.uk>
66 - (only small suggestions from JP Pialasse aka Unnilennium)
67
68 * Thu Jun 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-4
69 - creates the "mailstats" user [SME: 8957]
70 - Fixed the problem with Spamassassin scores and tags.
71 - Also added Geoip league table [SME: 8656]
72 - code done by Brian Read <brianr@bjsystems.co.uk>
73
74 * Sun Jun 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-3
75 - added a random cron job
76 - spamfilter-stats-7-update
77 - code done by Brian Read <brianr@bjsystems.co.uk> and John Crisp <jcrisp@safeandsoundit.co.uk>
78
79 * Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 1.1-1.sme
80 - initial import to SME9 contribs
81
82 * Mon Sep 23 2013 JP Pialasse <tests@pialasse.com> 1.1-4.sme
83 - uninitialized value in sprintf [SME: 4747]
84 - patch smeserver-mailstats-1.0-spamfilter.patch
85
86 * Sun Sep 09 2012 JP Pialasse <tests@pialasse.com> 1.1-2.sme
87 - fix Unexpected failure string in log file: auth::auth_cvm_unix_local see [SME 7089]
88
89 * Sat May 26 2012 Brian J read <brianr@bjsystems.co.uk> 1.0-1.sme
90 - Initial version
91
92 %prep
93 %setup
94 %patch0 -p1
95 %patch1 -p1
96 %patch2 -p1
97 %patch3 -p1
98 %patch4 -p1
99 %patch5 -p1
100 %patch6 -p1
101 %patch7 -p1
102 %patch8 -p1
103 %patch9 -p1
104
105 %build
106 perl createlinks
107
108 %install
109 /bin/rm -rf $RPM_BUILD_ROOT
110 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
111 /bin/rm -f %{name}-%{version}-filelist
112 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
113
114 %clean
115 /bin/rm -rf $RPM_BUILD_ROOT
116
117 %files -f %{name}-%{version}-filelist
118 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed