rpms/mysql-proxy/F-7 mysql-proxy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Wed Jul 11 19:54:26 UTC 2007


Author: ruben

Update of /cvs/pkgs/rpms/mysql-proxy/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5752

Modified Files:
	.cvsignore sources 
Added Files:
	mysql-proxy.spec 
Log Message:
Initial import for F-7


--- NEW FILE mysql-proxy.spec ---
Name:           mysql-proxy
Version:        0.5.1
Release:        1%{?dist}
Summary:        A proxy for the MySQL Client/Server protocol

Group:          Applications/Databases
License:        GPL
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

%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 $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT SUBDIRS=src
rm examples/Makefile*

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README NEWS
%doc examples/
%{_sbindir}/%{name}



%changelog
* Tue Jul 10 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.1-1
- Upstream released new version
- Included examples
* Sun Jul 01 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.0-1
- First version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mysql-proxy/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Jul 2007 22:50:42 -0000	1.1
+++ .cvsignore	11 Jul 2007 19:53:52 -0000	1.2
@@ -0,0 +1 @@
+mysql-proxy-0.5.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mysql-proxy/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Jul 2007 22:50:42 -0000	1.1
+++ sources	11 Jul 2007 19:53:52 -0000	1.2
@@ -0,0 +1 @@
+5e02d31c954c60d12ea18c98ddedd93a  mysql-proxy-0.5.1.tar.gz




More information about the scm-commits mailing list