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

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

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


Revision 1.6 - (show annotations) (download)
Fri Apr 11 14:28:19 2008 UTC (16 years, 1 month ago) by brianread
Branch: MAIN
CVS Tags: smeserver-mailstats-0_0_3-5_el4_sme
Changes since 1.5: +8 -2 lines
fix up problems with no db entries

1 # $Id: smeserver-mailstats.spec,v 1.5 2008/04/03 12:04:56 brianread 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 0.0.3
9 %define release 5
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GPL
13 Group: SME/addon
14 Source: %{name}-%{version}.tar.gz
15 Patch1:smeserver-mailstats-0.0.3-bjrupdate01.patch
16 Patch2:smeserver-mailstats-0.0.3-bjrupdate02.patch
17 Patch3:smeserver-mailstats-0.0.3-bjrupdate03.patch
18 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19 BuildArchitectures: noarch
20 Requires: smeserver-release => 7.0
21 BuildRequires: e-smith-devtools >= 1.13.1-03
22
23 %description
24 A script that via cron.d e-mails mail statistics to admin on a daily basis.
25 See http://www.contribs.org/bugzilla/show_bug.cgi?id=819
26
27 %changelog
28
29 * Fri Apr 11 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-5
30 - Fix up Db entries when none at all.
31
32 * Thu Apr 3 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-4
33 - Take out extra lines in mailstats.cron and remove restart crond from
34 post actions in spec file, on Shad's advice.
35
36 * Tue Apr 1 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-3
37 - Add in restart of crond so that script in cron.d is noticed
38
39 * Tue Mar 25 2008 Brian J read <brianr@bjsystems.co.uk> 0.0.3-2
40 - New version incorporating Charlie's changes and latest changes from bjr
41
42 * Fri Feb 15 2008 Shad L. Lords <slords@mail.com> 0.0.3-1
43 - Roll new version in prep for building on new buildsys
44
45 * Thu Oct 11 2007 <charlie_brady@mitel.com> 0.0.2-07
46 - Rename parse_args => analysis_period, and simplify substantially.
47
48 * Thu Oct 11 2007 <charlie_brady@mitel.com> 0.0.2-06
49 - Avoid re-opening config db all the time.
50
51 * Thu Oct 11 2007 <charlie_brady@mitel.com> 0.0.2-05
52 - Redo 1st of month bug fix. Expand all tabs to four spaces. [SME: 3366]
53
54 * Thu Oct 11 2007 <charlie_brady@mitel.com> 0.0.2-04
55 - Update spamfilter-stats-7.pl to Brian's 0.6.15 version. [SME: 3068]
56
57 * Mon Oct 1 2007 Charlie Brady <charlie_brady@mitel.com> 0.0.2-03
58 - Fix 1st of month bug, and uninitialised value warning. [SME: 3366]
59
60 * Mon Sep 10 2007 Charlie Brady <charlie_brady@mitel.com> 0.0.2-02
61 - Patch to update spamfilter-stats-7.pl to most recent verson that is
62 attached in bugzilla. http://bugs.contribs.org/show_bug.cgi?id=3068
63
64 * Mon Sep 10 2007 Charlie Brady <charlie_brady@mitel.com> 0.0.2-01
65 - Repackaging Darrell's 0.0.1-2dmay as 0.0.2. After all this time Darrell
66 is still publishing multiple RPMs with tarballs with different content
67 with the same version number - grrrr!!! Odd, since he is the quoted author
68 of rpm-patch-howto.html.
69
70 * Thu Aug 23 2007 John H. Bennett III <bennettj@johnbennettservices.com> [0.0.1-2]
71 - Patch to update spamfilter-stats-7.pl to most recent verson that is
72 attached in bugzilla. http://bugs.contribs.org/show_bug.cgi?id=3068
73
74 * Wed Apr 11 2007 Darrell May <dmay@myezserver.com>
75 - added db qpsmtpdLogLevel migrate fragment
76 - changed post commands being echoed
77 - [0.0.1-2dmay]
78 * Wed Apr 11 2007 Darrell May <dmay@myezserver.com>
79 - updated to use qpsmtpd logterse plugin
80 - [0.0.1-1dmay]
81 * Fri Oct 13 2006 Darrell May <dmay@myezserver.com>
82 - bundled into rpm
83 - [0.0.1-0dmay]
84
85 %prep
86
87 %setup
88 %patch1 -p1
89 %patch2 -p1
90 %patch3 -p1
91 %build
92
93 %install
94 /bin/rm -rf $RPM_BUILD_ROOT
95 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
96 /bin/rm -f %{name}-%{version}-filelist
97 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
98
99 %clean
100 /bin/rm -rf $RPM_BUILD_ROOT
101
102 %files -f %{name}-%{version}-filelist
103 %defattr(-,root,root)

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