auto-import changelog data from bash-2.04-11j3.src.rpm

Wed Sep 06 2000 ISHIKAWA Mutsumi <ishikaw@redhat.com>
- move back /etc/skel/{.bash_profile,.bashrc,.bash_logout} from etcskel
    package
- modify /etc/skel/.bashrc and /etc/bashrc for i18n
Wed Sep 06 2000 ISHIKAWA Mutsumi <ishikaw@redhat.com>
- move /etc/skel/{.bash_profile,.bashrc,.bash_logout} to etcskel package
This commit is contained in:
cvsdist 2004-09-09 03:25:12 +00:00
parent c7d2abb5ce
commit ebba50e24d
2 changed files with 16 additions and 3 deletions

View File

@ -1,7 +1,8 @@
%define OrigRelease 11
Version: 2.04 Version: 2.04
Name: bash Name: bash
Summary: The GNU Bourne Again shell (bash) version %{version}. Summary: The GNU Bourne Again shell (bash) version %{version}.
Release: 11 Release: %{OrigRelease}j3
Group: System Environment/Shells Group: System Environment/Shells
Copyright: GPL Copyright: GPL
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
@ -58,7 +59,7 @@ Again shell version %{version}.
%patch7 -p1 -b .shellfunc %patch7 -p1 -b .shellfunc
%patch8 -p1 -b .ia64 %patch8 -p1 -b .ia64
echo %{version} > _distribution echo %{version} > _distribution
echo %{release} > _patchlevel echo %{OrigRelease} > _patchlevel
%build %build
#CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \ #CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
@ -128,7 +129,6 @@ install -c -m644 $RPM_SOURCE_DIR/dot-bash_profile \
install -c -m644 $RPM_SOURCE_DIR/dot-bash_logout \ install -c -m644 $RPM_SOURCE_DIR/dot-bash_logout \
$RPM_BUILD_ROOT/etc/skel/.bash_logout $RPM_BUILD_ROOT/etc/skel/.bash_logout
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -198,6 +198,14 @@ fi
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
%changelog %changelog
* Wed Sep 6 2000 ISHIKAWA Mutsumi <ishikaw@redhat.com>
- move back /etc/skel/{.bash_profile,.bashrc,.bash_logout} from
etcskel package
- modify /etc/skel/.bashrc and /etc/bashrc for i18n
* Wed Sep 6 2000 ISHIKAWA Mutsumi <ishikaw@redhat.com>
- move /etc/skel/{.bash_profile,.bashrc,.bash_logout} to etcskel package
* Tue Aug 22 2000 Matt Wilson <msw@redhat.com> * Tue Aug 22 2000 Matt Wilson <msw@redhat.com>
- fixed the summary of bash-doc to use %%{version} instead of "2.03" - fixed the summary of bash-doc to use %%{version} instead of "2.03"

View File

@ -6,3 +6,8 @@
if [ -f /etc/bashrc ]; then if [ -f /etc/bashrc ]; then
. /etc/bashrc . /etc/bashrc
fi fi
export EMACS_IM="canna"
if [ "$LANG" = "ja" -o "$LANG" = "ja_JP.eucJP" ]; then
export JLESSCHARSET=japanese
fi