1 |
# $Id: e-smith-mysql.spec,v 1.5 2016/03/31 12:57:40 unnilennium Exp $ |
# $Id: e-smith-mysql.spec,v 1.6 2016/04/11 19:12:05 vip-ire 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.6.0 |
%define version 2.6.0 |
7 |
%define release 5 |
%define release 6 |
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 |
Patch0: e-smith-mysql-2.6.0-mariadb1.patch |
Patch0: e-smith-mysql-2.6.0-mariadb1.patch |
14 |
|
Patch1: e-smith-mysql-2.6.0-mysqld2mariadb.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: mariadb-server |
Requires: mariadb-server |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme |
26 |
|
- Rename mysqld to mariadb [SME: 9438] |
27 |
|
|
28 |
* Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme |
* Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme |
29 |
- Remove uneeded scriplets %post and %postun [SME: 9422] |
- Remove uneeded scriplets %post and %postun [SME: 9422] |
30 |
|
|
732 |
%prep |
%prep |
733 |
%setup |
%setup |
734 |
%patch0 -p1 |
%patch0 -p1 |
735 |
|
%patch1 -p1 |
736 |
|
|
737 |
|
# mysqld renamed to mariadb [SME: 9438] |
738 |
|
# TODO: remove on next tarball creation |
739 |
|
rm -f root/service/mysqld |
740 |
|
rm -rf root/var/service/mysqld |
741 |
|
rm -rf root/var/run/ |
742 |
|
rm -rf root/var/log/mysqld |
743 |
|
rm -f root/etc/rc.d/init.d/supervise/mysqld |
744 |
|
rm -f root/etc/rc.d/rc7.d/S50mysqld |
745 |
|
|
746 |
|
mkdir -p root/var/log/mariadb.run |
747 |
|
|
748 |
%build |
%build |
749 |
perl createlinks |
perl createlinks |
752 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
753 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
754 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
755 |
--dir /var/run/mysqld 'attr(0755,mysql,mysql)' \ |
--file /var/service/mariadb/run 'attr(0755,root,root)' \ |
756 |
--file /var/service/mysqld/run 'attr(0755,root,root)' \ |
--file /var/service/mariadb/control/t 'attr(0750,root,root)' \ |
757 |
--file /var/service/mysqld/control/t 'attr(0750,root,root)' \ |
--file /var/service/mariadb/control/d 'attr(0750,root,root)' \ |
758 |
--file /var/service/mysqld/control/d 'attr(0750,root,root)' \ |
--file /var/service/mariadb/control/i 'attr(0750,root,root)' \ |
759 |
--file /var/service/mysqld/control/i 'attr(0750,root,root)' \ |
--file /var/service/mariadb/control/q 'attr(0750,root,root)' \ |
760 |
--file /var/service/mysqld/control/q 'attr(0750,root,root)' \ |
--file /var/service/mariadb/log/run 'attr(0755,root,root)' \ |
761 |
--file /var/service/mysqld/log/run 'attr(0755,root,root)' \ |
--dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \ |
|
--dir '/var/log/mysqld' 'attr(2750,smelog,smelog)' \ |
|
762 |
--dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \ |
--dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \ |
763 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
764 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-filelist |