|
|
@@ -23,8 +23,8 @@
|
|
|
##
|
|
|
|
|
|
# package version
|
|
|
-%define V_opkg 20070430
|
|
|
-%define V_dist 2007-04-30
|
|
|
+%define V_opkg 20070528
|
|
|
+%define V_dist 2007-05-28
|
|
|
|
|
|
# package information
|
|
|
Name: io
|
|
|
@@ -37,7 +37,7 @@ Class: EVAL
|
|
|
Group: Language
|
|
|
License: BSD
|
|
|
Version: %{V_opkg}
|
|
|
-Release: 20070507
|
|
|
+Release: 20070531
|
|
|
|
|
|
# package options
|
|
|
%option with_threads no
|
|
|
@@ -47,7 +47,6 @@ Release: 20070507
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://io.urbanape.com/release/Io-%{V_dist}.zip
|
|
|
-Patch0: io.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -86,7 +85,6 @@ AutoReqProv: no
|
|
|
%prep
|
|
|
%setup -q -T -c
|
|
|
%{l_prefix}/bin/unzip -q -x %{SOURCE0}
|
|
|
- %patch -p0 -d Io-%{V_dist}
|
|
|
|
|
|
%build
|
|
|
# prepare addon directory
|