projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 6.2 - patch 20200711
[ncurses.git]
/
package
/
mingw-ncurses.spec
diff --git
a/package/mingw-ncurses.spec
b/package/mingw-ncurses.spec
index c2d41c500c387b8fb6e73de2825a9f635809055b..0a0ac1f1ed60df4b05b6f37381d2fb44dbb60d94 100644
(file)
--- a/
package/mingw-ncurses.spec
+++ b/
package/mingw-ncurses.spec
@@
-2,8
+2,8
@@
Summary: shared libraries for terminal handling
Name: mingw32-ncurses6
Summary: shared libraries for terminal handling
Name: mingw32-ncurses6
-Version: 6.
1
-Release: 20
190413
+Version: 6.
2
+Release: 20
200711
License: X11
Group: Development/Libraries
Source: ncurses-%{version}-%{release}.tgz
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-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 \\\
--with-install-prefix=$RPM_BUILD_ROOT \\\
--with-pc-suffix=%{MY_ABI} \\\
--with-pcre2 \\\
@@
-145,6
+147,9
@@
rm -rf $RPM_BUILD_ROOT
%changelog
%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
* Sat Feb 10 2018 Thomas E. Dickey
- add several development features