]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- more docs, fix in power.sh script to reflect current kernels behaviour,
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 1 Sep 2003 00:18:54 +0000 (00:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  TODO added

Changed files:
    acpid.spec -> 1.29

acpid.spec

index a776f9f7e2b8bf11080ae1654bdbf59dd594e178..0974c867b618b0e6679e89877f9778040ea5b02b 100644 (file)
@@ -1,15 +1,20 @@
+# TODO:
+# - better event handling in power.sh
+# - better default configuration of events in /etc/acpi
+# - processor and fan module support (?)
 Summary:       ACPI Event Daemon
 Summary(pl):   Demon zdarzeñ ACPI
 Name:          acpid
 Version:       1.0.2
-Release:       2
-License:       GPL
+Release:       2.2
+License:       GPL v2
 Group:         Daemons
 # Source0-md5: 15884aaf0b82717954f9366b5c00808b
 Source0:       http://dl.sourceforge.net/acpid/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.logrotate
+Patch0:                %{name}-powersh_fix.patch
 URL:           http://acpid.sourceforge.net/
 PreReq:                rc-scripts
 Requires(post,preun):  /sbin/chkconfig
@@ -24,6 +29,7 @@ acpid to demon przekazuj
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make}
@@ -64,7 +70,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc Changelog README
+%doc Changelog README TODO debian/README.debian
 %dir %{_sysconfdir}/acpi
 %dir %{_sysconfdir}/acpi/events
 %dir %{_sysconfdir}/acpi/actions
This page took 0.083388 seconds and 4 git commands to generate.