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. Summary: A GNU tool for automatically creating Makefiles.
Name: automake Name: automake
Version: 1.4p5 Version: 1.4p5
Release: 1 Release: 2
Copyright: GPL Copyright: GPL
Group: Development/Tools Group: Development/Tools
Source: ftp://ftp.gnu.org/pub/gnu/automake/%{tarname}.tar.gz Source: ftp://ftp.gnu.org/pub/gnu/automake/%{tarname}.tar.gz
Patch0: automake-1.4-19980208.patch Patch0: automake-1.4-19980208.patch
Patch1: automake-1.4-libtoolize.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 URL: http://sourceware.cygnus.com/automake
Requires: perl Requires: perl
Prereq: /sbin/install-info 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. conform to the GNU standards for Makefile variables and targets.
You should install Automake if you are developing software and would You should install Automake if you are developing software and would
like to use its capabilities of automatically generating GNU like to use its ability to automatically generate GNU standard
standard Makefiles. if you install Automake, you will also need to Makefiles. If you install Automake, you will also need to install
install GNU's Autoconf package. GNU's Autoconf package.
%prep %prep
%setup -q -n %{tarname} %setup -q -n %{tarname}
# XXX don't apply development patch from CVS. # XXX don't apply development patch from CVS.
#%patch0 -p0 -b .19980208 #%patch0 -p0 -b .19980208
%patch1 -p0 %patch1 -p0
%patch2 -p1 -b .subdir
%patch3 -p1 -b .backslash
%build %build
#./configure --prefix=%{_prefix} #./configure --prefix=%{_prefix}
@ -65,6 +69,13 @@ fi
%{_datadir}/aclocal %{_datadir}/aclocal
%changelog %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> * Sat Jul 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- 1.4-p5, fixes #48788 - 1.4-p5, fixes #48788