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