]> git.pld-linux.org Git - packages/mysql.git/blame - mysql.spec
- initial version.
[packages/mysql.git] / mysql.spec
CommitLineData
b24ee098 1%define mysql-version 3.22.14b-gamma
2%define shared_lib_version 5:2:0
3%define Release 2col
4
5
6Name : MySQL
7Version : %{mysql-version}
8Release : %{Release}
9
10Distribution : OpenLinux 1.3 contrib
11Packager : Stephan Seyboth <sseyboth@linuxland.de>
12Vendor : LinuxLand International
13
14
15Source0 : http://www.tcx.se/Downloads/MySQL-3.22/mysql-%{mysql-version}.tar.gz
16
17BuildRoot : /tmp/%{Name}-%{Version}-root
18
19Provides : msqlormysql MySQL-server
20
21
22Copyright : MySQL FREE PUBLIC LICENSE (See the file PUBLIC)
23Icon : mysql.gif
24URL : http://www.tcx.se/
25
26Group : Applications/Databases
27Summary : MySQL: a very fast and reliable SQL database engine
28%Description
29MySQL is a true multi-user, multi-threaded SQL (Structured Query Language) database
30server. SQL is the most popular database language in the world. MySQL is a client/server
31implementation that consists of a server daemon mysqld and many different client
32programs/libraries. The main goals of MySQL are speed, robustness and easy to use.
33The base upon which MySQL is built is a set of routines that have been used in a highly
34demanding production environment for many years. While MySQL is still in development,
35it already offers a rich and highly useful function set. See the documentation for more
36information
37
38
39%Package client
40Requires : %{Name} = %{Version}-%{Release}
41
42Group : Applications/Databases
43Summary : MySQL client programs and libs
44%Description client
45This package contains the client part of the MySQL database. It includes utilities
46and libraries to access and manipulate data on a MySQL database Server
47
48
49%Package devel
50Requires : %{Name} = %{Version}-%{Release} %{Name}-client = %{Version}-%{Release}
51
52Group : Applications/Databases
53Summary : MySQL development header files and libraries
54%Description devel
55This package contains the header files and libraries (shared and static) for
56developing applications that use the MySQL database.
57
58
59%ChangeLog
60* Thu Jan 25 1999 Stephan Seyboth <sseyboth@linuxland.de>
61