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

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

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

Name: mytop
Version: 1.6
Release: alt1
Summary: A top clone for MySQL
Summary(ru_RU.KOI8-R): Клон top для MySQL
License: GPL
Group: Databases
URL: http://jeremy.zawodny.com/mysql/mytop/
Packager: Denis Ovsienko <pilot at altlinux.ru>
Source: http://jeremy.zawodny.com/mysql/mytop/%name-%version.tar.gz
BuildArch: noarch

BuildRequires: perl-DBD-mysql perl-devel
Requires: perl-DBD-mysql perl-Term-ReadKey

%description
mytop is a console-based (non-gui) tool for monitoring the threads
and overall performance of MySQL 3.22.x, 3.23.x, and 4.x servers.

%description -l ru_RU.KOI8-R
%name --- консольная утилита для мониторинга процессов и общей
производительности сервера БД MySQL версий 3.22.x, 3.23.x и 4.x.

%prep
%setup -q

%build
perl Makefile.PL
make
make test

%install
%__mkdir_p %buildroot{%_bindir,%_man1dir}
%__install blib/script/%name %buildroot%_bindir
%__install blib/man1/%name.1 %buildroot%_man1dir

%files
%_bindir/%name
%_man1dir/%name.*
%doc README Changes

%changelog

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

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