wide character support
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=482
This commit is contained in:
parent
2e509ac991
commit
b71a71acf7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 08:42:40 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add check for wide character support in libncursesw
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:31:47 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -1062,6 +1062,7 @@ includedir5=%{_incdir}/ncurses5' "$pc"
|
||||
%check
|
||||
LD_LIBRARY_PATH=%{buildroot}/%{_lib}:%{buildroot}%{_libdir}
|
||||
export LD_LIBRARY_PATH
|
||||
nm -D %{buildroot}/%{_lib}/libncursesw.so.%{basevers} | grep -q _in_wch
|
||||
%if %{with onlytinfo}
|
||||
nm -D %{buildroot}/%{_lib}/libtinfo.so.%{basevers} | grep -q _nc_read_entry2
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user