1 |
# $Id: smeserver-mailstats.spec,v 1.19 2008/10/13 20:28:25 snetram Exp $ |
# $Id: smeserver-mailstats.spec,v 1.20 2008/10/13 20:37:02 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 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 |
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 |
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 |
* Sun Oct 12 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-12 |
40 |
- Fix patches to apply cleanly [SME: 3631] |
- Fix patches to apply cleanly [SME: 3631] |
41 |
- Execute the database creation script as well [SME: 4275] |
- Execute the database creation script as well [SME: 4275] |
128 |
%patch7 -p1 |
%patch7 -p1 |
129 |
%patch8 -p1 |
%patch8 -p1 |
130 |
%patch9 -p1 |
%patch9 -p1 |
131 |
|
%patch10 -p1 |
132 |
|
|
133 |
%build |
%build |
134 |
perl createlinks |
perl createlinks |