1 |
# $Id: smeserver-mailstats.spec,v 1.19 2008/10/13 20:28:25 snetram Exp $ |
# $Id: smeserver-mailstats.spec,v 1.23 2008/11/25 16:20:25 slords 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 12 |
%define release 13 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
21 |
Patch7: smeserver-mailstats-0.0.3-implementDBCreation.patch |
Patch7: smeserver-mailstats-0.0.3-implementDBCreation.patch |
22 |
Patch8: smeserver-mailstats-0.0.3-removeMySQLInstructions.patch |
Patch8: smeserver-mailstats-0.0.3-removeMySQLInstructions.patch |
23 |
Patch9: smeserver-mailstats-0.0.3-addCreatelinks.patch |
Patch9: smeserver-mailstats-0.0.3-addCreatelinks.patch |
24 |
|
Patch10: smeserver-mailstats-0.0.3-addRunOrderSequence.patch |
25 |
|
Patch11: smeserver-mailstats-0.0.3-fix-tls-stats.patch |
26 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
27 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
28 |
Requires: smeserver-release => 7.0 |
Requires: smeserver-release => 7.0 |
33 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
See http://www.contribs.org/bugzilla/show_bug.cgi?id=819 |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Mon Jan 11 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-14 |
37 |
|
- Fix stats when mails are received using TLS in reporting timeframe [SME: 5585] |
38 |
|
|
39 |
|
* Mon Oct 13 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-13 |
40 |
|
- Add sequence number to init script to have the database creation |
41 |
|
script execute as well [SME: 4275] |
42 |
|
|
43 |
* Sun Oct 12 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-12 |
* Sun Oct 12 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-12 |
44 |
- Fix patches to apply cleanly [SME: 3631] |
- Fix patches to apply cleanly [SME: 3631] |
45 |
- Execute the database creation script as well [SME: 4275] |
- Execute the database creation script as well [SME: 4275] |
132 |
%patch7 -p1 |
%patch7 -p1 |
133 |
%patch8 -p1 |
%patch8 -p1 |
134 |
%patch9 -p1 |
%patch9 -p1 |
135 |
|
%patch10 -p1 |
136 |
|
%patch11 -p1 |
137 |
|
|
138 |
%build |
%build |
139 |
perl createlinks |
perl createlinks |