Use ncursesw for wide character support.
This commit is contained in:
parent
2b247ca492
commit
9871d4853d
@ -3,7 +3,7 @@
|
||||
|
||||
Name: ocaml-curses
|
||||
Version: 1.0.3
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: OCaml bindings for ncurses
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -47,7 +47,7 @@ autoreconf
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --enable-widec
|
||||
make all opt
|
||||
|
||||
strip dllcurses_stubs.so
|
||||
@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 4 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-7
|
||||
- Use ncursesw for wide character support.
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user