rpms/mysql/devel mysql.spec,1.90,1.91

Tom Lane (tgl) fedora-extras-commits at redhat.com
Thu Aug 2 22:56:28 UTC 2007


Author: tgl

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

Modified Files:
	mysql.spec 
Log Message:
Update License tag


Index: mysql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/devel/mysql.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- mysql.spec	22 Jul 2007 20:35:24 -0000	1.90
+++ mysql.spec	2 Aug 2007 22:55:51 -0000	1.91
@@ -1,8 +1,8 @@
 Name: mysql
 Version: 5.0.45
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: MySQL client programs and shared libraries
-License: GPL
+License: GPLv2
 Group: Applications/Databases
 URL: http://www.mysql.com
 
@@ -51,7 +51,6 @@
 %package libs
 
 Summary: The shared libraries required for MySQL clients
-License: GPL
 Group: Applications/Databases
 Prereq: /sbin/ldconfig
 
@@ -64,7 +63,6 @@
 %package server
 
 Summary: The MySQL server and related files
-License: GPL
 Group: Applications/Databases
 Prereq: /sbin/chkconfig, /usr/sbin/useradd
 Requires: %{name} = %{version}-%{release}
@@ -82,7 +80,6 @@
 %package devel
 
 Summary: Files for development of MySQL applications
-License: GPL
 Group: Applications/Databases
 Requires: %{name} = %{version}-%{release}
 Requires: openssl-devel
@@ -96,7 +93,6 @@
 %package bench
 
 Summary: MySQL benchmark scripts and data
-License: GPL
 Group: Applications/Databases
 Requires: %{name} = %{version}-%{release}
 Conflicts: MySQL-bench
@@ -109,7 +105,6 @@
 %package test
 
 Summary: The test suite distributed with MySQL
-License: GPL
 Group: Applications/Databases
 Requires: %{name} = %{version}-%{release}
 Requires: %{name}-server = %{version}-%{release}
@@ -473,6 +468,9 @@
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Thu Aug  2 2007 Tom Lane <tgl at redhat.com> 5.0.45-2
+- Update License tag to match code.
+
 * Sun Jul 22 2007 Tom Lane <tgl at redhat.com> 5.0.45-1
 - Update to MySQL 5.0.45
 Resolves: #246535




More information about the fedora-extras-commits mailing list