auto-import changelog data from ncurses-5.2-25.src.rpm
Mon Feb 25 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-25 - Remove bogus man pages - Remove bool hack, it breaks make menuconfig
This commit is contained in:
parent
72b457329d
commit
8e022b954e
@ -1,3 +1,4 @@
|
||||
ncurses-5.2-20020218.patch.gz
|
||||
ncurses-5.2-20020223.patch.gz
|
||||
ncurses-5.2.tar.bz2
|
||||
patch-5.2-20020216.sh.gz
|
||||
|
12
ncurses.spec
12
ncurses.spec
@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
|
||||
Name: ncurses
|
||||
Version: 5.2
|
||||
%define PATCHDATE 20020216
|
||||
Release: 23
|
||||
Release: 25
|
||||
License: distributable
|
||||
Group: System Environment/Libraries
|
||||
URL: http://dickey.his.com/ncurses/ncurses.html
|
||||
@ -12,9 +12,9 @@ Source3: ncurses-linux-m
|
||||
Source4: ncurses-resetall.sh
|
||||
Patch1: ftp://dickey.his.com/ncurses/5.2/patch-5.2-%{PATCHDATE}.sh.gz
|
||||
Patch2: ftp://dickey.his.com/ncurses/5.2/ncurses-5.2-20020218.patch.gz
|
||||
Patch3: ftp://dickey.his.com/ncurses/5.2/ncurses-5.2-20020223.patch.gz
|
||||
Patch10: ncurses-5.2-20010623-xtermchanges.patch
|
||||
Patch11: ncurses-5.2-rxvt.patch
|
||||
Patch12: ncurses-5.2-nobool.patch
|
||||
Patch13: ncurses-5.2-autoconf25.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
@ -47,10 +47,10 @@ C++ bindings to ncurses
|
||||
%prep
|
||||
%setup -q
|
||||
zcat %{PATCH1} |sh
|
||||
%patch2 -p1 -b .pl1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch10 -p1 -b .xterm
|
||||
%patch11 -p1 -b .rxvt
|
||||
%patch12 -p1 -b .bool
|
||||
%patch13 -p1 -b .ac25
|
||||
find . -name "*.orig" -exec rm -f {} \;
|
||||
|
||||
@ -130,6 +130,10 @@ install -c -m 755 %{SOURCE4} $RPM_BUILD_ROOT/usr/bin/resetall
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Mon Feb 25 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-25
|
||||
- Remove bogus man pages
|
||||
- Remove bool hack, it breaks make menuconfig
|
||||
|
||||
* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-24
|
||||
- Rebuild for glibc 2.3/gcc 3.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user