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