- apply patch from Hans de Goede, fixing BR142659 [The terminfo data for
kbs changed from \177 to ^H]
This commit is contained in:
parent
464f7cd1e7
commit
bee3815cda
@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
|
|||||||
Name: ncurses
|
Name: ncurses
|
||||||
Version: 5.4
|
Version: 5.4
|
||||||
%define includedirw %{_includedir}/ncursesw
|
%define includedirw %{_includedir}/ncursesw
|
||||||
Release: 16
|
Release: 17
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dickey.his.com/ncurses/ncurses.html
|
URL: http://dickey.his.com/ncurses/ncurses.html
|
||||||
@ -18,6 +18,7 @@ Patch3: ncurses-5.4-20050101.patch
|
|||||||
Patch4: ncurses-5.4-20050108.patch
|
Patch4: ncurses-5.4-20050108.patch
|
||||||
Patch5: ncurses-5.4-20050115.patch
|
Patch5: ncurses-5.4-20050115.patch
|
||||||
Patch6: ncurses-5.4-20050122.patch
|
Patch6: ncurses-5.4-20050122.patch
|
||||||
|
Patch7: ncurses-5.4-xterm-kbs.patch
|
||||||
BuildRequires: sharutils
|
BuildRequires: sharutils
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -59,6 +60,7 @@ Use the following compiler flags to build against the ncurses library:
|
|||||||
%patch4 -p1 -b .20050108
|
%patch4 -p1 -b .20050108
|
||||||
%patch5 -p1 -b .20050115
|
%patch5 -p1 -b .20050115
|
||||||
%patch6 -p1 -b .20050122
|
%patch6 -p1 -b .20050122
|
||||||
|
%patch7 -p1 -b .xterm-kbs
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
|
CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
|
||||||
@ -164,6 +166,10 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 27 2005 Petr Rockai <prockai@redhat.com> - 5.4-17
|
||||||
|
- apply patch from Hans de Goede, fixing BR142659 [The
|
||||||
|
terminfo data for kbs changed from \177 to ^H]
|
||||||
|
|
||||||
* Sun Mar 06 2005 Petr Rockai <prockai@redhat.com>
|
* Sun Mar 06 2005 Petr Rockai <prockai@redhat.com>
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user