SPECS: xtrabackup.spec (NEW) - new, no code released yet
glen
glen at pld-linux.org
Fri Feb 27 16:36:19 CET 2009
Author: glen Date: Fri Feb 27 15:36:19 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, no code released yet
---- Files affected:
SPECS:
xtrabackup.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xtrabackup.spec
diff -u /dev/null SPECS/xtrabackup.spec:1.1
--- /dev/null Fri Feb 27 16:36:19 2009
+++ SPECS/xtrabackup.spec Fri Feb 27 16:36:13 2009
@@ -0,0 +1,35 @@
+# $Revision$, $Date$
+Summary: Open source backup tool for InnoDB and XtraDB
+Name: xtrabackup
+Version: 0
+Release: 0.1
+License: GPL v2
+Group: Applications/Databases
+URL: https://launchpad.net/percona-xtrabackup/
+BuildRequires: libstdc++-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+OpenSource version of InnoDB backup with support of Percona
+extensions.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2009/02/27 15:36:13 glen
+- new, no code released yet
================================================================
More information about the pld-cvs-commit
mailing list