Summary: Advanced Power Management (APM) BIOS utilities for laptops. Name: apmd Version: 3.2.2 Release: 1%{?_dist_release} Source: ftp://ftp.debian.org/debian/pool/main/a/apmd/%{name}_%{version}.orig.tar.gz Source1: apmd.init Source2: apmscript Source3: apmd.conf Source4: laptopmode Patch: apmd-3.2-build.patch Patch1: apmd-3.2-umask.patch Patch2: apmd-3.2-error.patch Patch4: apmd-3.2-x.patch License: GPLv2+ Group: System Environment/Daemons URL: ftp://ftp.debian.org/debian/pool/main/a/apmd Prereq: chkconfig BuildRoot: %{_tmppath}/%{name}-%{version}-root ExclusiveArch:%{ix86} %description APMD is a set of programs for controlling the Advanced Power Management daemon and utilities found in most modern laptop computers. APMD can watch your notebook's battery and warn users when the battery is low. APMD is also capable of shutting down the PCMCIA sockets before a suspend. Install the apmd package if you need to control the APM system on your laptop. %prep %setup -q -n apmd-%{version}.orig %patch -p1 -b .build %patch1 -p1 -b .umask %patch2 -p1 -b .error %patch4 -p1 -b .x %build make CFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/etc/{sysconfig/apm-scripts,rc.d/init.d} %makeinstall APMD_PROXY_DIR=$RPM_BUILD_ROOT/etc mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man{1,8} for manpage in apm apmsleep ; do install -m 644 $manpage.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ done install -m 644 apmd.8 $RPM_BUILD_ROOT/%{_mandir}/man8/ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/apmd install -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/apm-scripts/ install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/apmd install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/apm-scripts/ rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/apmd_proxy rm -rf $RPM_BUILD_ROOT%{_bindir}/on_ac_power rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT %post /sbin/chkconfig --add apmd %preun if [ $1 = 0 ]; then service apmd stop > /dev/null 2>&1 /sbin/chkconfig --del apmd fi %postun if [ "$1" -ge "1" ]; then service apmd condrestart > /dev/null 2>&1 fi %triggerpostun -- apmd <= 3.0final-6 /sbin/chkconfig --add apmd %files %defattr(-,root,root) %doc ChangeLog README LSM %{_mandir}/man?/* %{_bindir}/* %{_sbindir}/* %{_libdir}/libapm.a %{_includedir}/*.h %config /etc/rc.d/init.d/apmd %config(noreplace) /etc/sysconfig/apmd %dir /etc/sysconfig/apm-scripts %config /etc/sysconfig/apm-scripts/* %changelog * Sat Oct 11 2008 Daisuke SUZUKI 3.2.2-1 - new upstream (debian) - update to 3.2.2 - refresh patches - remove on_ac_power, which is now provided by pm-utils * Mon Oct 20 2003 Ryoichi INAGAKI 3.0.2-19vl1 - based on Redhat Rawhide - Mon May 19 2003 Bill Nottingham 1:3.0.2-19 - add support for laptop_mode in apmscript - make LOWPOWER_SERVICES not depend on POWER_SERVICES (#74935) - remove xapm manpage (#77900) - fix soundmodules bogosity (#90592) - fix ordering of network & services (#90512, #85436, ) - own /etc/sysconfig/apm-scripts (#74026) - run anacron with -s (#65689) - Thu Feb 20 2003 Bill Nottingham 1:3.0.2-17 - don't remove network modules (#83996) - Tue Feb 18 2003 Bill Nottingham 1:3.0.2-16 - pass arguments to apmcontinue-pre (#83398, ) - fix NETDEVICES line (#81153) - Thu Jan 2 2003 Jeremy Katz 1:3.0.2-14 - add CPUFREQ= to /etc/sysconfig/apmd - if CPUFREQ="yes" and /proc/cpufreq exists, use cpufreq to change between performance and power-save when switching between ac and battery - Wed Apr 3 2002 Bernhard Rosenkraenzer 3.0.2-8 - Fix interoperability with hotplug (#62045) - Fix build with current kernel headers - Tue Feb 26 2002 Bernhard Rosenkraenzer 3.0.2-6 - Fix up network device detection (#59447) - Adapt hwclock calls to current hwclock behavior (#59994) - Fix net device resume (#59009, #49918) - Re-add pre-{suspend,resume} hooks (#44603) - Move LOW_POWER notification file to /var/run/apmd (#56389) - Determine if X is running before anything else (#20892) - Run hwclock earlier on resume (#28234) - Change permissions on /etc/sysconfig/apmd, 0644 is sufficient (#54222) - Fix stab location (#56718) - Don't mess up terminal beep on resume (#57955) - Mon Nov 26 2001 Bernhard Rosenkraenzer 3.0.2-1 - 3.0.2 - rebuild with new toolchains * Wed Dec 19 2001 Toru Sagami 3.0finel-24vl2 - added a patch to build on glibc22 system * Sun May 27 2001 - apmd-3.0finel-24vl1 - use tar with --bzip2 and erased BuildPreReq tar >= 1.13.18 * Thu Nov 2 2000 Bernhard Rosenkraenzer - Remove the obsolete -i and -n options from the man page (Bug #19610) - Fix build with tar >= 1.13.18 * Tue Oct 24 2000 Bernhard Rosenkraenzer - Work around yet another BIOS bug ("Bug" #19674) - Fix up the check for running anacron * Mon Oct 2 2000 Bernhard Rosenkraenzer - It's /sbin/cardctl, not /usr/sbin/cardctl (Bug #18021) * Thu Aug 31 2000 Bernhard Rosenkraenzer - change startup order - apmd should be started after netfs to cope with an NFS /usr (Not that anyone uses NFS mounted filesystems on notebooks, but...) (Bug #16251) * Wed Aug 30 2000 Bernhard Rosenkraenzer - Add NETFS_RESTART feature, fix up LOCK_X to use yes/no like the other settings (Bug #17068 and some other stuff) * Fri Aug 25 2000 Bernhard Rosenkraenzer - Fix typo in suspend script, bug #16957 * Thu Aug 17 2000 Bernhard Rosenkraenzer - Fix up "status" in init script, bug #16275 * Tue Aug 8 2000 Bernhard Rosenkraenzer - ignore "start" and "stop" events in apmscript instead of claiming they're unknown events (Bug #15598) * Sat Aug 05 2000 Bill Nottingham - condrestart fixes * Thu Aug 3 2000 Bernhard Rosenkraenzer - Handle "power" events in apmscript (Bug #15283) * Tue Aug 1 2000 Bernhard Rosenkraenzer - Fix typo in man page (Bug #14778) * Mon Jul 17 2000 Bernhard Rosenkraenzer - Use cardctl to suspend/resume pcmcia cards instead of restarting the entire subsystem (Bug #13836) * Mon Jul 17 2000 Bernhard Rosenkraenzer - Don't use obsolete parameters (Bug #13710) - Add the possibility to lock X displays on suspend, based on patch from Hannu Martikka - some other fixes to the apmd scripts * Sat Jul 15 2000 Bill Nottingham - move initscript back * Wed Jul 12 2000 Prospector - automatic rebuild * Tue Jun 27 2000 Preston Brown - don't prereq, just require initscripts * Mon Jun 26 2000 Bernhard Rosenkraenzer - Fix init script, move to /etc/init.d * Sun Jun 25 2000 Bernhard Rosenkraenzer - Fix resume for users of non-bash shells (Bug #11580) - Support restoring sound with the commercial OSS drivers (Bug #11580) * Mon Jun 19 2000 Bernhard Rosenkraenzer - FHSify * Sat May 27 2000 Bernhard RosenkrçÏzer - Some more changes to apm-scripts: - Fix up HDPARM_AT_RESUME - Add ANACRON_ON_BATTERY, and default to turning it off * Mon May 8 2000 Bernhard RosenkrçÏzer - Various fixes to the apm-scripts: - use modprobe instead of insmod for restoring sound - don't try to restore the X display if X isn't running - /usr/sbin/anacron, not /usr/bin/anacron - misc. cleanups * Fri Feb 4 2000 Bernhard RosenkrçÏzer - rebuild to compress man pages * Mon Jan 17 2000 Bernhard RosenkrçÏzer - Update to 3.0final * Mon Jan 17 2000 Bernhard RosenkrçÏzer - Fixes for UTC clocks (Bug #7939) * Thu Jan 6 2000 Bernhard RosenkrçÏzer - If anacron is installed, run it at resume time. * Sun Nov 21 1999 Bernhard RosenkrçÏzer - Fix up the broken harddisk fix (needs to be done earlier during suspend, also we need to manually wake the drive at resume.) * Sun Nov 21 1999 Bernhard RosenkrçÏzer - Updates to the apm-scripts and sysconfig/apmd: - Make hwclock --hctosys call optional (CLOCK_SYNC variable) - Add possibility to modify hdparm settings on suspend/resume. Some broken harddisks (Gericom 3xC) require this for suspend to disk to work. * Wed Nov 10 1999 Bernhard RosenkrçÏzer - Put in new apm scripts to handle PCMCIA suspend/resume, and give the possibility to refresh displays and reload sound modules for some broken chipsets - permit builds on i486, i586 and i686 archs * Mon Sep 20 1999 Michael K. Johnson - accept both "UTC=yes" and "UTC=true" * Mon Aug 16 1999 Bill Nottingham - uh-oh, do I own this now? - update to 3.0beta9 * Thu Jul 1 1999 Bill Nottingham - start after, die before network fs... * Sat Jun 12 1999 Jeff Johnson - add check for /proc/apm (not on SMP) (#3403) * Mon May 31 1999 Jeff Johnson - shell script tweak (#3176). * Fri May 7 1999 Bill Nottingham - set -u flag for utc * Sat Apr 17 1999 Matt Wilson - prereqs chkconfig * Fri Apr 16 1999 Cristian Gafton - exlusive arch i3786, as sparcs and alphas have no apm support... * Wed Apr 14 1999 - removed X bits; gnome has a much better X interface for apm anyway * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 4) * Fri Mar 19 1999 Preston Brown - quoted APMD_OPTIONS variable in the init script * Tue Mar 09 1999 Preston Brown - whoops, making /etc/rc.d/init.d/apmd a directory was a bad idea. fixed. * Mon Mar 08 1999 Preston Brown - now owned by Avery Pennarun , upgraded to his latest. * Wed Feb 24 1999 Preston Brown - Injected new description and group. * Fri Nov 06 1998 Preston Brown - updated to latest patchlevel from web page. * Wed Apr 22 1998 Michael K. Johnson - enhanced init script * Thu Apr 1 1998 Erik Troan - moved init script into a separate source file - added restart and status options to initscript - made it use a build root - don't start apm when the package is installed - don't stop apm when the package is removed * Mon Dec 8 1997 Jan "Yenya" Kasprzak - Compiled on RH5.0 against libc6. - Renamed /etc/rc.d/init.d/apmd.init to /etc/rc.d/init.d/apmd - Make /etc/rc.d/init.d/apmd to be chkconfig-compliant. * Thu Oct 2 1997 Jan "Yenya" Kasprzak - Fixed buggy /etc/sysconfig/apmd file generation in the spec file. - Added a patch for apm.c's option handling. - Both fixes were submitted by Richard D. McRobers