]> git.pld-linux.org Git - packages/LDP-Author-Guide.git/blob - LDP-Author-Guide.spec
- pl fixes
[packages/LDP-Author-Guide.git] / LDP-Author-Guide.spec
1 Summary:        LDP Author Guide
2 Summary(pl):    Podrêcznik dla autorów LDP
3 Name:           LDP-Author-Guide
4 Version:        3.14
5 Release:        1
6 License:        distributable
7 Group:          Documentation
8 Source0:        http://www.tldp.org/LDP/%{name}.html.tar.gz
9 # Source0-md5:  618a6538d1e162a096266fc62ee81af4
10 URL:            http://www.tldp.org/LDP/LDP-Author-Guide/index.html
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Lists the tools, procedures, and hints to get LDP authors up to speed
16 and writing.
17
18 There are many ways to contribute to the Linux movement without
19 actually writing code. One of the most important is writing
20 documentation, allowing each person to share their knowledge with
21 thousands of others around the world. This Guide is designed to help
22 you get familiar with how the LDP works, and what tools you'll need to
23 write your own HOWTO.
24
25 %description -l pl
26 W tym podrêczniku wymienione s± narzêdzia, procedury i wskazówki,
27 które u³atwiaj± ¿ycie autorom dokumentów LDP.
28
29 Jest wiele sposobów wspierania ruchu spo³eczno¶ci linuksowej,
30 niekoniecznie trzeba programowaæ. Jednym z najwa¿niejszych jest
31 pisanie dokumentacji, pozwala to dzieliæ siê swoj± wiedz± z tysi±cami
32 u¿ytkowników z ca³ego ¶wiata. Ten przewodnik jest po to, ¿eby¶
33 zaznajomi³(a) siê z tym jak dzia³a LDP i jakie narzêdzia bêd± Ci
34 potrzebne do napisania w³asnego HOWTO.
35
36 %prep
37 %setup -q -n %{name}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
42
43 cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %{_docdir}/LDP/%{name}
This page took 0.123308 seconds and 3 git commands to generate.