]> git.pld-linux.org Git - packages/LDP-Author-Guide.git/blame - LDP-Author-Guide.spec
- tabs in preamle
[packages/LDP-Author-Guide.git] / LDP-Author-Guide.spec
CommitLineData
31b60235 1Summary: LDP Author Guide
f5a70ba3 2Summary(pl.UTF-8): Podręcznik dla autorów LDP
31b60235 3Name: LDP-Author-Guide
4Version: 3.14
5Release: 1
6License: distributable
7Group: Documentation
8Source0: http://www.tldp.org/LDP/%{name}.html.tar.gz
ae407f5c 9# Source0-md5: 618a6538d1e162a096266fc62ee81af4
31b60235 10URL: http://www.tldp.org/LDP/LDP-Author-Guide/index.html
c711467e 11Requires: LDP-base
31b60235 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
bcba099d
JR
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.
31b60235 29
bcba099d
JR
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.
31b60235 36
37%prep
38%setup -q -n %{name}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
c61c3957 43cp -a * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
31b60235 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.068684 seconds and 4 git commands to generate.