[packages/mysql-router] new, version 2.0.2
glen
glen at pld-linux.org
Tue Oct 27 16:08:26 CET 2015
commit 36c66bc202fd30534ff31e387124cbfc0d55961e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Oct 27 17:07:47 2015 +0200
new, version 2.0.2
mysql-router.spec | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
---
diff --git a/mysql-router.spec b/mysql-router.spec
new file mode 100644
index 0000000..bb430dd
--- /dev/null
+++ b/mysql-router.spec
@@ -0,0 +1,40 @@
+Summary: MySQL Router
+Name: mysql-router
+Version: 2.0.2
+Release: 0.1
+License: GPL v2
+Group: Applications/Networking
+Source0: http://dev.mysql.com/get/Downloads/MySQL-Router/%{name}-%{version}.tar.gz
+# Source0-md5: de7f65e9a61f939e0c4bab7c251d9763
+URL: http://dev.mysql.com/doc/mysql-router/en/
+BuildRequires: cmake
+BuildRequires: doxygen
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MySQL Router is lightweight middleware that provides transparent
+routing between your application and any backend MySQL Servers. It can
+be used for a wide variety of use cases, such as providing high
+availability and scalability by effectively routing database traffic
+to appropriate backend MySQL Servers. The pluggable architecture also
+enables developers to extend MySQL Router for custom use cases.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mysql-router.git/commitdiff/36c66bc202fd30534ff31e387124cbfc0d55961e
More information about the pld-cvs-commit
mailing list