Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37912055
en ru br
ALT Linux repos
5.0: 1.5-alt1
4.1: 1.2.1-alt2
4.0: 1.2.1-alt1
3.0: 1.1-alt1

Group :: System/Kernel and hardware
RPM: cpuspeed

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: cpuspeed
Version: 1.2.1
Release: alt2

Summary: CPU Frequency adjusting daemon
License: GPLv2+
Group: System/Kernel and hardware

Url: http://carlthompson.net/Software/CPUSpeed
Source0: http://carlthompson.net/dl/cpuspeed/cpuspeed-%version.tar.gz
# TODO: initscript logic improvement
Source1: cpuspeed.init
Source2: cpuspeed.conf

Patch1: cpuspeed-1.2.1-fedora-warning.patch
Patch2: cpuspeed-1.2.1-fedora-idlenice.patch

# Automatically added by buildreq on Wed Apr 18 2007

BuildRequires: gcc-c++

%description
cpuspeed is a daemon that dynamically changes the speed of your processor
depending upon its current workload if it is capable (needs Intel Speedstep,
AMD PowerNow!, or similar support).

The program can also be configured to reduce the CPU clock speed if the CPU
temperature gets too high or if the computer's AC adapter is disconnected.

%prep
%setup
%patch1 -p1
%patch2 -p1
%__subst 's/strip /# strip /' Makefile

%build
%make COPTS="%optflags"

%install
install -pD -m755 cpuspeed %buildroot/sbin/cpuspeed
install -pD -m755 %_sourcedir/cpuspeed.init %buildroot%_initdir/cpuspeed
install -pD -m644 %_sourcedir/cpuspeed.conf %buildroot%_sysconfdir/sysconfig/cpuspeed

%post
%post_service cpuspeed

%preun
%preun_service cpuspeed

%files
%doc CHANGES FEATURES USAGE
%config(noreplace) %_sysconfdir/sysconfig/cpuspeed
/sbin/cpuspeed
%_initdir/cpuspeed

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin