SPECS: mysql-proxy.spec (NEW) - new

glen glen at pld-linux.org
Tue Jun 26 09:24:07 CEST 2007


Author: glen                         Date: Tue Jun 26 07:24:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   mysql-proxy.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/mysql-proxy.spec
diff -u /dev/null SPECS/mysql-proxy.spec:1.1
--- /dev/null	Tue Jun 26 09:24:07 2007
+++ SPECS/mysql-proxy.spec	Tue Jun 26 09:24:02 2007
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+# TODO
+# - initscript probably
+Summary:	MySQL Proxy
+Name:		mysql-proxy
+Version:	0.5.0
+Release:	0.1
+License:	GPL
+Group:		Applications
+Source0:	http://mysql.tonnikala.org/Downloads/MySQL-Proxy/%{name}-%{version}.tar.gz
+# Source0-md5:	f97aefed2fddd2353343a716d9c646c6
+URL:		http://forge.mysql.com/wiki/MySQL_Proxy
+BuildRequires:	lua51-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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}r8
+
+%build
+%configure \
+	--with-lua=lua51
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README THANKS
+%attr(755,root,root) %{_sbindir}/mysql-proxy
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/06/26 07:24:02  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list