]> git.pld-linux.org Git - packages/LDP-lame.git/blob - LDP-lame.spec
- spelling fixes by Tomasz "Witek" Wittner <wittt_@poczta.onet.pl>
[packages/LDP-lame.git] / LDP-lame.spec
1 Summary:        LDP Linux System Administration Made Easy
2 Summary(pl):    Jak sobie u³atwiæ ¿ycie - poradnik dla administratora
3 Name:           LDP-lame
4 Version:        1.06
5 Release:        1
6 License:        distributable
7 Group:          Documentation
8 Source0:        http://www.tldp.org/LDP/lame/lame.html.tar.gz
9 URL:            http://www.tldp.org/LDP/lame/LAME/linux-admin-made-easy/index.html
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The Linux Administration Made Easy (LAME) guide attempts to describe
15 day-to-day administration and maintenance issues commonly faced by
16 Linux system administrators.
17
18 This book can be purchased from bookstores.
19
20 %description -l pl
21 The Linux Administration Made Easy (LAME) - próbuje opisaæ sytuacje z
22 jakimi musi siê zmagaæ administrator Linuksa na co dzieñ.
23
24 Ksi±¿ka jest dostêpna tak¿e w ksiêgarniach.
25
26 %prep
27 %setup -q -n linux-admin-made-easy
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_docdir}/LDP/lame
32
33 cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/lame
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %{_docdir}/LDP/lame
This page took 0.072762 seconds and 4 git commands to generate.