SHA256
1
0
forked from pool/tcsh
OBS User unknown 2007-02-26 18:05:29 +00:00 committed by Git OBS Bridge
parent e709e1c922
commit ef00591b0b
3 changed files with 25 additions and 18 deletions

View File

@ -1670,7 +1670,7 @@
+
+
+ complete man n@[0-9n]@'`\ls -1fUA ${_manpath}$:-1/|&\sed \\%.\*:%d\;s%\\.$:-1.\*\$%%|\sort -u`'@ \
+ c/-/"(- f k s t l)"/ n/-f/c/ n/-k/x:'<keyword>'/ n/-l/f/ n/*/c/
+ c/-/"(- f k s t l)"/ n/-f/c/ n/-k/x:'<keyword>'/ n/-l/f/ C@./*@f@ n/*/c/
+
+ complete ps c/-t/x:'<tty>'/ c/-/"(a c C e g k l S t u v w x)"/ \
+ n/-k/x:'<kernel>'/ N/-k/x:'<core_file>'/ n/*/x:'<PID>'/

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 16:06:05 CET 2007 - werner@suse.de
- Expand local ./files for manual pages even for tcsh (#248865)
-------------------------------------------------------------------
Wed Aug 16 20:29:28 CEST 2006 - aj@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package tcsh (Version 6.14.00)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -12,12 +12,12 @@
Name: tcsh
URL: http://www.tcsh.org/
License: BSD
License: BSD License and BSD-like
Group: System/Shells
Requires: gawk textutils
Autoreqprov: on
Version: 6.14.00
Release: 24
Release: 49
Summary: The C SHell
Source: ftp.astron.com:/pub/tcsh/tcsh-6.14.00.tar.bz2
Source1: nls-iconv
@ -126,7 +126,9 @@ Authors:
%doc /usr/share/man/man1/tcsh.1.gz
/usr/share/locale/*/LC_MESSAGES/tcsh
%changelog -n tcsh
%changelog
* Mon Feb 26 2007 - werner@suse.de
- Expand local ./files for manual pages even for tcsh (#248865)
* Wed Aug 16 2006 - aj@suse.de
- Remove unneeded BuildRequires.
* Wed Jun 21 2006 - werner@suse.de
@ -255,33 +257,33 @@ Authors:
- fix neededforbuild: textutil -> textutils
* Thu Nov 02 2000 - werner@suse.de
- Use mkstemp for opening tmp files for `<<' redirects
- Use TMPDIR variable for location of tmp files
- Set group tag in spec
- Use TMPDIR variable for location of tmp files
- Set group tag in spec
* Wed May 24 2000 - uli@suse.de
- moved docs to %%{_docdir}
* Wed Jan 26 2000 - werner@suse.de
- New version 6.09.00
- /usr/man -> /usr/share/man
- Fix usage of catopen (MCLoadBySet isn't that what is used
- /usr/man -> /usr/share/man
- Fix usage of catopen (MCLoadBySet isn't that what is used
internally within glibc, set it to MCLoadBySet)
- Avoid crahs due coloured ls-F
- Correct setpath NLS message
- Avoid crahs due coloured ls-F
- Correct setpath NLS message
* Mon Sep 13 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Mon Jun 28 1999 - werner@suse.de
- Source key binding and completion code from
/etc/csh.cshrc out into /etc/profile.d/bindkey.tcsh and
/etc/profile.d/complete.tcsh
- No newgrp builtin because its equivalent to exec newgrp
- No newgrp builtin because its equivalent to exec newgrp
* Wed Jun 16 1999 - ro@suse.de
- create localedirs before make install
* Fri Jun 11 1999 - werner@suse.de
- New version
Fri Mar 12 14:21:46 MET 1999
- Fix SIGSEGV caused different sizes of FILSIZ and BUFSIZE
- New version
- Restore missed MAXNAMLEN
- Make it alpha compile
- Fix SIGSEGV caused different sizes of FILSIZ and BUFSIZE
- New version
- Restore missed MAXNAMLEN
- Make it alpha compile
* Thu Dec 03 1998 - werner@suse.de
- Fix SIGSEGV with SYSMALOC
* alloc n+1 not n chunks
@ -290,10 +292,10 @@ Authors:
- Stupid error fixed
* Tue Sep 15 1998 - werner@suse.de
- Security fix
- Avoid I/O trouble, use POSIX
- Avoid I/O trouble, use POSIX
* Wed Oct 22 1997 - werner@suse.de
- Updatet FAQ.tcsh
- Better installation: remove old files before linking
- Better installation: remove old files before linking
* Thu Jan 02 1997 - bs@suse.de
added FAQ.tcsh
* Thu Jan 02 1997 - werner@suse.de