auto-import changelog data from ncurses-5.4-10.fc3.src.rpm
Thu Jul 08 2004 Adrian Havill <havill@redhat.com> 5.4-10 - add home/end mappings to gnome definition (#122815)
This commit is contained in:
parent
4c016f2def
commit
5d03377ede
10
ncurses.spec
10
ncurses.spec
@ -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: 9.fc3
|
Release: 10.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,8 +10,7 @@ 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
|
||||||
Patch11: ncurses-5.2-rxvt.patch
|
Patch13: ncurses-5.4-home_end.patch
|
||||||
Patch12: ncurses-5.2-nocbt.patch
|
|
||||||
BuildRequires: sharutils
|
BuildRequires: sharutils
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -44,6 +43,7 @@ Use the following compiler flags to build against the ncurses library:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch13 -p1 -b .home_end
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
|
CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
|
||||||
@ -144,6 +144,9 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 08 2004 Adrian Havill <havill@redhat.com> 5.4-10
|
||||||
|
- add home/end mappings to gnome definition (#122815)
|
||||||
|
|
||||||
* Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9.fc3
|
* Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9.fc3
|
||||||
- n-v-r
|
- n-v-r
|
||||||
|
|
||||||
@ -153,7 +156,6 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
* Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9
|
* Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9
|
||||||
- remove terminfo try-to-please-all xterm hackery; it's now ptty
|
- remove terminfo try-to-please-all xterm hackery; it's now ptty
|
||||||
and profile's job to point to the correct terminal. (#122815)
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user