|
@@ -32,11 +32,15 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
Group: Language
|
|
|
License: GPL
|
|
License: GPL
|
|
|
-Version: 2.0.8
|
|
|
|
|
-Release: 20020826
|
|
|
|
|
|
|
+Version: 2.0.9
|
|
|
|
|
+Release: 20021203
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: ftp://thewml.org/distrib/wml-%{version}.tar.gz
|
|
Source0: ftp://thewml.org/distrib/wml-%{version}.tar.gz
|
|
|
|
|
+Source1: configure.eperl
|
|
|
|
|
+Source2: configure.gm4
|
|
|
|
|
+Source3: configure.iselect
|
|
|
|
|
+Source4: configure.gd
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
@@ -62,6 +66,10 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
+ cp %{SOURCE configure.eperl} wml_backend/p3_eperl/configure
|
|
|
|
|
+ cp %{SOURCE configure.gm4} wml_backend/p4_gm4/configure
|
|
|
|
|
+ cp %{SOURCE configure.iselect} wml_aux/iselect/configure
|
|
|
|
|
+ cp %{SOURCE configure.gd} wml_common/gd/configure
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
CC="%{l_cc}" \
|
|
CC="%{l_cc}" \
|