]> git.pld-linux.org Git - packages/abs-guide.git/blob - abs-guide.spec
- updated to 6.2
[packages/abs-guide.git] / abs-guide.spec
1 Summary:        Advanced Bash Scripting Guide
2 Summary(pl.UTF-8):      Zaawansowany podręcznik programowania w Bashu
3 Name:           abs-guide
4 Version:        6.2
5 Release:        1
6 License:        distributable
7 Group:          Documentation
8 Source0:        http://www.tldp.org/LDP/abs/%{name}.html.tar.gz
9 # Source0-md5:  118cf9ee5349c4bfcfe3a656ba2742e5
10 URL:            http://www.tldp.org/LDP/abs/html/index.html
11 Requires:       LDP-base
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This document is both a tutorial and a reference on shell scripting
17 with Bash. It assumes no previous knowledge of scripting or
18 programming, but progresses rapidly toward an intermediate/advanced
19 level of instruction. The exercises and heavily-commented examples
20 invite active reader participation. Still, it is a work in progress.
21 The intention is to add much supplementary material in future updates
22 to this document, as it evolves into a comprehensive book that matches
23 or surpasses any of the shell scripting manuals in print.
24
25 %description -l pl.UTF-8
26 Ten dokument jest podręcznikiem programowania w Bashu, zawierającym
27 tutorial i materiały referencyjne. Do czytania nie wymaga wiedzy na
28 temat programowania czy pisania skryptów, ale szybko przechodzi do
29 instrukcji na średnim i zaawansowanym poziomie. Ćwiczenia i dobrze
30 skomentowane przykłady zachęcają do aktywnego uczestnictwa czytelnika.
31 Podręcznik wciąż jest w trakcie pisania. Intencją jest dodanie do
32 niego w przyszłych wydaniach jak największej ilości materiałów
33 uzupełniających, żeby wyewoluował do wyczerpującej książki
34 odpowiadającej albo nawet przewyższającej dostępne podręczniki
35 dotyczące pisania skryptów.
36
37 %prep
38 %setup -q -n %{name}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{_docdir}/LDP/abs-guide
43 cp -a * $RPM_BUILD_ROOT%{_docdir}/LDP/abs-guide
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %{_docdir}/LDP/abs-guide
This page took 0.058652 seconds and 3 git commands to generate.