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

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

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


Revision 1.10 - (show annotations) (download)
Sun Apr 10 17:25:54 2016 UTC (8 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-mailstats-1_0-9_el5_sme, HEAD
Changes since 1.9: +11 -2 lines
* Sun Apr 10 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-9.sme
- account for all unknown qpsmtpd plugins [SME: 9428]
- extra for "unofficial" extra clamav signatures
- code by  Brian Read <brianr@bjsystems.co.uk>
- (only small suggestions from JP Pialasse aka Unnilennium)

1 # $Id: smeserver-mailstats.spec,v 1.9 2016/03/08 04:17:38 unnilennium 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.0
9 %define release 9
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GPL
13 Group: SME/addon
14 Source: %{name}-%{version}.tgz
15 Patch0: smeserver-mailstats-1.0-auth_cvm_unix_local.patch
16 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
22 BuildArchitectures: noarch
23 Requires: smeserver-release => 8.0
24 BuildRequires: e-smith-devtools >= 1.13.1-03
25
26 %description
27 A script that via cron.d e-mails mail statistics to admin on a daily basis.
28 See http://www.contribs.org/bugzilla/show_bug.cgi?id=819
29
30 %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
50 - uninitialized value in sprintf [SME: 4747]
51 - patch smeserver-mailstats-1.0-spamfilter.patch
52
53 * Sun Sep 09 2012 JP Pialasse <tests@pialasse.com> 1.1-2.sme
54 - fix Unexpected failure string in log file: auth::auth_cvm_unix_local see [SME 7089]
55
56 * Sat May 26 2012 Brian J read <brianr@bjsystems.co.uk> 1.0-1.sme
57 - Initial version
58
59 %prep
60 %setup
61 %patch0 -p1
62 %patch1 -p1
63 %patch2 -p1
64 %patch3 -p1
65 %patch4 -p1
66 %patch5 -p1
67
68
69 %build
70 perl createlinks
71
72 %install
73 /bin/rm -rf $RPM_BUILD_ROOT
74 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
75 /bin/rm -f %{name}-%{version}-filelist
76 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
77
78 %clean
79 /bin/rm -rf $RPM_BUILD_ROOT
80
81 %files -f %{name}-%{version}-filelist
82 %defattr(-,root,root)

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