SPECS: linux-kernel-nutshell.spec (NEW) - taken from suse ;)

glen glen at pld-linux.org
Thu Nov 1 14:58:21 CET 2007


Author: glen                         Date: Thu Nov  1 13:58:21 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- taken from suse ;)

---- Files affected:
SPECS:
   linux-kernel-nutshell.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/linux-kernel-nutshell.spec
diff -u /dev/null SPECS/linux-kernel-nutshell.spec:1.1
--- /dev/null	Thu Nov  1 14:58:21 2007
+++ SPECS/linux-kernel-nutshell.spec	Thu Nov  1 14:58:15 2007
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+%define tarname   lkn_pdf
+Summary:	Linux Kernel In A Nutshell Book
+Name:		linux-kernel-nutshell
+Version:	1
+Release:	32
+License:	Other uncritical OpenSource License, Creative Commons Attribution Sharealike License Version 2.5
+Group:		Documentation/Other
+Source0:	http://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
+# Source0-md5:	fa043b05e9839aa0e840be123af2e91d
+URL:		http://www.kroah.com/lkn/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Written by a leading developer and maintainer of the Linux kernel,
+Linux Kernel in a Nutshell is a comprehensive overview of kernel
+configuration and building, a critical task for Linux users and
+administrators.
+
+No distribution can provide a Linux kernel that meets all users'
+needs. Computers big and small have special requirements that require
+reconfiguring and rebuilding the kernel. Whether you are trying to get
+sound, wireless support, and power management working on a laptop or
+incorporating enterprise features such as logical volume management on
+a large server, you can benefit from the insights in this book.
+
+Linux Kernel in a Nutshell covers the entire range of kernel tasks,
+starting with downloading the source and making sure that the kernel
+is in sync with the versions of the tools you need. In addition to
+configuration and installation steps, the book offers reference
+material and discussions of related topics such as control of kernel
+options at runtime.
+
+A key benefit of the book is a chapter on determining exactly what
+drivers are needed for your hardware. Also included are recipes that
+list what you need to do to accomplish a wide range of popular tasks.
+
+%prep
+%setup -q -n %{tarname}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.pdf
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/11/01 13:58:15  glen
+- taken from suse ;)
+
================================================================


More information about the pld-cvs-commit mailing list