|
|
|
@ -38,9 +38,10 @@
|
|
|
|
|
%define V_patch12 20180512 |
|
|
|
|
%define V_patch13 20180519 |
|
|
|
|
%define V_patch14 20180526 |
|
|
|
|
%define V_patch15 20180602 |
|
|
|
|
%define V_patchB %{V_patch1} |
|
|
|
|
%define V_patchL %{V_patch14} |
|
|
|
|
%define V_patches 14 |
|
|
|
|
%define V_patchL %{V_patch15} |
|
|
|
|
%define V_patches 15 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: ncurses |
|
|
|
@ -53,7 +54,7 @@ Class: CORE
|
|
|
|
|
Group: Terminal |
|
|
|
|
License: MIT-style |
|
|
|
|
Version: %{V_base}.%{V_patchL} |
|
|
|
|
Release: 20180527 |
|
|
|
|
Release: 20180603 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_widechar no |
|
|
|
@ -75,6 +76,7 @@ Patch11: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}
|
|
|
|
|
Patch12: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch12}.patch.gz |
|
|
|
|
Patch13: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch13}.patch.gz |
|
|
|
|
Patch14: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch14}.patch.gz |
|
|
|
|
Patch15: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch15}.patch.gz |
|
|
|
|
Patch100: ncurses.patch |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|