From 82993239f3389062e8b378edbb3142bc867bf2ef Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 30 Nov 2023 13:59:11 +0100 Subject: [PATCH] SPECfile cleanup - Reformat for readability --- community-mysql.spec | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/community-mysql.spec b/community-mysql.spec index 92c5b71..3c9a14d 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -30,6 +30,9 @@ %global skiplist platform-specific-tests.list +%global boost_bundled_version 1.77.0 + + # For some use cases we do not need some parts of the package %bcond_without clibrary %bcond_without devel @@ -46,26 +49,23 @@ # For deep debugging we need to build binaries with extra debug info %bcond_with debug -%global boost_bundled_version 1.77.0 # Include files for systemd -%global daemon_name mysqld -%global daemon_no_prefix mysqld - -# Directory for storing pid file -%global pidfiledir %{_rundir}/%{daemon_name} +%global daemon_name mysqld +%global daemon_no_prefix mysqld # We define some system's well known locations here so we can use them easily # later when building to another location (like SCL) -%global logrotateddir %{_sysconfdir}/logrotate.d -%global logfiledir %{_localstatedir}/log/mysql -%global logfile %{logfiledir}/%{daemon_no_prefix}.log - +%global logrotateddir %{_sysconfdir}/logrotate.d +%global logfiledir %{_localstatedir}/log/mysql +%global logfile %{logfiledir}/%{daemon_no_prefix}.log +# Directory for storing pid file +%global pidfiledir %{_rundir}/%{daemon_name} # Defining where database data live -%global dbdatadir %{_localstatedir}/lib/mysql - +%global dbdatadir %{_localstatedir}/lib/mysql # Home directory of mysql user should be same for all packages that create it -%global mysqluserhome /var/lib/mysql +%global mysqluserhome /var/lib/mysql + # Provide mysql names for compatibility %bcond_without mysql_names