Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37478632
en ru br
Репозитории ALT
S:1.7.2-alt1
5.1: 1.0.0-alt1
www.altlinux.org/Changes

Группа :: Базы Данных
Пакет: mysqltuner

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: mysqltuner
Version: 1.7.2
Release: alt1

Summary: High Performance MySQL Tuning Script
License: GPLv3+
Group: Databases

Url: https://github.com/major/MySQLTuner-perl
Source0: %name-%version.tar

BuildArch: noarch

BuildRequires: perl-podlators

# Automatically added by buildreq on Wed Sep 10 2008 (-bi)

BuildRequires: perl-devel

%define basedir %_datadir/%name

%description
MySQLTuner is a MySQL high performance tuning script written in perl that will
provide you with a snapshot of a MySQL server's health. Based on the statistics
gathered, specific recommendations will be provided that will increase a MySQL
server's efficiency and performance. The script gives you automated MySQL tuning
that is on the level of what you would receive from a MySQL DBA.

%prep
%setup

%build

%install
install -pD -m755 %name.pl %buildroot%_bindir/%name
install -pD -m644 vulnerabilities.csv %buildroot%basedir/vulnerabilities.csv
install -p -m644 basic_passwords.txt %buildroot%basedir/
pod2man %name.pl > %name.1
install -pD -m644 %name.1 %buildroot%_man1dir/%name.1

%files
%_bindir/%name
%basedir
%_man1dir/%name.1.*
%doc *.md *.png

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin