auto-import less-358-17 from less-358-17.src.rpm

This commit is contained in:
cvsdist 2004-09-09 07:12:34 +00:00
parent bf92281784
commit 3045fecec2
3 changed files with 5 additions and 1 deletions

View File

@ -6,5 +6,7 @@ endif
if ( $?LANG ) then
if ( `echo $LANG | cut -b 1-2` == "ja" ) then
setenv JLESSCHARSET japanese
else if ( `echo $LANG | cut -b 1-2` == "ko" ) then
setenv JLESSCHARSET ko
endif
endif

View File

@ -3,5 +3,7 @@
if [ x`echo $LANG | cut -b 1-2` = x"ja" ]; then
export JLESSCHARSET=japanese;
elif [ x`echo $LANG | cut -b 1-2` = x"ko" ]; then
export JLESSCHARSET=ko;
fi

View File

@ -1,7 +1,7 @@
Summary: A text file browser similar to more, but better.
Name: less
Version: 358
Release: 16
Release: 17
License: GPL
Group: Applications/Text
Source: http://www.flash.net/~marknu/less/%{name}-%{version}.tar.gz