SPECS: pcmcia-cs.spec - build with pnp and dump_cardbus - subpacka...

havner havner at pld-linux.org
Tue Aug 15 00:04:13 CEST 2006


Author: havner                       Date: Mon Aug 14 22:04:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- build with pnp and dump_cardbus
- subpackage for pnp as doesn't require pcmcia-cs (unfortunately those
  utils are useless on newest 2.6 kernels as /proc/bus/pnp has been moved
  to /sys/bus/pnp in different format, they should work on 2.4 and older
  2.6 tho, for new patch would be required)

---- Files affected:
SPECS:
   pcmcia-cs.spec (1.129 -> 1.130) 

---- Diffs:

================================================================
Index: SPECS/pcmcia-cs.spec
diff -u SPECS/pcmcia-cs.spec:1.129 SPECS/pcmcia-cs.spec:1.130
--- SPECS/pcmcia-cs.spec:1.129	Tue Dec 13 15:37:23 2005
+++ SPECS/pcmcia-cs.spec	Tue Aug 15 00:04:08 2006
@@ -89,6 +89,17 @@
 ĐŚÄÔŇÉÍËŐ ŇŚÚÎĎÍÁÎŚÔÎÉČ PCMCIA-ËÁŇÔ ×ÓŚČ ×ÉÄŚ× ÔÁ ÄĹÍĎÎ, ÝĎ ÄĎÚ×ĎĚѤ
 ĐŚÄËĚŔŢÁÔÉ ÔÁ ׌ÄËĚŔŢÁÔÉ ÔÁËŚ ËÁŇÔÉ "ÎÁ ČĎÄŐ".
 
+%package pnp
+Summary:	PNP tools from pcmcia-cs package
+Summary(pl):	Narzędzia PNP z pakietu pcmcia-cs
+Group:		Applications/System
+
+%description pnp
+PNP tools from pcmcia-cs package.
+
+%description pnp -l pl
+Narzędzia PNP z pakietu pcmcia-cs.
+
 %package X11
 Summary:	X11 Status Monitor
 Summary(es):	Monitor del estado para X11
@@ -137,6 +148,8 @@
 HAS_FORMS=y
 %endif
 CONFIG_INET=y
+CONFIG_PCI=y
+CONFIG_PNP_BIOS=y
 CONFIG_SCSI=y
 DO_IDE=y
 %ifnarch ppc
@@ -218,6 +231,8 @@
 %doc LICENSE doc/PCMCIA-HOWTO doc/PCMCIA-PROG
 %dir /var/lib/pcmcia
 %attr(755,root,root) /sbin/*
+%exclude /sbin/lspnp
+%exclude /sbin/setpnp
 %attr(754,root,root) /etc/rc.d/init.d/pcmcia
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/pcmcia
 %dir %{_sysconfdir}/pcmcia
@@ -236,6 +251,15 @@
 %{_sysconfdir}/pcmcia/network.orig
 %{_sysconfdir}/pcmcia/shared
 %{_mandir}/man*/*
+%exclude %{_mandir}/man8/lspnp.8*
+%exclude %{_mandir}/man8/setpnp.8*
+
+%files pnp
+%defattr(644,root,root,755)
+%attr(755,root,root) /sbin/lspnp
+%attr(755,root,root) /sbin/setpnp
+%{_mandir}/man8/lspnp.8*
+%{_mandir}/man8/setpnp.8*
 
 %if %{with x11}
 %files X11
@@ -249,6 +273,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.130  2006/08/14 22:04:08  havner
+- build with pnp and dump_cardbus
+- subpackage for pnp as doesn't require pcmcia-cs (unfortunately those
+  utils are useless on newest 2.6 kernels as /proc/bus/pnp has been moved
+  to /sys/bus/pnp in different format, they should work on 2.4 and older
+  2.6 tho, for new patch would be required)
+
 Revision 1.129  2005/12/13 14:37:23  glen
 - adapterized (sorted %verify flags)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pcmcia-cs.spec?r1=1.129&r2=1.130&f=u



More information about the pld-cvs-commit mailing list