- update to newest jumbo monthly patch + weeklies, fixing new line cursor

move problem (#140326)
This commit is contained in:
havill 2005-01-27 21:17:46 +00:00
parent a4f06c2493
commit 6544890181
3 changed files with 21 additions and 6 deletions

View File

@ -1 +1,2 @@
ncurses-5.4.tar.bz2
patch-5.4-20041211.sh

View File

@ -2,18 +2,22 @@ Summary: A CRT screen handling and optimization package.
Name: ncurses
Version: 5.4
%define includedirw %{_includedir}/ncursesw
Release: 14
Release: 15
License: distributable
Group: System Environment/Libraries
URL: http://dickey.his.com/ncurses/ncurses.html
Source0: ftp://dickey.his.com/ncurses/ncurses-%{version}.tar.bz2
Source1: patch-5.4-20040711.sh
Source1: patch-5.4-20041211.sh
Source2: ncurses-linux
Source3: ncurses-linux-m
Source4: ncurses-resetall.sh
#Source5: term.sh
Patch1: ncurses-5.4-20040718.patch
Patch2: ncurses-5.4-20040724.patch
Patch1: ncurses-5.4-20041218.patch
Patch2: ncurses-5.4-20041225.patch
Patch3: ncurses-5.4-20050101.patch
Patch4: ncurses-5.4-20050108.patch
Patch5: ncurses-5.4-20050115.patch
Patch6: ncurses-5.4-20050122.patch
BuildRequires: sharutils
BuildRoot: %{_tmppath}/%{name}-root
@ -49,8 +53,12 @@ Use the following compiler flags to build against the ncurses library:
/bin/bash %{SOURCE1}
%patch1 -p1 -b .20040718
%patch2 -p1 -b .20040724
%patch1 -p1 -b .20041218
%patch2 -p1 -b .20041225
%patch3 -p1 -b .20050101
%patch4 -p1 -b .20050108
%patch5 -p1 -b .20050115
%patch6 -p1 -b .20050122
%build
CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
@ -148,6 +156,7 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
%{_includedir}/panel.h
%{_includedir}/term.h
%{_includedir}/unctrl.h
%{_mandir}/man2/*
%{_mandir}/man3/*
@ -155,6 +164,10 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
rm -rf ${RPM_BUILD_ROOT}
%changelog
* Thu Jan 27 2005 Adrian Havill <havill@redhat.com> 5.4-15
- update to newest jumbo monthly patch + weeklies, fixing
new line cursor move problem (#140326)
* Wed Oct 21 2004 Adrian Havill <havill@redhat.com> 5.4-14
- escape rpm macros in the changelog (#135408)

View File

@ -1 +1,2 @@
236968460fe1a1d0e293a9c5e6f10805 ncurses-5.4.tar.bz2
a0dbc4dd37993909e25692ce46e158e5 patch-5.4-20041211.sh