Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
mysql
>
mysql-proxy
> mysql-proxy.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File mysql-proxy.spec of Package mysql-proxy (Revision 2)
Currently displaying revision
2
,
show latest
Name: mysql-proxy Version: 0.7.2 Release: 1 Summary: A proxy for the MySQL Client/Server protocol Group: Applications/Databases License: GPLv2 Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: lua-devel libevent-devel mysql-devel glib2-devel gawk check-devel flex %description MySQL Proxy is a simple program that sits between your client and MySQL server(s) that can monitor, analyze or transform their communication. Its flexibility allows for unlimited uses, common ones include: load balancing, failover, query analysis, query filtering and modification and many more. %prep %setup -q -n %{name}-%{version} %build %configure %__make %{?_smp_mflags} %install rm -rf %{buildroot} %__make install DESTDIR=%{buildroot} rm -fv %{buildroot}%{_datadir}/*.lua rm -fv examples/Makefile* %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING README NEWS %doc examples/ %{_sbindir}/%{name} %{_datadir}/%{name} %changelog * Wed Sep 09 2009 Carsten Schoene <cs@linux-administrator.com> - 0.7.2-1 - initial build