SPECfile cleanup - Reformat for readability
This commit is contained in:
parent
95ebb07c15
commit
82993239f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user