Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 3661ed78377da9ac9cad40715c4c2d72 > files > 3

toshset-1.67-alt1.src.rpm

Name: toshset
Version: 1.67
Release: alt1

Summary: Yet another tool for Toshiba notebooks
License: GPL
Group: System/Configuration/Hardware
Url: http://schwieters.org/toshset/

Source: %name.tgz
Patch0: %name-1.66-alt-makefile-fixes.patch
Patch1: %name-1.67-alt-gcc34.patch

BuildPreReq: gcc-c++

%description
Toshset is a command-line tool to allow access to much of the Toshiba
hardware interface. It can do things like set the hard drive spin-down
time, turn off the display and set the fan speed.

%prep
%setup
%patch0 -p1
%patch1 -p1

%build
%configure
# No SMP :(
%make -j1

%install
%makeinstall DESTDIR=%buildroot

%files
%_sbindir/*
%_mandir/man?/*
%doc ChangeLog README README.video index.html.in

%changelog
* Tue Jan 25 2005 Andrey Rahmatullin <wrar@altlinux.ru> 1.67-alt1
- 1.67
- fixed build with gcc3.4

* Wed Jul 21 2004 Andrey Rahmatullin <wrar@altlinux.ru> 1.66-alt1.1
- fixed build with NPROCS > 1

* Sun Jul 18 2004 Andrey Rahmatullin <wrar@altlinux.ru> 1.66-alt1
- initial build