auto-import changelog data from ncurses-5.1-2j1.src.rpm

Mon Sep 04 2000 ISHIKAWA Mutsumi <ishikawa@redhat.com>
- update kterm terminfo from Vine
This commit is contained in:
cvsdist 2004-09-09 09:03:07 +00:00
parent f853caa1d5
commit e3466980de

View File

@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
Name: ncurses Name: ncurses
Version: 5.1 Version: 5.1
%define PATCHDATE 20000730 %define PATCHDATE 20000730
Release: 2 Release: 2j1
Copyright: distributable Copyright: 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
@ -13,6 +13,7 @@ Source4: ncurses-resetall.sh
Patch1: ftp://dickey.his.com/ncurses/%{version}/ncurses-%{version}-%{PATCHDATE}.patch.bz2 Patch1: ftp://dickey.his.com/ncurses/%{version}/ncurses-%{version}-%{PATCHDATE}.patch.bz2
Patch12: ncurses-5.0-setuid2.patch Patch12: ncurses-5.0-setuid2.patch
Patch13: ncurses-5.0-xtermchanges.patch Patch13: ncurses-5.0-xtermchanges.patch
Patch100: ncurses-5.1-kterm.patch
BuildRoot: /var/tmp/%{name}-root BuildRoot: /var/tmp/%{name}-root
%description %description
@ -38,6 +39,7 @@ which will use ncurses.
%patch1 -p1 %patch1 -p1
%patch12 -p1 %patch12 -p1
%patch13 -p1 -b .xtermchanges %patch13 -p1 -b .xtermchanges
%patch100 -p1 -b .kterm
find . -name "*.orig" -exec rm -f {} \; find . -name "*.orig" -exec rm -f {} \;
%build %build
@ -98,6 +100,9 @@ install -c -m 755 %{SOURCE4} $RPM_BUILD_ROOT/usr/bin/resetall
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Sep 4 2000 ISHIKAWA Mutsumi <ishikawa@redhat.com>
- update kterm terminfo from Vine
* Fri Aug 4 2000 Bernhard Rosenkraenzer <bero@redhat.com> * Fri Aug 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Add the bugfix patches from the ncurses maintainer - Add the bugfix patches from the ncurses maintainer