SPECS: pnputils.spec (NEW) - initial release (announced at http://...

pluto pluto at pld-linux.org
Fri Jul 7 10:55:53 CEST 2006


Author: pluto                        Date: Fri Jul  7 08:55:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release (announced at http://lkml.org/lkml/2006/7/6/346).

---- Files affected:
SPECS:
   pnputils.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pnputils.spec
diff -u /dev/null SPECS/pnputils.spec:1.1
--- /dev/null	Fri Jul  7 10:55:53 2006
+++ SPECS/pnputils.spec	Fri Jul  7 10:55:48 2006
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary:	lspnp - list Plug and Play BIOS device nodes and resources
+Name:		pnputils
+Version:	0.1
+Release:	1
+License:	GPL v2
+Group:		Applications/System
+Source0:	ftp://ftp.kernel.org/pub/linux/kernel/people/helgaas/%{name}-%{version}.tar.gz
+# Source0-md5:	d8edd89786e7d243255dccfc2aca3517
+Patch0:		%{name}-destdir.patch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_sbindir	/sbin
+
+%description
+This utility presents a formatted interpretation of the contents of
+the /sys/bus/pnp/devices or /proc/bus/pnp.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} \
+	CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*
+%{_datadir}/misc/pnp.ids
+
+%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  2006/07/07 08:55:48  pluto
+- initial release (announced at http://lkml.org/lkml/2006/7/6/346).
================================================================


More information about the pld-cvs-commit mailing list