|
|
|
@ -34,9 +34,10 @@
|
|
|
|
|
%define V_patch8 20180407 |
|
|
|
|
%define V_patch9 20180414 |
|
|
|
|
%define V_patch10 20180428 |
|
|
|
|
%define V_patch11 20180505 |
|
|
|
|
%define V_patchB %{V_patch1} |
|
|
|
|
%define V_patchL %{V_patch10} |
|
|
|
|
%define V_patches 10 |
|
|
|
|
%define V_patchL %{V_patch11} |
|
|
|
|
%define V_patches 11 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: ncurses |
|
|
|
@ -49,7 +50,7 @@ Class: CORE
|
|
|
|
|
Group: Terminal |
|
|
|
|
License: MIT-style |
|
|
|
|
Version: %{V_base}.%{V_patchL} |
|
|
|
|
Release: 20180429 |
|
|
|
|
Release: 20180506 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_widechar no |
|
|
|
@ -67,6 +68,7 @@ Patch7: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}
|
|
|
|
|
Patch8: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch8}.patch.gz |
|
|
|
|
Patch9: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch9}.patch.gz |
|
|
|
|
Patch10: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch10}.patch.gz |
|
|
|
|
Patch11: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch11}.patch.gz |
|
|
|
|
Patch100: ncurses.patch |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|