auto-import changelog data from readline-4.2a-4.src.rpm
Wed Mar 20 2002 Trond Eivind Glomsrd <teg@redhat.com> 4.2a-4 - Use autoconf 2.53, not 2.52
This commit is contained in:
parent
563ef6cf24
commit
e86817dc61
@ -1,7 +1,7 @@
|
|||||||
Summary: A library for editing typed command lines.
|
Summary: A library for editing typed command lines.
|
||||||
Name: readline
|
Name: readline
|
||||||
Version: 4.2a
|
Version: 4.2a
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://ftp.gnu.org/gnu/readline-%{version}.tar.bz2
|
Source: ftp://ftp.gnu.org/gnu/readline-%{version}.tar.bz2
|
||||||
@ -11,7 +11,7 @@ Patch2: readline-4.2-fixendkey.patch
|
|||||||
Patch3: readline-4.1-booleancase.patch
|
Patch3: readline-4.1-booleancase.patch
|
||||||
Prereq: /sbin/install-info /sbin/ldconfig
|
Prereq: /sbin/install-info /sbin/ldconfig
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
BuildRequires: sed autoconf252
|
BuildRequires: sed autoconf253
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Readline library provides a set of functions that allow users to
|
The Readline library provides a set of functions that allow users to
|
||||||
@ -39,7 +39,7 @@ installed. You also need to have the readline package installed.
|
|||||||
%patch2 -p1 -b .fixendkey
|
%patch2 -p1 -b .fixendkey
|
||||||
# XXX don't bother about this
|
# XXX don't bother about this
|
||||||
#%patch3 -p1 -b .booleancase
|
#%patch3 -p1 -b .booleancase
|
||||||
autoconf || autoconf-2.52
|
autoconf || autoconf-2.53
|
||||||
# Work around autoconf 2.5x being broken
|
# Work around autoconf 2.5x being broken
|
||||||
echo "LIBVERSION=4.2" >configure.new
|
echo "LIBVERSION=4.2" >configure.new
|
||||||
cat configure >>configure.new
|
cat configure >>configure.new
|
||||||
@ -92,6 +92,9 @@ fi
|
|||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 20 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.2a-4
|
||||||
|
- Use autoconf 2.53, not 2.52
|
||||||
|
|
||||||
* Mon Mar 4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 4.2a-3
|
* Mon Mar 4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 4.2a-3
|
||||||
- Rebuild
|
- Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user