]> git.pld-linux.org Git - packages/abs-guide.git/blob - abs-guide.spec
- initial release
[packages/abs-guide.git] / abs-guide.spec
1 Summary:        LDP System Administrator's Guide
2 Summary(pl):    Podrêcznik Administratora Systemu LDP
3 Name:           abs-guide
4 Version:        1.5
5 Release:        1
6 License:        distributable
7 Group:          Documentation
8 Source0:        http://www.tldp.org/LDP/abs/%{name}.html.tar.gz
9 URL:            http://www.tldp.org/LDP/abs/html/index.html
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 This document is both a tutorial and a reference on shell scripting
15 with Bash. It assumes no previous knowledge of scripting or
16 programming, but progresses rapidly toward an intermediate/advanced
17 level of instruction. The exercises and heavily-commented examples
18 invite active reader participation. Still, it is a work in progress.
19 The intention is to add much supplementary material in future updates
20 to this document, as it evolves into a comprehensive book that matches
21 or surpasses any of the shell scripting manuals in print.
22
23 %description -l pl
24 Ten dokument jest podrêcznikiem programowania w Bashu, zawiera
25 tutorial i materia³y referencyjne. ¯eby czytaæ ten podêcznik nie jest
26 wymagana ¿adna wcze¶niejsza wiedza na temat programowania.
27
28 %prep
29 %setup -q -n %{name}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_docdir}/LDP/abs-guide
34
35 cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/abs-guide
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %{_docdir}/LDP/abs-guide
This page took 0.478595 seconds and 3 git commands to generate.