13
0
2018-08-17 12:13:03 +00:00
committed by Git OBS Bridge
parent 3b26a76a69
commit aad2be7c49
3 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ Summary: Advanced MySQL and system command-line tools
License: GPL-2.0-only
Group: Productivity/Databases/Tools
URL: https://www.percona.com/software/percona-toolkit/
Source: https://www.percona.com/downloads/%{name}/%{version}/tarball/%{name}-%{version}.tar.gz
Source: https://www.percona.com/downloads/%{name}/%{version}/source/tarball/%{name}-%{version}.tar.gz
Source2: %{name}.conf
Requires: perl(DBD::mysql) >= 1.0
Requires: perl(DBI) >= 1.13
@@ -81,7 +81,7 @@ cp %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}/
%doc README.md Changelog
%dir %{_sysconfdir}/%{name}
%{_bindir}/*
%{_mandir}/man1/*.1%{?ext_man}
%{_mandir}/man1/*.1*
%config %{_sysconfdir}/%{name}/%{name}.conf
%changelog