Author: glen Date: Fri Oct 20 16:44:06 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: ibbackup.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/ibbackup.spec diff -u /dev/null SPECS/ibbackup.spec:1.1 --- /dev/null Fri Oct 20 18:44:06 2006 +++ SPECS/ibbackup.spec Fri Oct 20 18:44:01 2006 @@ -0,0 +1,46 @@ +# $Revision$, $Date$ +Summary: InnoDB Hot Backup +Name: ibbackup +Version: 3.0 +Release: 1 +License: restricted (http://www.innodb.com/hotbackuplicense.php) +Group: Applications/Databases +Source0: %{name}.gz +# Source0-md5: dc2c361ed2c9af01b189e3b11b9d3bc2 +URL: http://www.innodb.com/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +InnoDB Hot Backup is the ideal solution for online backups of InnoDB +tables in MySQL - and for setting up replication. It allows you to +back up a running InnoDB database under MySQL without setting any +locks or disturbing normal database processing. You get a consistent +copy of your database, as if the copy were taken at a precise point in +time. InnoDB Hot Backup is also the ideal method of setting up new +slaves if you use the MySQL replication on InnoDB tables. + +%prep +%setup -q -c -T +install %{SOURCE0} %{name} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install %{name} $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/ibbackup + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/10/20 16:44:01 glen +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
