|
|
@@ -31,7 +31,8 @@
|
|
|
%define V_patch5 20021116
|
|
|
%define V_patch6 20021123
|
|
|
%define V_patch7 20021206
|
|
|
-%define V_patchL %{V_patch7}
|
|
|
+%define V_patch8 20021214
|
|
|
+%define V_patchL %{V_patch8}
|
|
|
|
|
|
# package information
|
|
|
Name: ncurses
|
|
|
@@ -43,7 +44,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Terminal
|
|
|
License: GPL
|
|
|
Version: %{V_base}.%{V_patchL}
|
|
|
-Release: 20021208
|
|
|
+Release: 20021215
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
|
|
|
@@ -54,6 +55,7 @@ Patch4: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V
|
|
|
Patch5: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch5}.patch.gz
|
|
|
Patch6: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch6}.patch.gz
|
|
|
Patch7: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch7}.patch.gz
|
|
|
+Patch8: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch8}.patch.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -69,14 +71,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n ncurses-%{V_base}
|
|
|
- #( %{l_gzip} -d -c %{PATCH0} >patchbase.sh
|
|
|
- # %{l_shtool} subst \
|
|
|
- # -e 's;gzip -dc;%{l_gzip} -dc;' \
|
|
|
- # -e 's;patch -p1;%{l_patch} -p1;' \
|
|
|
- # patchbase.sh
|
|
|
- # sh patchbase.sh
|
|
|
- #)
|
|
|
- for patch in %{PATCH1} %{PATCH2} %{PATCH3} %{PATCH4}; do
|
|
|
+ for patch in %{PATCH1} %{PATCH2} %{PATCH3} %{PATCH4} %{PATCH5} %{PATCH6} %{PATCH7} %{PATCH8}; do
|
|
|
%{l_gzip} -d -c $patch | %{l_patch} -p1 || true
|
|
|
done
|
|
|
|