]> git.pld-linux.org Git - packages/LFS.git/commitdiff
- initial release
authorjuandon <witekfl@pld-linux.org>
Sun, 29 Sep 2002 22:43:43 +0000 (22:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LFS.spec -> 1.1

LFS.spec [new file with mode: 0644]

diff --git a/LFS.spec b/LFS.spec
new file mode 100644 (file)
index 0000000..62e11c4
--- /dev/null
+++ b/LFS.spec
@@ -0,0 +1,42 @@
+Summary:       LDP Linux From Scratch
+Summary(pl):   Linux od podstaw LDP
+Name:          LFS
+Version:       3.3
+Release:       1
+License:       distributable
+Group:         Documentation
+Source0:       http://www.tldp.org/LDP/lfs/%{name}.html.tar.gz
+URL:           http://www.tldp.org/LDP/lfs/%{name}/index.html
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Derived from the popular Linux-From-Scratch-HOWTO, this book describes
+the process of creating your own Linux system from scratch from an
+already installed Linux distribution, using nothing but the sources of
+software that are needed.
+
+More information can be found at http://linuxfromscratch.org.
+
+%description -l pl
+Ten dokument wywodzi siê z Linux-From-Scratch-HOWTO, opisuje proces
+tworzenia w³asnego systemu Linuksowego bazuj±c na zainstalowanej ju¿
+dystrybucji Linuksa, u¿ywaj±c jedynie ¼róde³ potrzebnych programów.
+
+Wiêcej informacji na stronie http://linuxfromscratch.org.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
+
+cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_docdir}/LDP/%{name}
This page took 0.030997 seconds and 4 git commands to generate.