Author: twittner Date: Wed Aug 10 21:21:14 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added
---- Files affected: SPECS: tcshrc.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/tcshrc.spec diff -u /dev/null SPECS/tcshrc.spec:1.1 --- /dev/null Wed Aug 10 23:21:14 2005 +++ SPECS/tcshrc.spec Wed Aug 10 23:21:09 2005 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ +Summary: Tcsh dot file enhancements, complete package. +Name: tcshrc +Version: 1.6.0 +Release: 0.1 +License: GPL +Group: Applications/Shells +Source0: http://dl.sourceforge.net/tcshrc/%{name}-%{version}.tar.gz +# Source0-md5: fd61940de46da9f682600eb47c44842e +Patch0: %{name}-complete.patch +URL: http://tcshrc.sourceforge.net +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +tcshrc is a collection of dot files that enable all the available +features of the tcsh shell such as intelligent completion, aliases and +key bindings. Once install, each user can opt in and enable +individually the dot files by running 'tcshrc_config'. The +administrator can also enable tcshrc so that new users can have tcshrc +available by default. If you shell is not tcsh (for example it is +bash, run "echo $SHELL"), use 'chsh' to change to "/bin/tcsh" to use +tcsh. + +%prep +%setup -q +%patch0 -p1 + +%build + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}} +cp -f tcshrc_config $RPM_BUILD_ROOT%{_bindir} +cp -f src/* $RPM_BUILD_ROOT%{_datadir}/%{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc COPYING INSTALL FAQ TODO ChangeLog THANKS doc/tcshrc.pdf doc/tcshrc.ps doc/tcshrc.sgml +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/08/10 21:21:09 twittner +- added + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
