[packages/mysql-common-schema] new, version 2.2

glen glen at pld-linux.org
Wed Apr 2 11:33:45 CEST 2014


commit 3a8e9ce7c4d26bb990d22648a5c64930caea057c
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Apr 2 12:33:27 2014 +0300

    new, version 2.2

 mysql-common-schema.spec | 67 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)
---
diff --git a/mysql-common-schema.spec b/mysql-common-schema.spec
new file mode 100644
index 0000000..daf36ff
--- /dev/null
+++ b/mysql-common-schema.spec
@@ -0,0 +1,67 @@
+Summary:	DBA's framework for MySQL
+Name:		mysql-common-schema
+Version:	2.2
+Release:	1
+License:	GPL v2
+Group:		Applications/Databases
+Source0:	https://common-schema.googlecode.com/files/common_schema-%{version}.sql
+# Source0-md5:	6abb41fddafd5f2e9ae1aafe8446208b
+Source1:	https://common-schema.googlecode.com/files/common_schema_doc_%{version}.tar.gz
+# Source1-md5:	c11ff2f438b0dd3c004f481926a04084
+URL:		https://code.google.com/p/common-schema/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+common_schema is a framework for MySQL server administration.
+
+common_schema provides with:
+- A function library (text functions, security routines, execution and
+  flow control, more...)
+- A set of informational and analysis views (security, schema design,
+  processes, transactions, more...)
+- QueryScript interpreter, allowing for server side scripting.
+- rdebug: a debugger and debugging API for MySQL stored routines
+  (alpha)
+
+It introduces SQL based tools which simplify otherwise complex shell
+and client scripts, allowing the DBA to be independent of operating
+system, installed packages and dependencies.
+
+It is a self contained schema, compatible with all MySQL >= 5.1
+servers.
+
+This version supports MySQL 5.1, 5.5, 5.6, Percona Server, MariaDB,
+with/without InnoDB plugin, TokuDB.
+
+%package doc
+Summary:	Manual for common_schema
+Summary(fr.UTF-8):	Documentation pour common_schema
+Summary(it.UTF-8):	Documentazione di common_schema
+Summary(pl.UTF-8):	Podręcznik dla common_schema
+Group:		Documentation
+
+%description doc
+Documentation for common_schema.
+
+%prep
+%setup -qcT -a1
+set -- *
+install -d doc
+mv "$@" doc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/common-schema
+cp -p %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/common-schema/common_schema.sql
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/common-schema
+
+%files doc
+%defattr(644,root,root,755)
+%doc doc/*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql-common-schema.git/commitdiff/3a8e9ce7c4d26bb990d22648a5c64930caea057c



More information about the pld-cvs-commit mailing list