- Applied patch from Florian La Roche to fix CPPFLAGS quoting in spec file.
This commit is contained in:
parent
5a4ad2e79d
commit
7b27986b82
@ -1,7 +1,7 @@
|
|||||||
Version: 3.0
|
Version: 3.0
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
||||||
Release: 24
|
Release: 25
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPL
|
License: GPL
|
||||||
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
|
||||||
@ -123,7 +123,7 @@ if ! autoconf; then
|
|||||||
export PATH=.:$PATH
|
export PATH=.:$PATH
|
||||||
fi
|
fi
|
||||||
%configure --with-bash-malloc=no --with-afs
|
%configure --with-bash-malloc=no --with-afs
|
||||||
make CPPFLAGS=`getconf LFS_CFLAGS`
|
make "CPPFLAGS=`getconf LFS_CFLAGS`"
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -245,6 +245,9 @@ fi
|
|||||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 5 2004 Tim Waugh <twaugh@redhat.com> 3.0-25
|
||||||
|
- Applied patch from Florian La Roche to fix CPPFLAGS quoting in spec file.
|
||||||
|
|
||||||
* Tue Nov 30 2004 Tim Waugh <twaugh@redhat.com>
|
* Tue Nov 30 2004 Tim Waugh <twaugh@redhat.com>
|
||||||
- Fixed typo in man page (spotted on bug-bash).
|
- Fixed typo in man page (spotted on bug-bash).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user