auto-import changelog data from bash-2.05a-13.src.rpm
Fri Apr 12 2002 Tim Powers <timp@redhat.com> 2.05a-13 - don't build the stuff in examples/loadables. It breaks FHS compliance
This commit is contained in:
parent
8b5e1e8d30
commit
b765d3ad63
10
bash.spec
10
bash.spec
@ -1,7 +1,7 @@
|
|||||||
Version: 2.05a
|
Version: 2.05a
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
||||||
Release: 12
|
Release: 13
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPL
|
License: GPL
|
||||||
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.bz2
|
||||||
@ -84,8 +84,8 @@ fi
|
|||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --with-afs
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --with-afs
|
||||||
make
|
make
|
||||||
|
|
||||||
cd examples/loadables
|
#cd examples/loadables
|
||||||
make
|
#make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -217,6 +217,10 @@ fi
|
|||||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 12 2002 Tim Powers <timp@redhat.com> 2.05a-13
|
||||||
|
- don't build the stuff in examples/loadables. It breaks FHS
|
||||||
|
compliance
|
||||||
|
|
||||||
* Fri Apr 5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-12
|
* Fri Apr 5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-12
|
||||||
- Fix the fix for #62418
|
- Fix the fix for #62418
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user