1 |
# $Id: smeserver-mailstats.spec,v 1.4 2008/04/02 15:03:57 slords Exp $ |
# $Id: smeserver-mailstats.spec,v 1.13 2008/10/03 17:05:20 snetram 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 0.0.3 |
%define version 0.0.3 |
9 |
%define release 4 |
%define release 9 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
Patch1:smeserver-mailstats-0.0.3-bjrupdate01.patch |
Patch1:smeserver-mailstats-0.0.3-bjrupdate01.patch |
16 |
Patch2:smeserver-mailstats-0.0.3-bjrupdate02.patch |
Patch2:smeserver-mailstats-0.0.3-bjrupdate02.patch |
17 |
|
Patch3:smeserver-mailstats-0.0.3-bjrupdate03.patch |
18 |
|
Patch4:smeserver-mailstats-0.0.3-bjrupdate04.patch |
19 |
|
Patch5:smeserver-mailstats-0.0.3-reworkDateManip.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: smeserver-release => 7.0 |
Requires: smeserver-release => 7.0 |
27 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Fri Oct 3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-8 |
31 |
|
- Remove use of Date::Manip from spamfilter-stats-7.pl [SME: 3631] |
32 |
|
|
33 |
|
* Mon Apr 28 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-8 |
34 |
|
- Another version number update (strugglinjg with CVS here) |
35 |
|
|
36 |
|
* Mon Apr 28 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-7 |
37 |
|
- Update version number |
38 |
|
|
39 |
|
* Sun Apr 27 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-6 |
40 |
|
- Fix up to enable disable SAreport and others [SME:3734] |
41 |
|
|
42 |
|
* Fri Apr 11 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-5 |
43 |
|
- Fix up Db entries when none at all.[SME:4188] |
44 |
|
|
45 |
* Thu Apr 3 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-4 |
* Thu Apr 3 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-4 |
46 |
- Take out extra lines in mailstats.cron and remove restart crond from |
- Take out extra lines in mailstats.cron and remove restart crond from |
47 |
post actions in spec file, on Shad's advice. |
post actions in spec file, on Shad's advice. |
50 |
- Add in restart of crond so that script in cron.d is noticed |
- Add in restart of crond so that script in cron.d is noticed |
51 |
|
|
52 |
* Tue Mar 25 2008 Brian J read <brianr@bjsystems.co.uk> 0.0.3-2 |
* Tue Mar 25 2008 Brian J read <brianr@bjsystems.co.uk> 0.0.3-2 |
53 |
- New version incorporating Charlie's changes and latest changes from bjr |
- New version incorporating Charlie's changes and latest changes from bjr [SME:3956] |
54 |
|
|
55 |
* Fri Feb 15 2008 Shad L. Lords <slords@mail.com> 0.0.3-1 |
* Fri Feb 15 2008 Shad L. Lords <slords@mail.com> 0.0.3-1 |
56 |
- Roll new version in prep for building on new buildsys |
- Roll new version in prep for building on new buildsys |
100 |
%setup |
%setup |
101 |
%patch1 -p1 |
%patch1 -p1 |
102 |
%patch2 -p1 |
%patch2 -p1 |
103 |
|
%patch3 -p1 |
104 |
|
%patch4 -p1 |
105 |
|
%patch5 -p1 |
106 |
%build |
%build |
107 |
|
|
108 |
%install |
%install |