Browse Source

picks up our perl, so we have to require it

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
8ae5546e81
  1. 8
      mysql/mysql.spec
  2. 8
      mysql3/mysql3.spec

8
mysql/mysql.spec

@ -39,7 +39,7 @@ Distribution: OpenPKG [BASE]
Group: Database
License: GPL
Version: %{V_opkg}
Release: 20030723
Release: 20030801
# package options
%option with_berkeleydb yes
@ -55,8 +55,10 @@ Patch0: mysql.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030718, gcc, zlib
PreReq: OpenPKG, openpkg >= 20030718, zlib
BuildPreReq: OpenPKG, openpkg >= 20030718, perl, gcc
PreReq: OpenPKG, openpkg >= 20030718, perl
BuildPreReq: zlib
PreReq: zlib
AutoReq: no
AutoReqProv: no

8
mysql3/mysql3.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS]
Group: Database
License: GPL
Version: %{V_major}.%{V_minor}
Release: 20030722
Release: 20030801
# package options
%option with_berkeleydb yes
@ -54,8 +54,10 @@ Patch0: mysql3.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030718, gcc, zlib
PreReq: OpenPKG, openpkg >= 20030718, zlib
BuildPreReq: OpenPKG, openpkg >= 20030718, perl, gcc
PreReq: OpenPKG, openpkg >= 20030718, perl
BuildPreReq: zlib
PreReq: zlib
AutoReq: no
AutoReqProv: no
Provides: mysql = %{version}-%{release}

Loading…
Cancel
Save