1 |
|
# $Id: smeserver-mailstats.spec,v 1.20 2008/10/13 20:37:02 snetram Exp $ |
2 |
|
# Authority: brianread |
3 |
|
# Name: Brian Read |
4 |
|
|
5 |
Summary: Daily mail statistics for SME Server |
Summary: Daily mail statistics for SME Server |
6 |
%define name smeserver-mailstats |
%define name smeserver-mailstats |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 0.0.2 |
%define version 0.0.3 |
9 |
%define release 07 |
%define release 13 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
13 |
Group: SME/addon |
Group: SME/addon |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
Patch0: smeserver-mailstats-0.0.2_spamfilter-stats.patch |
Patch1: smeserver-mailstats-0.0.3-bjrupdate01.patch |
16 |
Patch1: smeserver-mailstats-bug3366.patch |
Patch2: smeserver-mailstats-0.0.3-bjrupdate02.patch |
17 |
Patch2: smeserver-mailstats-0.6.15.patch |
Patch3: smeserver-mailstats-0.0.3-bjrupdate03.patch |
18 |
Patch3: smeserver-mailstats-bug3366.patch2 |
Patch4: smeserver-mailstats-0.0.3-bjrupdate04.patch |
19 |
Patch4: smeserver-mailstats-configdb_multiple_open.patch |
Patch5: smeserver-mailstats-0.0.3-reworkDateManip.patch |
20 |
Patch5: smeserver-mailstats-0.6.19.patch |
Patch6: smeserver-mailstats-0.0.3-removeChangelogFromScript.patch |
21 |
Packager: Charlie Brady |
Patch7: smeserver-mailstats-0.0.3-implementDBCreation.patch |
22 |
|
Patch8: smeserver-mailstats-0.0.3-removeMySQLInstructions.patch |
23 |
|
Patch9: smeserver-mailstats-0.0.3-addCreatelinks.patch |
24 |
|
Patch10: smeserver-mailstats-0.0.3-addRunOrderSequence.patch |
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
27 |
Requires: smeserver-release => 7.0 |
Requires: smeserver-release => 7.0 |
28 |
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
29 |
|
|
30 |
%description |
%description |
31 |
A script that via cron.d e-mails mail statistics to admin on a daily basis. |
A script that via cron.d e-mails mail statistics to admin on a daily basis. |
32 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Mon Oct 13 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-13 |
36 |
|
- Add sequence number to init script to have the database creation |
37 |
|
script execute as well [SME: 4275] |
38 |
|
|
39 |
|
* Sun Oct 12 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-12 |
40 |
|
- Fix patches to apply cleanly [SME: 3631] |
41 |
|
- Execute the database creation script as well [SME: 4275] |
42 |
|
|
43 |
|
* Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-11 |
44 |
|
- Implement MySQL database creation [SME: 4275] |
45 |
|
- Remove changelog from spamfilter-stats script |
46 |
|
|
47 |
|
* Fri Oct 3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-10 |
48 |
|
- Remove debug commands introduced in [SME: 3631] |
49 |
|
- Fixed version number in previous changelog entry |
50 |
|
|
51 |
|
* Fri Oct 3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-9 |
52 |
|
- Remove use of Date::Manip from spamfilter-stats-7.pl [SME: 3631] |
53 |
|
|
54 |
|
* Mon Apr 28 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-8 |
55 |
|
- Another version number update (strugglinjg with CVS here) |
56 |
|
|
57 |
|
* Mon Apr 28 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-7 |
58 |
|
- Update version number |
59 |
|
|
60 |
|
* Sun Apr 27 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-6 |
61 |
|
- Fix up to enable disable SAreport and others [SME:3734] |
62 |
|
|
63 |
|
* Fri Apr 11 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-5 |
64 |
|
- Fix up Db entries when none at all.[SME:4188] |
65 |
|
|
66 |
|
* Thu Apr 3 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-4 |
67 |
|
- Take out extra lines in mailstats.cron and remove restart crond from |
68 |
|
post actions in spec file, on Shad's advice. |
69 |
|
|
70 |
|
* Tue Apr 1 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-3 |
71 |
|
- Add in restart of crond so that script in cron.d is noticed |
72 |
|
|
73 |
|
* Tue Mar 25 2008 Brian J read <brianr@bjsystems.co.uk> 0.0.3-2 |
74 |
|
- New version incorporating Charlie's changes and latest changes from bjr [SME:3956] |
75 |
|
|
76 |
|
* Fri Feb 15 2008 Shad L. Lords <slords@mail.com> 0.0.3-1 |
77 |
|
- Roll new version in prep for building on new buildsys |
78 |
|
|
79 |
* Thu Oct 11 2007 <charlie_brady@mitel.com> 0.0.2-07 |
* Thu Oct 11 2007 <charlie_brady@mitel.com> 0.0.2-07 |
80 |
- Rename parse_args => analysis_period, and simplify substantially. |
- Rename parse_args => analysis_period, and simplify substantially. |
81 |
|
|
119 |
%prep |
%prep |
120 |
|
|
121 |
%setup |
%setup |
|
%patch0 -p1 |
|
122 |
%patch1 -p1 |
%patch1 -p1 |
123 |
%patch2 -p1 |
%patch2 -p1 |
124 |
%patch3 -p1 |
%patch3 -p1 |
125 |
%patch4 -p1 |
%patch4 -p1 |
126 |
%patch5 -p1 |
%patch5 -p1 |
127 |
|
%patch6 -p1 |
128 |
|
%patch7 -p1 |
129 |
|
%patch8 -p1 |
130 |
|
%patch9 -p1 |
131 |
|
%patch10 -p1 |
132 |
|
|
133 |
%build |
%build |
134 |
|
perl createlinks |
135 |
|
|
136 |
%install |
%install |
137 |
/bin/rm -rf $RPM_BUILD_ROOT |
/bin/rm -rf $RPM_BUILD_ROOT |
138 |
|
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
|
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
|
139 |
/bin/rm -f %{name}-%{version}-filelist |
/bin/rm -f %{name}-%{version}-filelist |
140 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
|
%files -f %{name}-%{version}-filelist |
|
|
|
|
|
%defattr(-,root,root) |
|
141 |
|
|
142 |
%clean |
%clean |
143 |
/bin/rm -rf $RPM_BUILD_ROOT |
/bin/rm -rf $RPM_BUILD_ROOT |
144 |
|
|
145 |
%pre |
%files -f %{name}-%{version}-filelist |
146 |
|
%defattr(-,root,root) |
|
%post |
|
|
echo "" |
|
|
echo "You must run the following commands to complete the install:" |
|
|
echo "" |
|
|
echo "/etc/e-smith/events/actions/initialize-default-databases" |
|
|
echo "/sbin/e-smith/signal-event email-update" |
|
|
echo "/usr/local/bin/svc -t /var/service/qpsmtpd" |
|
|
|
|
|
%preun |
|
|
|
|
|
%postun |
|