|
|
|
|
@ -23,8 +23,8 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_external 1.0.11 |
|
|
|
|
%define V_internal b3115.g3121 |
|
|
|
|
%define V_external 1.0.12 |
|
|
|
|
%define V_internal b3182.g3182 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: vortex |
|
|
|
|
@ -37,7 +37,7 @@ Class: EVAL
|
|
|
|
|
Group: Network |
|
|
|
|
License: LGPL |
|
|
|
|
Version: %{V_external} |
|
|
|
|
Release: 20071123 |
|
|
|
|
Release: 20071213 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_ssl yes |
|
|
|
|
@ -53,8 +53,8 @@ Prefix: %{l_prefix}
|
|
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20040130, pkgconfig |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20040130 |
|
|
|
|
BuildPreReq: axl >= 0.4.12, glib2, readline |
|
|
|
|
PreReq: axl >= 0.4.12, glib2, readline |
|
|
|
|
BuildPreReq: axl >= 0.4.13, glib2, readline |
|
|
|
|
PreReq: axl >= 0.4.13, glib2, readline |
|
|
|
|
%if "%{with_ssl}" == "yes" |
|
|
|
|
BuildPreReq: openssl |
|
|
|
|
PreReq: openssl |
|
|
|
|
|