]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - package/mingw-ncurses.spec
ncurses 6.1 - patch 20190810
[ncurses.git] / package / mingw-ncurses.spec
index 5d1a5b68602a4874050eb48607f2f4e647c40d23..1181f3821f67b75e8f9368424aba5773acaa8bdb 100644 (file)
@@ -3,7 +3,7 @@
 Summary: shared libraries for terminal handling
 Name: mingw32-ncurses6
 Version: 6.1
-Release: 20181201
+Release: 20190810
 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