This commit is contained in:
parent
c1aa4646b7
commit
92cdf06ede
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 24 14:27:55 CEST 2007 - trenn@suse.de
|
||||||
|
|
||||||
|
- compile some more files with rpm_opt flags
|
||||||
|
- remove/fix:
|
||||||
|
+E: acpid unknown-lsb-tag # X-UnitedLinux-Should-Start:
|
||||||
|
+E: acpid unknown-lsb-tag # X-UnitedLinux-Should-Stop:
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 10 12:51:04 CEST 2007 - hmacht@suse.de
|
Tue Apr 10 12:51:04 CEST 2007 - hmacht@suse.de
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
Name: acpid
|
Name: acpid
|
||||||
URL: http://acpid.sourceforge.net/
|
URL: http://acpid.sourceforge.net/
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Release: 65
|
Release: 68
|
||||||
%define acpi_version 0.09
|
%define acpi_version 0.09
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
@ -68,7 +68,7 @@ make EXTRA_CFLAGS="$RPM_OPT_FLAGS -DUSE_SYSLOG"
|
|||||||
pushd acpi-%{acpi_version}
|
pushd acpi-%{acpi_version}
|
||||||
ln -sf /usr/share/automake*/install-sh install-sh
|
ln -sf /usr/share/automake*/install-sh install-sh
|
||||||
./configure
|
./configure
|
||||||
make EXTRA_CFLAGS="$RPM_OPT_FLAGS"
|
make CFLAGS="$RPM_OPT_FLAGS"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -116,6 +116,11 @@ rm -f -- var/lib/acpi/*
|
|||||||
%dir %attr(0750, root, root) /var/lib/acpi
|
%dir %attr(0750, root, root) /var/lib/acpi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 24 2007 - trenn@suse.de
|
||||||
|
- compile some more files with rpm_opt flags
|
||||||
|
- remove/fix:
|
||||||
|
+E: acpid unknown-lsb-tag # X-UnitedLinux-Should-Start:
|
||||||
|
+E: acpid unknown-lsb-tag # X-UnitedLinux-Should-Stop:
|
||||||
* Tue Apr 10 2007 - hmacht@suse.de
|
* Tue Apr 10 2007 - hmacht@suse.de
|
||||||
- add modules dock and bay to probed laptop modules
|
- add modules dock and bay to probed laptop modules
|
||||||
* Thu Mar 29 2007 - rguenther@suse.de
|
* Thu Mar 29 2007 - rguenther@suse.de
|
||||||
|
2
rcacpid
2
rcacpid
@ -14,9 +14,7 @@
|
|||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: acpid
|
# Provides: acpid
|
||||||
# Required-Start:
|
# Required-Start:
|
||||||
# X-UnitedLinux-Should-Start:
|
|
||||||
# Required-Stop:
|
# Required-Stop:
|
||||||
# X-UnitedLinux-Should-Stop:
|
|
||||||
# Default-Start: 2 3 5
|
# Default-Start: 2 3 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: Listen and dispatch ACPI events from the kernel
|
# Short-Description: Listen and dispatch ACPI events from the kernel
|
||||||
|
Loading…
Reference in New Issue
Block a user