|
|
|
|
@ -25,8 +25,10 @@
|
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_major 4.0 |
|
|
|
|
%define V_mysql %{V_major}.9-gamma |
|
|
|
|
%define V_opkg %{V_major}.9gamma |
|
|
|
|
%define V_minor 9 |
|
|
|
|
%define V_class gamma |
|
|
|
|
%define V_mysql %{V_major}.%{V_minor}-%{V_class} |
|
|
|
|
%define V_opkg %{V_major}.%{V_minor}%{V_class} |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: mysql4 |
|
|
|
|
@ -34,11 +36,11 @@ Summary: Fast Relational Database Management System
|
|
|
|
|
URL: http://www.mysql.com/ |
|
|
|
|
Vendor: MySQL AB |
|
|
|
|
Packager: The OpenPKG Project |
|
|
|
|
Distribution: OpenPKG [EVAL] |
|
|
|
|
Distribution: OpenPKG [PLUS] |
|
|
|
|
Group: Database |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_opkg} |
|
|
|
|
Release: 20030116 |
|
|
|
|
Release: 20030117 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_berkeleydb yes |
|
|
|
|
|