rpms/mysql-proxy/devel .cvsignore, 1.2, 1.3 mysql-proxy.spec, 1.3, 1.4 sources, 1.2, 1.3

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Sat Dec 8 11:05:40 UTC 2007


Author: ruben

Update of /cvs/pkgs/rpms/mysql-proxy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4879

Modified Files:
	.cvsignore mysql-proxy.spec sources 
Log Message:
* Sat Dec 08 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> - 0.6.0-1
- Upstream released new version
- Fix license tag
- Add BR for check-devel and flex



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mysql-proxy/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 Jul 2007 17:46:43 -0000	1.2
+++ .cvsignore	8 Dec 2007 11:05:02 -0000	1.3
@@ -1 +1 @@
-mysql-proxy-0.5.1.tar.gz
+mysql-proxy-0.6.0.tar.gz


Index: mysql-proxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql-proxy/devel/mysql-proxy.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mysql-proxy.spec	29 Aug 2007 18:19:38 -0000	1.3
+++ mysql-proxy.spec	8 Dec 2007 11:05:02 -0000	1.4
@@ -1,10 +1,10 @@
 Name:           mysql-proxy
-Version:        0.5.1
-Release:        3%{?dist}
+Version:        0.6.0
+Release:        1%{?dist}
 Summary:        A proxy for the MySQL Client/Server protocol
 
 Group:          Applications/Databases
-License:        GPL
+License:        GPLv2
 URL:            http://forge.mysql.com/wiki/MySQL_Proxy
 
 # I haven't found a link to a direct download location, only to mirrors
@@ -16,6 +16,8 @@
 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
@@ -33,23 +35,30 @@
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT SUBDIRS=src
-rm examples/Makefile*
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+rm -v %{buildroot}%{_datadir}/*.lua
+rm -v examples/Makefile*
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README NEWS
+%doc AUTHORS COPYING README NEWS
 %doc examples/
 %{_sbindir}/%{name}
+%{_datadir}/%{name}
 
 
 
 %changelog
+* Sat Dec 08 2007 Ruben Kerkhof <ruben at 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.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mysql-proxy/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Jul 2007 17:46:43 -0000	1.2
+++ sources	8 Dec 2007 11:05:02 -0000	1.3
@@ -1 +1 @@
-5e02d31c954c60d12ea18c98ddedd93a  mysql-proxy-0.5.1.tar.gz
+b76ad6f059f78b9aaca49c8c29cb2719  mysql-proxy-0.6.0.tar.gz




More information about the fedora-extras-commits mailing list