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