packages: mysql/mysql.spec - split mysqlhotcopy to separate package (needs ...

glen glen at pld-linux.org
Tue May 26 01:29:25 CEST 2009


Author: glen                         Date: Mon May 25 23:29:25 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- split mysqlhotcopy to separate package (needs just perl-DBI, not other "extras"); rel 3

---- Files affected:
packages/mysql:
   mysql.spec (1.448 -> 1.449) 

---- Diffs:

================================================================
Index: packages/mysql/mysql.spec
diff -u packages/mysql/mysql.spec:1.448 packages/mysql/mysql.spec:1.449
--- packages/mysql/mysql.spec:1.448	Tue May 26 01:25:45 2009
+++ packages/mysql/mysql.spec	Tue May 26 01:29:20 2009
@@ -31,7 +31,7 @@
 Summary(zh_CN.UTF-8):	MySQL数据库服务器
 Name:		mysql
 Version:	5.1.34
-Release:	2
+Release:	3
 License:	GPL + MySQL FLOSS Exception
 Group:		Applications/Databases
 #Source0Download: http://dev.mysql.com/downloads/mysql/5.1.html#source
@@ -234,6 +234,21 @@
 Ten pakiet zawiera definicje kodowań znaków potrzebne dla serwera i
 klienta.
 
+%package -n mysqlhotcopy
+Summary:	mysqlhotcopy - A MySQL database backup program
+Group:		Applications/Databases
+Requires:	%{name}-libs = %{version}-%{release}
+Requires:	perl-DBD-mysql
+
+%description -n mysqlhotcopy
+mysqlhotcopy uses LOCK TABLES, FLUSH TABLES, and cp or scp to make a
+database backup quickly. It is the fastest way to make a backup of the
+database or single tables, but it can be run only on the same machine
+where the database directories are located. mysqlhotcopy works only
+for backing up MyISAM and ARCHIVE tables.
+
+See innobackup package to backup InnoDB tables.
+
 %package extras
 Summary:	MySQL additional utilities
 Summary(pl.UTF-8):	Dodatkowe narzędzia do MySQL
@@ -908,6 +923,11 @@
 %{_mandir}/man1/perror.1*
 %{_mandir}/man1/replace.1*
 
+%files -n mysqlhotcopy
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/mysqlhotcopy
+%{_mandir}/man1/mysqlhotcopy.1*
+
 %files extras-perl
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/mysql_convert_table_format
@@ -917,7 +937,6 @@
 %attr(755,root,root) %{_bindir}/mysql_zap
 %attr(755,root,root) %{_bindir}/mysqlaccess
 %attr(755,root,root) %{_bindir}/mysqldumpslow
-%attr(755,root,root) %{_bindir}/mysqlhotcopy
 %{_mandir}/man1/mysql_convert_table_format.1*
 %{_mandir}/man1/mysql_find_rows.1*
 %{_mandir}/man1/mysql_fix_extensions.1*
@@ -925,7 +944,6 @@
 %{_mandir}/man1/mysql_zap.1*
 %{_mandir}/man1/mysqlaccess.1*
 %{_mandir}/man1/mysqldumpslow.1*
-%{_mandir}/man1/mysqlhotcopy.1*
 
 %files client
 %defattr(644,root,root,755)
@@ -1073,6 +1091,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.449  2009/05/25 23:29:20  glen
+- split mysqlhotcopy to separate package (needs just perl-DBI, not other "extras"); rel 3
+
 Revision 1.448  2009/05/25 23:25:45  glen
 - no install for ndb files if disabled
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.spec?r1=1.448&r2=1.449&f=u



More information about the pld-cvs-commit mailing list