]> git.pld-linux.org Git - packages/LFS.git/blame - LFS.spec
- tabs in preamle
[packages/LFS.git] / LFS.spec
CommitLineData
b824957f 1Summary: LDP Linux From Scratch
a775e5aa 2Summary(pl.UTF-8): LDP - Linux od podstaw
b824957f 3Name: LFS
4Version: 3.3
565d1b19 5Release: 2
b824957f 6License: distributable
7Group: Documentation
8Source0: http://www.tldp.org/LDP/lfs/%{name}.html.tar.gz
5da3a113 9# Source0-md5: b4aa81ba612bbb0ca0ec86bb17229145
d18532ce 10URL: http://www.tldp.org/LDP/lfs/LFS/index.html
565d1b19 11Requires: LDP-base
b824957f 12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Derived from the popular Linux-From-Scratch-HOWTO, this book describes
17the process of creating your own Linux system from scratch from an
18already installed Linux distribution, using nothing but the sources of
19software that are needed.
20
a8de1c2f 21More information can be found at http://linuxfromscratch.org/.
b824957f 22
bdb8ab05
JR
23%description -l pl.UTF-8
24Ten dokument wywodzi się z Linux-From-Scratch-HOWTO, opisuje proces
25tworzenia własnego systemu linuksowego bazując na zainstalowanej już
26dystrybucji Linuksa, używając jedynie źródeł potrzebnych programów.
b824957f 27
bdb8ab05 28Więcej informacji na stronie http://linuxfromscratch.org/.
b824957f 29
30%prep
31%setup -q
32
33%install
34rm -rf $RPM_BUILD_ROOT
35install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
435004ac 36cp -a * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
b824957f 37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%{_docdir}/LDP/%{name}
This page took 0.065699 seconds and 4 git commands to generate.