auto-import changelog data from tcsh-6.09-7.src.rpm
Mon Sep 18 2000 Adrian Havill <havill@redhat.com> - fix catalog locale dirname for Japanese
This commit is contained in:
parent
77bdf3aaec
commit
7dee801a06
10
tcsh.spec
10
tcsh.spec
@ -3,7 +3,7 @@
|
||||
Summary: An enhanced version of csh, the C shell.
|
||||
Name: tcsh
|
||||
Version: 6.09
|
||||
Release: 6
|
||||
Release: 7
|
||||
Copyright: distributable
|
||||
Group: System Environment/Shells
|
||||
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.tar.gz
|
||||
@ -49,7 +49,7 @@ install -m 644 tcsh.man ${RPM_BUILD_ROOT}%{_mandir}/man1/tcsh.1
|
||||
ln -sf tcsh ${RPM_BUILD_ROOT}%{_bindir}/csh
|
||||
nroff -me eight-bit.me > eight-bit.txt
|
||||
|
||||
for i in de es fr gr_GR it ja_JP.eucJP
|
||||
for i in de es fr gr_GR it ja
|
||||
do
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/locale/$i/LC_MESSAGES
|
||||
done
|
||||
@ -58,7 +58,7 @@ install -m 644 tcsh.spanish.cat ${RPM_BUILD_ROOT}%{_datadir}/locale/es/LC_MESSAG
|
||||
install -m 644 tcsh.french.cat ${RPM_BUILD_ROOT}%{_datadir}/locale/fr/LC_MESSAGES/tcsh
|
||||
install -m 644 tcsh.greek.cat ${RPM_BUILD_ROOT}%{_datadir}/locale/gr_GR/LC_MESSAGES/tcsh
|
||||
install -m 644 tcsh.italian.cat ${RPM_BUILD_ROOT}%{_datadir}/locale/it/LC_MESSAGES/tcsh
|
||||
install -m 644 tcsh.ja.cat ${RPM_BUILD_ROOT}%{_datadir}/locale/ja_JP.eucJP/LC_MESSAGES/tcsh
|
||||
install -m 644 tcsh.ja.cat ${RPM_BUILD_ROOT}%{_datadir}/locale/ja/LC_MESSAGES/tcsh
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
@ -87,8 +87,8 @@ fi
|
||||
%{_datadir}/locale/*/LC_MESSAGES/tcsh*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||||
- automatic rebuild
|
||||
* Wed Sep 18 2000 Adrian Havill <havill@redhat.com>
|
||||
- fix catalog locale dirname for Japanese
|
||||
|
||||
* Thu Jun 15 2000 Jeff Johnson <jbj@redhat.com>
|
||||
- FHS packaging.
|
||||
|
Loading…
Reference in New Issue
Block a user