- update to newest jumbo monthly patch + weeklies, fixing new line cursor
move problem (#140326)
This commit is contained in:
parent
a4f06c2493
commit
6544890181
@ -1 +1,2 @@
|
|||||||
ncurses-5.4.tar.bz2
|
ncurses-5.4.tar.bz2
|
||||||
|
patch-5.4-20041211.sh
|
||||||
|
25
ncurses.spec
25
ncurses.spec
@ -2,18 +2,22 @@ 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: 14
|
Release: 15
|
||||||
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
|
||||||
Source0: ftp://dickey.his.com/ncurses/ncurses-%{version}.tar.bz2
|
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
|
Source2: ncurses-linux
|
||||||
Source3: ncurses-linux-m
|
Source3: ncurses-linux-m
|
||||||
Source4: ncurses-resetall.sh
|
Source4: ncurses-resetall.sh
|
||||||
#Source5: term.sh
|
#Source5: term.sh
|
||||||
Patch1: ncurses-5.4-20040718.patch
|
Patch1: ncurses-5.4-20041218.patch
|
||||||
Patch2: ncurses-5.4-20040724.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
|
BuildRequires: sharutils
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -49,8 +53,12 @@ Use the following compiler flags to build against the ncurses library:
|
|||||||
|
|
||||||
/bin/bash %{SOURCE1}
|
/bin/bash %{SOURCE1}
|
||||||
|
|
||||||
%patch1 -p1 -b .20040718
|
%patch1 -p1 -b .20041218
|
||||||
%patch2 -p1 -b .20040724
|
%patch2 -p1 -b .20041225
|
||||||
|
%patch3 -p1 -b .20050101
|
||||||
|
%patch4 -p1 -b .20050108
|
||||||
|
%patch5 -p1 -b .20050115
|
||||||
|
%patch6 -p1 -b .20050122
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
|
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}/panel.h
|
||||||
%{_includedir}/term.h
|
%{_includedir}/term.h
|
||||||
%{_includedir}/unctrl.h
|
%{_includedir}/unctrl.h
|
||||||
|
%{_mandir}/man2/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
|
|
||||||
@ -155,6 +164,10 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 21 2004 Adrian Havill <havill@redhat.com> 5.4-14
|
||||||
- escape rpm macros in the changelog (#135408)
|
- escape rpm macros in the changelog (#135408)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user