|
|
@@ -26,9 +26,10 @@
|
|
|
%define V_base 5.4
|
|
|
%define V_patch1 20050827
|
|
|
%define V_patch2 20050903
|
|
|
+%define V_patch3 20050910
|
|
|
%define V_patchB %{V_patch1}
|
|
|
-%define V_patchL %{V_patch2}
|
|
|
-%define V_patches 2
|
|
|
+%define V_patchL %{V_patch3}
|
|
|
+%define V_patches 3
|
|
|
|
|
|
# package information
|
|
|
Name: ncurses
|
|
|
@@ -41,12 +42,13 @@ Class: BASE
|
|
|
Group: Terminal
|
|
|
License: GPL
|
|
|
Version: %{V_base}.%{V_patchL}
|
|
|
-Release: 20050904
|
|
|
+Release: 20050911
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
|
|
|
Patch1: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch1}-patch.sh.bz2
|
|
|
Patch2: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch2}.patch.gz
|
|
|
+Patch3: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch3}.patch.gz
|
|
|
Patch100: ncurses.patch
|
|
|
|
|
|
# build information
|