From 249ea0e5c057169191663d38cc9c7e14d3cd1e8f Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:20:30 +0000 Subject: auto-import changelog data from automake-1.4p5-2.src.rpm Fri Aug 24 2001 Jens Petersen - 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 ] - format long lines of output properly with backslash + newlines as in 1.4 (bug #35259) [patch from HJ Lu ] --- diff --git a/automake.spec b/automake.spec index f88beef..ef42a73 100644 --- a/automake.spec +++ b/automake.spec @@ -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 - 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 ] +- format long lines of output properly with backslash + newlines as in 1.4 + (bug #35259) [patch from HJ Lu ] + * Sat Jul 21 2001 Florian La Roche - 1.4-p5, fixes #48788