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