Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
mysql
:
mysql-proxy
>
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.6.1 Release: 5%{?dist} Summary: A proxy for the MySQL Client/Server protocol Group: Applications/Databases License: GPLv2 URL: http://forge.mysql.com/wiki/MySQL_Proxy # I haven't found a link to a direct download location, only to mirrors Source0: http://mysql.he.net/Downloads/MySQL-Proxy/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: lua-devel BuildRequires: libevent-devel BuildRequires: mysql-devel BuildRequires: glib2-devel BuildRequires: gawk BuildRequires: check-devel BuildRequires: 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 -v %{buildroot}%{_datadir}/*.lua rm -v examples/Makefile* %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING README NEWS %doc examples/ %{_sbindir}/%{name} %{_datadir}/%{name} %changelog * Sat Feb 09 2008 Ruben Kerkhof <ruben@rubenkerkhof.com> - 0.6.1-1 - Sync with upstream * Thu Jan 24 2008 Ruben Kerkhof <ruben@rubenkerkhof.com> - 0.6.0-2 - Rebuild to pick up new libevent * Sat Dec 08 2007 Ruben Kerkhof <ruben@rubenkerkhof.com> - 0.6.0-1 - Upstream released new version - Fix license tag - Add BR for check-devel and flex * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.5.1-3 - BR gawk. * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.5.1-2 - Rebuild for selinux ppc32 issue. * Tue Jul 10 2007 Ruben Kerkhof <ruben@rubenkerkhof.com> 0.5.1-1 - Upstream released new version - Included examples * Sun Jul 01 2007 Ruben Kerkhof <ruben@rubenkerkhof.com> 0.5.0-1 - First version