summaryrefslogtreecommitdiff
path: root/lpg.spec
blob: c5235699f6ec5d60f79acf373158149a0e3d33f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Summary:	LDP Programmer's Guide
Summary(fr):	Le guide du programmeur LDP.
Summary(de):	LDP-Programmerierhandbuch
Summary(pl):	Podrêcznik Programisty LDP
Summary(tr):	LDP Programcı kılavuzu
Name:		lpg
Version:	0.4
Release:	4
Group:		Documentation
Group(pl):	Dokumentacja
Source:		http://sunsite.unc.edu/LDP/lpg-0.4.html.tar.gz
Copyright:	distributable
BuildArch:	noarch
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
This is a generic guide to the Programming on Linux systems.
Check http://sunsite.unc.edu/LDP for more information about the
Linux Documentation Project, and possible updates to this version.

%description -l fr
Ceci est un guide générique à la programmation sur les systèmes Linux.
Allez sur http://sunsite.unc.edu/LDP pour plus d'informations sur le
Projet de Documentation Linux (LDP) et les mises à jour éventuelles
de cette version.

%description -l de
Dies ist eine allgemeine Einführung in die Programmierung auf 
Linux-Systemen. Unter der Adresse http://sunsite.unc.edu/LDP finden 
Sie weitere Infos zum Linux-Dokumentationsprojekt und eventuelle 
Updates zu dieser Version. 

%description -l pl
To jest ogólny przewodnik do programowania w systemie Linux. Wiêcej
informacji na temat Projektu Dokumentacji Linuxa (LDP) oraz uaktualnienia
tego dokumentu mo¿esz znale¼æ pod adresem http://sunsite.unc.edu/LDP

%description -l tr
Linux sistemleri için programlama kılavuzu. Linux Belgeleme Projesi (Linux
Documentation Project) ile ilgili daha fazla bilgi ve yeni sürümler için
http://sunsite.unc.edu/LDP adresine bakın.

%prep
%setup -q -n lpg

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_docdir}/LDP/lpg

cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/lpg

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)

%{_docdir}/LDP/lpg