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