summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2004-02-12 17:12:08 +0100
committerunknown <lenz@mysql.com>2004-02-12 17:12:08 +0100
commit9c919004589c3c2e0368104a35b039c419d5cb02 (patch)
tree4f79445e15147256fb4557f94085a599f6fe42a9 /support-files
parent99472547d45e48a4a1fa4597ac5efd4432325849 (diff)
downloadmariadb-git-9c919004589c3c2e0368104a35b039c419d5cb02.tar.gz
- Replaced obsolete "Copyright" field with "License" in the RPM spec file
support-files/mysql.spec.sh: - Replaced obsolete "Copyright" field with "License"
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 18f41ed5326..cea9c112b8b 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -16,7 +16,7 @@ Summary(pt_BR): MySQL: Um servidor SQL rápido e confiável.
Group(pt_BR): Aplicações/Banco_de_Dados
Version: @MYSQL_NO_DASH_VERSION@
Release: %{release}
-Copyright: GPL
+License: GPL
Source: http://www.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/mysql-%{mysql_version}.tar.gz
URL: http://www.mysql.com/
Packager: Lenz Grimmer <build@mysql.com>
@@ -577,6 +577,7 @@ fi
* Thu Feb 12 2004 Lenz Grimmer <lenz@mysql.com>
- when using gcc, _always_ use CXX=gcc
+- replaced Copyright with License field (Copyright is obsolete)
* Tue Feb 03 2004 Lenz Grimmer <lenz@mysql.com>