auto-import changelog data from tcsh-6.12-2.src.rpm
Thu Aug 08 2002 Phil Knirsch <pknirsch@redhat.com> 6.12-2 - Added csh.1 symlink to manpages.
This commit is contained in:
parent
602121e016
commit
e592de34f4
@ -3,7 +3,7 @@
|
|||||||
Summary: An enhanced version of csh, the C shell.
|
Summary: An enhanced version of csh, the C shell.
|
||||||
Name: tcsh
|
Name: tcsh
|
||||||
Version: 6.12
|
Version: 6.12
|
||||||
Release: 1
|
Release: 2
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
|
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
|
||||||
@ -83,6 +83,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1 ${RPM_BUILD_ROOT}%{_bindir}
|
|||||||
install -m 755 tcsh ${RPM_BUILD_ROOT}%{_bindir}/tcsh
|
install -m 755 tcsh ${RPM_BUILD_ROOT}%{_bindir}/tcsh
|
||||||
install -m 644 tcsh.man ${RPM_BUILD_ROOT}%{_mandir}/man1/tcsh.1
|
install -m 644 tcsh.man ${RPM_BUILD_ROOT}%{_mandir}/man1/tcsh.1
|
||||||
ln -sf tcsh ${RPM_BUILD_ROOT}%{_bindir}/csh
|
ln -sf tcsh ${RPM_BUILD_ROOT}%{_bindir}/csh
|
||||||
|
ln -sf tcsh.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/csh.1
|
||||||
cat catalogs | while read lang charset language ; do
|
cat catalogs | while read lang charset language ; do
|
||||||
dest=${RPM_BUILD_ROOT}%{_datadir}/locale/$lang/LC_MESSAGES
|
dest=${RPM_BUILD_ROOT}%{_datadir}/locale/$lang/LC_MESSAGES
|
||||||
if test -f tcsh.$language.cat ; then
|
if test -f tcsh.$language.cat ; then
|
||||||
@ -132,6 +133,9 @@ fi
|
|||||||
%lang(uk) %{_datadir}/locale/uk/LC_MESSAGES/tcsh*
|
%lang(uk) %{_datadir}/locale/uk/LC_MESSAGES/tcsh*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 08 2002 Phil Knirsch <pknirsch@redhat.com> 6.12-2
|
||||||
|
- Added csh.1 symlink to manpages.
|
||||||
|
|
||||||
* Tue Jun 4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.11-1
|
* Tue Jun 4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.11-1
|
||||||
- update to 6.11
|
- update to 6.11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user