auto-import changelog data from ncurses-5.4-9.fc3.src.rpm

Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9.fc3
- n-v-r
Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9.fc2
- n-v-r
Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9
- remove terminfo try-to-please-all xterm hackery; it's now ptty and
    profile's job to point to the correct terminal. (#122815) The rxvt and
    cbt hacks still remain though.
This commit is contained in:
cvsdist 2004-09-09 09:08:32 +00:00
parent ffca066282
commit 4c016f2def

View File

@ -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: 8 Release: 9.fc3
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
@ -10,7 +10,6 @@ Source0: ftp://dickey.his.com/ncurses/ncurses-%{version}.tar.bz2
Source2: ncurses-linux Source2: ncurses-linux
Source3: ncurses-linux-m Source3: ncurses-linux-m
Source4: ncurses-resetall.sh Source4: ncurses-resetall.sh
Patch10: ncurses-5.4-color_xterm.patch
Patch11: ncurses-5.2-rxvt.patch Patch11: ncurses-5.2-rxvt.patch
Patch12: ncurses-5.2-nocbt.patch Patch12: ncurses-5.2-nocbt.patch
BuildRequires: sharutils BuildRequires: sharutils
@ -45,7 +44,6 @@ Use the following compiler flags to build against the ncurses library:
%prep %prep
%setup -q %setup -q
%patch10 -p1 -b .color_xterm
%build %build
CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES" CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
@ -146,6 +144,17 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
%changelog %changelog
* Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9.fc3
- n-v-r
* Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9.fc2
- n-v-r
* Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9
- remove terminfo try-to-please-all xterm hackery; it's now ptty
and profile's job to point to the correct terminal. (#122815)
The rxvt and cbt hacks still remain though.
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt - rebuilt