1 |
|
# $Id: e-smith-mysql.spec,v 1.6 2008/10/07 18:44:56 slords Exp $ |
2 |
|
|
3 |
Summary: e-smith specific mysql configuration and templates. |
Summary: e-smith specific mysql configuration and templates. |
4 |
%define name e-smith-mysql |
%define name e-smith-mysql |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.13.0 |
%define version 2.2.0 |
7 |
%define release 1 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch0: e-smith-mysql-2.2.0-FixErrorLogDetectionAlgorithm.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: mysql-server |
Requires: mysql-server |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Tue Dec 2 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
25 |
|
- Fix log-error detection algorithm [SME: 4807] |
26 |
|
|
27 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
28 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
29 |
|
|
30 |
|
* Mon Oct 06 2008 Charlie Brady <charlie_brady@mitel.com> 1.13.0-2 |
31 |
|
- Capture mysql.init error logs to syslog. [SME: 2918] |
32 |
|
|
33 |
* Mon Oct 6 2008 Stephen Noble <support@dungog.net> 1.13.0-1 |
* Mon Oct 6 2008 Stephen Noble <support@dungog.net> 1.13.0-1 |
34 |
- Roll new dev stream [SME: 4627] |
- Roll new dev stream [SME: 4627] |
35 |
|
|
669 |
|
|
670 |
%prep |
%prep |
671 |
%setup |
%setup |
672 |
|
%patch0 -p1 |
673 |
|
|
674 |
%build |
%build |
675 |
mkdir -p root/etc/e-smith/sql/init |
mkdir -p root/etc/e-smith/sql/init |