Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main-src > by-pkgid > bca476f681a1f32f70075da986fe316a > files > 4

acpi-0.07-2mdk.src.rpm

%define name acpi
%define version 0.07
%define release 2mdk

Summary: Displays information on ACPI devices
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Source1: acpi.init
Patch1: acpi-0.07-on_ac_power.patch.bz2
License: GPL
Group: System/Servers
BuildRoot: %{_tmppath}/%{name}-buildroot
Url: http://grahame.ucc.asn.au/acpi.shtml
Prereq: rpm-helper

%description
Attempts to replicate the functionality of the 'old' apm command on
ACPI systems, including battery and thermal information.

%prep
%setup -q
%patch1 -p1 -b .on_ac_power

%build
rm -f install-sh mkinstalldirs missing INSTALL COPYING
automake -a -c
%configure2_5x
%make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
install -d -m755 $RPM_BUILD_ROOT/%{_mandir}/man1/
install -D -m755 %{SOURCE1} $RPM_BUILD_ROOT/%_initrddir/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_post_service %{name}

%preun
%_preun_service  %{name}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%config(noreplace) %attr(755,root,root) %_initrddir/%{name}
%{_bindir}/*

%changelog
* Fri Feb 13 2004 Götz Waschk <waschk@linux-mandrake.com> 0.07-2mdk
- add a reload entry to the init script
- remove broken symlink
- gprintify source1 by hand to fix bug #5637

* Mon Feb 02 2004 Nicolas Planel <nplanel@mandrakesoft.com> 0.07-1mdk
- 0.07.

* Fri Aug 29 2003 Frederic Lepied <flepied@mandrakesoft.com> 0.6-9mdk
- don't report an error on startup if acpi isn't present

* Wed Jul 23 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 0.6-8mdk
- fix gcc-3.3 patch (P2)

* Tue Jul 15 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 0.6-7mdk
- drop Prefix tag
- fix gcc-3.3 build (P2)

* Thu May 15 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.6-6mdk
- init service: cosmetic fixes (andrey borsenkow)

* Fri Mar  7 2003 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.6-5mdk
- touch/rm /var/lock/ when stop/start.

* Fri Feb 28 2003 Frederic Lepied <flepied@mandrakesoft.com> 0.6-4mdk
- load button module in init script

* Mon Feb 24 2003 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.6-3mdk
- Add init files to load modules.

* Tue Feb  4 2003 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.6-2mdk
- Rpmlint's stuff.
- Add on_ac_power patch to make it a behavior kind of like on_ac_power
  of apm.

* Tue Feb  4 2003 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.6-1mdk
- First packaging.


# end of file