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

Annotation of /rpms/smeserver-mailstats/contribs9/smeserver-mailstats.spec

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


Revision 1.4 - (hide annotations) (download)
Thu Jun 25 19:24:18 2015 UTC (8 years, 11 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-mailstats-1_1-4_el6_sme
Changes since 1.3: +12 -1 lines
* Thu Jun 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-4
- creates the "mailstats" user [SME: 8957]
- Fixed the problem with Spamassassin scores and tags.
- Also added Geoip league table [SME: 8656]
- code done by  Brian Read <brianr@bjsystems.co.uk>

1 unnilennium 1.1 # $Id: smeserver-mailstats.spec,v 1.4 2013/09/26 17:41:31 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.1
9 stephdl 1.4 %define release 4
10 unnilennium 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: SME/addon
14     Source: %{name}-%{version}.tgz
15 stephdl 1.3 Patch0: smeserver-mailstats-1.1-random-cron_and_spamfilter-stats-7-update.patch
16 stephdl 1.4 Patch1: smeserver-mailstats-1.1.bz8957.Create_the_mailstats_user.patch
17     Patch2: smeserver-mailstats-1.1.bz8656.Spamassassin_scores_and_tags.patch
18    
19 unnilennium 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20     BuildArchitectures: noarch
21 stephdl 1.2 Requires: smeserver-release => 9.0
22 unnilennium 1.1 BuildRequires: e-smith-devtools >= 1.13.1-03
23    
24     %description
25     A script that via cron.d e-mails mail statistics to admin on a daily basis.
26     See http://www.contribs.org/bugzilla/show_bug.cgi?id=819
27    
28     %changelog
29 stephdl 1.4 * Thu Jun 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-4
30     - creates the "mailstats" user [SME: 8957]
31     - Fixed the problem with Spamassassin scores and tags.
32     - Also added Geoip league table [SME: 8656]
33     - code done by Brian Read <brianr@bjsystems.co.uk>
34    
35 stephdl 1.3 * Sun Jun 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-3
36 stephdl 1.2 - added a random cron job
37 stephdl 1.3 - spamfilter-stats-7-update
38     - code done by Brian Read <brianr@bjsystems.co.uk> and John Crisp <jcrisp@safeandsoundit.co.uk>
39 stephdl 1.2
40 unnilennium 1.1 * Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 1.1-1.sme
41     - initial import to SME9 contribs
42    
43     * Mon Sep 23 2013 JP Pialasse <tests@pialasse.com> 1.1-4.sme
44     - uninitialized value in sprintf [SME: 4747]
45     - patch smeserver-mailstats-1.0-spamfilter.patch
46    
47     * Sun Sep 09 2012 JP Pialasse <tests@pialasse.com> 1.1-2.sme
48     - fix Unexpected failure string in log file: auth::auth_cvm_unix_local see [SME 7089]
49    
50     * Sat May 26 2012 Brian J read <brianr@bjsystems.co.uk> 1.0-1.sme
51     - Initial version
52    
53     %prep
54     %setup
55 stephdl 1.2 %patch0 -p1
56 stephdl 1.4 %patch1 -p1
57     %patch2 -p1
58 stephdl 1.2
59 unnilennium 1.1
60     %build
61     perl createlinks
62    
63     %install
64     /bin/rm -rf $RPM_BUILD_ROOT
65     (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
66     /bin/rm -f %{name}-%{version}-filelist
67     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
68    
69     %clean
70     /bin/rm -rf $RPM_BUILD_ROOT
71    
72     %files -f %{name}-%{version}-filelist
73     %defattr(-,root,root)

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