|
|
@@ -24,7 +24,7 @@
|
|
|
##
|
|
|
|
|
|
# package versions
|
|
|
-%define V_dsh 0.25.0
|
|
|
+%define V_dsh 0.25.1
|
|
|
%define V_dshconfig 0.20.10
|
|
|
|
|
|
# package information
|
|
|
@@ -37,12 +37,13 @@ Distribution: OpenPKG [PLUS]
|
|
|
Group: Shell
|
|
|
License: GPL
|
|
|
Version: %{V_dsh}
|
|
|
-Release: 20040106
|
|
|
+Release: 20040122
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.netfort.gr.jp/~dancer/software/downloads/dsh-%{V_dsh}.tar.gz
|
|
|
Source1: http://www.netfort.gr.jp/~dancer/software/downloads/libdshconfig-%{V_dshconfig}.tar.gz
|
|
|
Source2: dsh.conf
|
|
|
+Patch0: dsh.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -59,6 +60,7 @@ AutoReqProv: no
|
|
|
%prep
|
|
|
%setup0 -q
|
|
|
%setup1 -q -T -D -a 1
|
|
|
+ %patch0 -p0
|
|
|
|
|
|
%build
|
|
|
# build libdshconfig
|