"Fossies" - the Fresh Open Source Software Archive 
Member "tcshrc/redhat/tcshrc.spec" (24 Jan 2009, 2323 Bytes) of package /linux/privat/old/tcshrc-1.6.2.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) RPM Spec source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 Summary: Tcsh dot file enhancements, complete package.
2 Name: tcshrc
3 Version: 1.6.0
4 Release: 1
5 URL: http://tcshrc.sourceforge.net
6 Source: http://prdownloads.sourceforge.net/tcshrc/%{name}-%{version}.tar.gz
7 License: GPL
8 Group: System Environment/Shells
9 BuildRoot: %{_tmppath}/%{name}-buildroot
10 BuildArchitectures: noarch
11 Requires: tcsh
12
13 %description
14 tcshrc is a collection of dot files that enable all the available
15 features of the tcsh shell such as intelligent completion, aliases
16 and key bindings. Once install, each user can opt in and enable
17 individually the dot files by running 'tcshrc_config'. The administrator
18 can also enable tcshrc so that new users can have tcshrc available
19 by default. If you shell is not tcsh (for example it is bash,
20 run "echo $SHELL"), use 'chsh' to change to "/bin/tcsh" to use tcsh.
21
22 %prep
23 %setup -q -n %{name}-%{version}
24
25 %build
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 mkdir -p $RPM_BUILD_ROOT/usr/bin
30 mkdir -p $RPM_BUILD_ROOT/usr/share/tcshrc
31 install -m 755 tcshrc_config $RPM_BUILD_ROOT/usr/bin/tcshrc_config
32 install -m 755 src/tcshrc $RPM_BUILD_ROOT/usr/share/tcshrc
33 install -m 644 src/tcshrc.alias $RPM_BUILD_ROOT/usr/share/tcshrc/tcshrc.alias
34 install -m 644 src/tcshrc.bindkey $RPM_BUILD_ROOT/usr/share/tcshrc/tcshrc.bindkey
35 install -m 644 src/tcshrc.complete $RPM_BUILD_ROOT/usr/share/tcshrc/tcshrc.complete
36 install -m 644 src/tcshrc.hosts $RPM_BUILD_ROOT/usr/share/tcshrc/tcshrc.hosts
37 install -m 644 src/tcshrc.set $RPM_BUILD_ROOT/usr/share/tcshrc/tcshrc.set
38 install -m 644 src/tcshrc.local $RPM_BUILD_ROOT/usr/share/tcshrc/tcshrc.local
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(-,root,root)
45 %doc COPYING INSTALL FAQ TODO ChangeLog THANKS doc/tcshrc.pdf doc/tcshrc.ps doc/tcshrc.sgml
46 %attr(755,root,root)/usr/bin/tcshrc_config
47 %attr(755,root,root)/usr/share/tcshrc
48 %attr(644,root,root)/usr/share/tcshrc/tcshrc
49 %attr(644,root,root)/usr/share/tcshrc/tcshrc.alias
50 %attr(644,root,root)/usr/share/tcshrc/tcshrc.bindkey
51 %attr(644,root,root)/usr/share/tcshrc/tcshrc.complete
52 %attr(644,root,root)/usr/share/tcshrc/tcshrc.hosts
53 %attr(644,root,root)/usr/share/tcshrc/tcshrc.set
54
55 %changelog
56 * Fri Aug 12 2004 Simos Xenitellis <simos.lists@googlemail.com>
57 - New version including bugfixes (1.5.0).
58 * Fri Apr 3 2003 Simos Xenitellis <simos.lists@googlemail.com>
59 - Initial RPM version (1.2.0).