Summary: LDP System Administrator's Guide Summary(pl): Podręcznik Administratora Systemu LDP Name: abs-guide Version: 1.7 Release: 1 License: distributable Group: Documentation Source0: http://www.tldp.org/LDP/abs/%{name}.html.tar.gz # Source0-md5: 6d7b9f3a3b879260efd6ae7359fea64a URL: http://www.tldp.org/LDP/abs/html/index.html BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description This document is both a tutorial and a reference on shell scripting with Bash. It assumes no previous knowledge of scripting or programming, but progresses rapidly toward an intermediate/advanced level of instruction. The exercises and heavily-commented examples invite active reader participation. Still, it is a work in progress. The intention is to add much supplementary material in future updates to this document, as it evolves into a comprehensive book that matches or surpasses any of the shell scripting manuals in print. %description -l pl Ten dokument jest podręcznikiem programowania w Bashu, zawiera tutorial i materiały referencyjne. Nie jest wymagana wiedza na temat programowania, by zacz±ć czytać ten podręcznik. %prep %setup -q -n %{name} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_docdir}/LDP/abs-guide cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/abs-guide %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %{_docdir}/LDP/abs-guide