|
|
@@ -33,7 +33,8 @@
|
|
|
%define V_patch7 20021206
|
|
|
%define V_patch8 20021214
|
|
|
%define V_patch9 20021221
|
|
|
-%define V_patchL %{V_patch9}
|
|
|
+%define V_patch10 20021228
|
|
|
+%define V_patchL %{V_patch10}
|
|
|
|
|
|
# package information
|
|
|
Name: ncurses
|
|
|
@@ -45,7 +46,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Terminal
|
|
|
License: GPL
|
|
|
Version: %{V_base}.%{V_patchL}
|
|
|
-Release: 20021222
|
|
|
+Release: 20021229
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
|
|
|
@@ -58,6 +59,7 @@ Patch6: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V
|
|
|
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
|
|
|
Patch9: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch9}.patch.gz
|
|
|
+Patch10: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch10}.patch.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -76,7 +78,7 @@ AutoReqProv: no
|
|
|
%prep
|
|
|
%setup -q -n ncurses-%{V_base}
|
|
|
for patch in %{PATCH1} %{PATCH2} %{PATCH3} %{PATCH4} %{PATCH5} \
|
|
|
- %{PATCH6} %{PATCH7} %{PATCH8} %{PATCH9}; do
|
|
|
+ %{PATCH6} %{PATCH7} %{PATCH8} %{PATCH9} %{PATCH10}; do
|
|
|
%{l_gzip} -d -c $patch | %{l_patch} -p1 || true
|
|
|
done
|
|
|
|