SPECS: hotplug.spec - split isapnp rc script to separate hotplug-i...

romke romke at pld-linux.org
Mon Jun 20 18:05:31 CEST 2005


Author: romke                        Date: Mon Jun 20 16:05:30 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- split isapnp rc script to separate hotplug-isapnp package,
- release 3, works for me, STBR

---- Files affected:
SPECS:
   hotplug.spec (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: SPECS/hotplug.spec
diff -u SPECS/hotplug.spec:1.55 SPECS/hotplug.spec:1.56
--- SPECS/hotplug.spec:1.55	Thu May 19 12:16:33 2005
+++ SPECS/hotplug.spec	Mon Jun 20 18:05:25 2005
@@ -3,7 +3,7 @@
 Summary(pl):	Linuksowe skrypty do urządzeń hotplug
 Name:		hotplug
 Version:	2004_09_23
-Release:	2
+Release:	3
 Group:		Applications/System
 License:	GPL
 Source0:	ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.bz2
@@ -77,6 +77,19 @@
 wejściowych dla jąder 2.6.x ze spójnym szkieletem do dodawania
 urządzeń i obsługą rzeczy specyficznych dla sterownika.
 
+%package isapnp
+Summary:	Hotplug isapnp module
+Summary(pl):	Moduł isapnp do hotpluga
+Group:		Applications/System
+Requires:	%{name} = %{version}-%{release}
+
+%description isapnp
+This module supports PnP ISA cards. Stopping is not supported.
+
+%description isapnp -l pl
+Ten moduł obsługuje karty PnP ISA. Wyłączanie urządzeń nie jest
+obsługiwane.
+
 %package digicam
 Summary:	Hotplug definitions for USB digital cameras
 Summary(pl):	Definicje Hotpluga dla aparatów cyfrowych na USB
@@ -176,6 +189,7 @@
 %dir %{_sysconfdir}/hotplug
 %exclude %{_sysconfdir}/hotplug/pci.*
 %exclude %{_sysconfdir}/hotplug/input.*
+%exclude %{_sysconfdir}/hotplug/pnp.*
 %{_sysconfdir}/hotplug/hotplug.functions
 %attr(755,root,root) %{_sysconfdir}/hotplug/*.agent
 %attr(755,root,root) %{_sysconfdir}/hotplug/*.rc
@@ -201,6 +215,11 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sysconfdir}/hotplug/input.*
 
+%files isapnp
+%defattr(644,root,root,755)
+%{_sysconfdir}/hotplug/pnp.*
+%attr(755,root,root) %{_sysconfdir}/hotplug/pnp.rc
+
 %files digicam
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sysconfdir}/hotplug/usb/digicam
@@ -211,6 +230,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.56  2005/06/20 16:05:25  romke
+- split isapnp rc script to separate hotplug-isapnp package,
+- release 3, works for me, STBR
+
 Revision 1.55  2005/05/19 10:16:33  pzurowski
 - added patch, which eleminates "shift 9" in scripts... it doesn't work properly with "shift 9"
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/hotplug.spec?r1=1.55&r2=1.56&f=u




More information about the pld-cvs-commit mailing list