auto-import changelog data from ncurses-5.2-2.src.rpm
Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix alpha and ia64 - Rebuild with gcc 2.96-64 Thu Nov 02 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.2 - Fix typo in man page (Bug #20205) - update the "screen" terminfo entries to the version supplied with screen 3.9.8
This commit is contained in:
parent
9c04e4c243
commit
d92cc5489a
@ -1,3 +1,2 @@
|
|||||||
ncurses-5.1-20000930.patch.bz2
|
ncurses-5.2-20001028.patch.gz
|
||||||
ncurses-5.1-20001007.patch.gz
|
ncurses-5.2.tar.gz
|
||||||
ncurses-5.1.tar.gz
|
|
||||||
|
28
ncurses.spec
28
ncurses.spec
@ -1,8 +1,8 @@
|
|||||||
Summary: A CRT screen handling and optimization package.
|
Summary: A CRT screen handling and optimization package.
|
||||||
Name: ncurses
|
Name: ncurses
|
||||||
Version: 5.1
|
Version: 5.2
|
||||||
%define PATCHDATE 20000930
|
%define PATCHDATE 20001028
|
||||||
Release: 5
|
Release: 2
|
||||||
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
|
||||||
@ -10,10 +10,12 @@ Source0: ftp://dickey.his.com/ncurses/ncurses-%{version}.tar.gz
|
|||||||
Source2: ncurses-linux
|
Source2: ncurses-linux
|
||||||
Source3: ncurses-linux-m
|
Source3: ncurses-linux-m
|
||||||
Source4: ncurses-resetall.sh
|
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.gz
|
||||||
Patch2: ncurses-5.1-20001007.patch.gz
|
Patch2: ncurses-typo.patch
|
||||||
|
Patch3: ncurses-5.2-64bit.patch
|
||||||
Patch12: ncurses-5.0-setuid2.patch
|
Patch12: ncurses-5.0-setuid2.patch
|
||||||
Patch13: ncurses-5.1-xtermchanges.patch
|
Patch13: ncurses-5.1-xtermchanges.patch
|
||||||
|
Patch14: ncurses-5.2-screen.patch
|
||||||
BuildRoot: /var/tmp/%{name}-root
|
BuildRoot: /var/tmp/%{name}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -37,9 +39,11 @@ which will use ncurses.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1 -b .typo
|
||||||
|
%patch3 -p1 -b .64bit
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
%patch13 -p1 -b .xtermchanges
|
%patch13 -p1 -b .xtermchanges
|
||||||
|
%patch14 -p1 -b .screen
|
||||||
find . -name "*.orig" -exec rm -f {} \;
|
find . -name "*.orig" -exec rm -f {} \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -47,7 +51,7 @@ CFLAGS="%{optflags} -DPURE_TERMINFO"
|
|||||||
%define optflags $CFLAGS
|
%define optflags $CFLAGS
|
||||||
%configure \
|
%configure \
|
||||||
--with-normal --with-shared --without-debug --without-profile \
|
--with-normal --with-shared --without-debug --without-profile \
|
||||||
--without-cxx --without-ada
|
--without-cxx --without-ada --enable-sigwinch --enable-hard-tabs
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -100,6 +104,16 @@ install -c -m 755 %{SOURCE4} $RPM_BUILD_ROOT/usr/bin/resetall
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
|
- Fix alpha and ia64
|
||||||
|
- Rebuild with gcc 2.96-64
|
||||||
|
|
||||||
|
* Thu Nov 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
|
- 5.2
|
||||||
|
- Fix typo in man page (Bug #20205)
|
||||||
|
- update the "screen" terminfo entries to the version supplied with
|
||||||
|
screen 3.9.8
|
||||||
|
|
||||||
* Mon Oct 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
* Mon Oct 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
- Update (fixes the "make menuconfig" bug introduced by the security fix)
|
- Update (fixes the "make menuconfig" bug introduced by the security fix)
|
||||||
|
|
||||||
|
5
sources
5
sources
@ -1,3 +1,2 @@
|
|||||||
5abaef6dfca0844a94f6c4930179f680 ncurses-5.1-20000930.patch.bz2
|
43c5f114034671769ccac569ea3b70f4 ncurses-5.2-20001028.patch.gz
|
||||||
0a930f2330b2ede956e42dc396a14964 ncurses-5.1-20001007.patch.gz
|
464d6a49010cf2a6eb9ce59a264d4d47 ncurses-5.2.tar.gz
|
||||||
6b379ee0b8ad607acdba9c8039818921 ncurses-5.1.tar.gz
|
|
||||||
|
Loading…
Reference in New Issue
Block a user