auto-import changelog data from ncurses-5.4-4.1.src.rpm
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Thu Feb 26 2004 Adrian Havill <havill@redhat.com> 5.4-3 - xterm-color is wrong for rh; inverted bs/del (#115499) Wed Feb 25 2004 Adrian Havill <havill@redhat.com> 5.4-3 - link "xterm" to "xterm-color" as temp fix for escape problem (#115448) - remove old zcat for PATCH1 Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Feb 10 2004 Adrian Havill <havill@redhat.com> 5.4-1 - version update to 5.4
This commit is contained in:
parent
d2b28c9403
commit
af9ce6917f
@ -1,3 +1 @@
|
||||
ncurses-5.3-20030517.patch.gz
|
||||
ncurses-5.3.tar.bz2
|
||||
patch-5.3-20030510.sh.gz
|
||||
ncurses-5.4.tar.bz2
|
||||
|
35
ncurses.spec
35
ncurses.spec
@ -1,23 +1,18 @@
|
||||
Summary: A CRT screen handling and optimization package.
|
||||
Name: ncurses
|
||||
Version: 5.3
|
||||
%define PATCHDATE 20030510
|
||||
Version: 5.4
|
||||
%define includedirw %{_includedir}/ncursesw
|
||||
Release: 10
|
||||
Release: 4.1
|
||||
License: distributable
|
||||
Group: System Environment/Libraries
|
||||
URL: http://dickey.his.com/ncurses/ncurses.html
|
||||
Source0: ftp://dickey.his.com/ncurses/ncurses-5.3.tar.bz2
|
||||
Source0: ftp://dickey.his.com/ncurses/ncurses-%{version}.tar.bz2
|
||||
Source2: ncurses-linux
|
||||
Source3: ncurses-linux-m
|
||||
Source4: ncurses-resetall.sh
|
||||
Patch1: ftp://dickey.his.com/ncurses/5.3/patch-5.3-%{PATCHDATE}.sh.gz
|
||||
Patch2: ftp://dickey.his.com/ncurses/5.3/ncurses-5.3-20030517.patch.gz
|
||||
Patch10: ncurses-5.4-color_xterm.patch
|
||||
Patch11: ncurses-5.2-rxvt.patch
|
||||
Patch12: ncurses-5.2-nocbt.patch
|
||||
Patch13: ncurses-5.3-autoconf25.patch
|
||||
Patch14: ncurses-5.3-20030131-terminfo.patch
|
||||
Patch15: ncurses-5.3-safe-sprintf.patch
|
||||
BuildRequires: sharutils
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
@ -58,11 +53,7 @@ C++ bindings to ncurses
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
zcat %PATCH1 | sh
|
||||
%patch2 -p1 -b .20030517
|
||||
%patch13 -p1 -b .ac25
|
||||
%patch14 -p1 -b .rh
|
||||
%patch15 -p1 -b .snprintf
|
||||
%patch10 -p1 -b .color_xterm
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
|
||||
@ -172,6 +163,22 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Feb 26 2004 Adrian Havill <havill@redhat.com> 5.4-3
|
||||
- xterm-color is wrong for rh; inverted bs/del (#115499)
|
||||
|
||||
* Wed Feb 25 2004 Adrian Havill <havill@redhat.com> 5.4-3
|
||||
- link "xterm" to "xterm-color" as temp fix for escape problem (#115448)
|
||||
- remove old zcat for PATCH1
|
||||
|
||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Tue Feb 10 2004 Adrian Havill <havill@redhat.com> 5.4-1
|
||||
- version update to 5.4
|
||||
|
||||
* Thu Jan 29 2004 Adrian Havill <havill@redhat.com> 5.3-10
|
||||
- add /usr/include/ncursesw (#112979)
|
||||
- allow for non-gzipped man pages during the build process
|
||||
|
Loading…
Reference in New Issue
Block a user