X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fmingw-ncurses.spec;h=5b60339fb63b024dcd629d5da79f03f29bbde03e;hp=927e2438a6c6165fd16f75e294da777a6d080f47;hb=efa78d11c3ea7f51c7078b64a34c98b44ecb0e1a;hpb=8b6693ef8fb9e7bafb52d7c42fc3d15b7a1bea3f diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index 927e2438..5b60339f 100644 --- a/package/mingw-ncurses.spec +++ b/package/mingw-ncurses.spec @@ -3,7 +3,7 @@ Summary: shared libraries for terminal handling Name: mingw32-ncurses6 Version: 6.1 -Release: 20190420 +Release: 20190824 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz @@ -68,6 +68,8 @@ This package is used for testing ABI %{MY_ABI} with cross-compiles to MinGW. --with-cxx-shared \\\ --with-develop \\\ --with-fallbacks=unknown,xterm \\\ + --with-tic-path=/usr/bin/tic${MY_ABI} \\\ + --with-infocmp-path=/usr/bin/infocmp${MY_ABI} \\\ --with-install-prefix=$RPM_BUILD_ROOT \\\ --with-pc-suffix=%{MY_ABI} \\\ --with-pcre2 \\\ @@ -145,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 30 2019 Thomas E. Dickey +- use tic-path and infocmp-path options for fallbacks + * Sat Feb 10 2018 Thomas E. Dickey - add several development features