2 |
%define name smeserver-mysql55 |
%define name smeserver-mysql55 |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 2.0.0 |
%define version 2.0.0 |
5 |
%define release 4 |
%define release 5 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: smeserver-mysql55-2.0.0-SME10094.patch |
Patch0: smeserver-mysql55-2.0.0-SME10094.patch |
12 |
Patch1: smeserver-mysql55-2.0.0-SME10095-phpmyadmin.patch |
Patch1: smeserver-mysql55-2.0.0-SME10095-phpmyadmin.patch |
13 |
|
Patch2: smeserver-mysql55-2.0.0-SME10099-prebackupdump.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: mysql55-mysql-server |
Requires: mysql55-mysql-server |
24 |
AutoReqProv: no |
AutoReqProv: no |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Sat Feb 18 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-5.sme |
28 |
|
- fix failure to dump mysql55 table on pre-backup event [SME: 1099] |
29 |
|
|
30 |
* Thu Feb 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-4.sme |
* Thu Feb 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-4.sme |
31 |
- added template for phpmyadmin direct support [SME: 10095] |
- added template for phpmyadmin direct support [SME: 10095] |
32 |
- you can access directly to your mysql55 db with the phpmyadmin contrib |
- you can access directly to your mysql55 db with the phpmyadmin contrib |
53 |
%setup |
%setup |
54 |
%patch0 -p1 |
%patch0 -p1 |
55 |
%patch1 -p1 |
%patch1 -p1 |
56 |
|
%patch2 -p1 |
57 |
|
|
58 |
|
|
59 |
%build |
%build |
60 |
mkdir -p root/etc/e-smith/sql/init55 |
mkdir -p root/etc/e-smith/sql/init55 |