1 |
# $Id: e-smith-mysql.spec,v 1.11 2011/03/01 20:00:12 snetram Exp $ |
# $Id: e-smith-mysql.spec,v 1.1 2013/02/14 16:15:55 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 2.4.0 |
%define version 2.4.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.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch1: e-smith-mysql-2.4.0-remove_innodb_log_arch_dir.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 |
|
* Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
25 |
|
- Remove obsolete innodb_log_arch_dir directive [SME: 7363] |
26 |
|
|
27 |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
28 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
29 |
|
|
687 |
|
|
688 |
%prep |
%prep |
689 |
%setup |
%setup |
690 |
|
%patch1 -p1 |
691 |
|
|
692 |
%build |
%build |
693 |
perl createlinks |
perl createlinks |