auto-import changelog data from automake-1.4p5-2.src.rpm

Fri Aug 24 2001 Jens Petersen <petersen@redhat.com> - 1.4p5-2
- dont raise error when there is source in a subdirectory (bug #35156).
    This was preventing automake from working in binutuls/gas [patch from
    HJ Lu <hjl@gnu.org>]
- format long lines of output properly with backslash + newlines as in 1.4
    (bug #35259) [patch from HJ Lu <hjl@gnu.org>]
This commit is contained in:
cvsdist 2004-09-09 03:20:30 +00:00
parent 7e6d849a3d
commit 249ea0e5c0
1 changed files with 15 additions and 4 deletions

View File

@ -3,12 +3,14 @@
Summary: A GNU tool for automatically creating Makefiles.
Name: automake
Version: 1.4p5
Release: 1
Release: 2
Copyright: GPL
Group: Development/Tools
Source: ftp://ftp.gnu.org/pub/gnu/automake/%{tarname}.tar.gz
Patch0: automake-1.4-19980208.patch
Patch1: automake-1.4-libtoolize.patch
Patch2: automake-1.4-subdir.patch
Patch3: automake-1.4-backslash.patch
URL: http://sourceware.cygnus.com/automake
Requires: perl
Prereq: /sbin/install-info
@ -21,15 +23,17 @@ by the 4.4BSD make and include files, but aims to be portable and to
conform to the GNU standards for Makefile variables and targets.
You should install Automake if you are developing software and would
like to use its capabilities of automatically generating GNU
standard Makefiles. if you install Automake, you will also need to
install GNU's Autoconf package.
like to use its ability to automatically generate GNU standard
Makefiles. If you install Automake, you will also need to install
GNU's Autoconf package.
%prep
%setup -q -n %{tarname}
# XXX don't apply development patch from CVS.
#%patch0 -p0 -b .19980208
%patch1 -p0
%patch2 -p1 -b .subdir
%patch3 -p1 -b .backslash
%build
#./configure --prefix=%{_prefix}
@ -65,6 +69,13 @@ fi
%{_datadir}/aclocal
%changelog
* Fri Aug 24 2001 Jens Petersen <petersen@redhat.com> - 1.4p5-2
- dont raise error when there is source in a subdirectory (bug #35156).
This was preventing automake from working in binutuls/gas
[patch from HJ Lu <hjl@gnu.org>]
- format long lines of output properly with backslash + newlines as in 1.4
(bug #35259) [patch from HJ Lu <hjl@gnu.org>]
* Sat Jul 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- 1.4-p5, fixes #48788