Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37863988
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.5
Release: alt1

Packager: Victor Forsyuk <force at altlinux.org>

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

Url: http://carlthompson.net/Software/CPUSpeed
Source0: http://www.carlthompson.net/downloads/cpuspeed/cpuspeed-%version.tar.bz2
# TODO: initscript logic improvement (TARGET: 1.5-alt2)
Source1: cpuspeed.init
Source2: cpuspeed.conf

Patch1: cpuspeed-1.5-no-affected_cpus-fallback.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(s)
depending upon its current workload if CPU is capable (needs Intel Speedstep,
AMD PowerNow!, or similar support). It also supports enabling CPU frequency
scaling via in-kernel governors on Intel Centrino and AMD Athlon64/Opteron
platforms.

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
%__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) %verify(not md5 mtime size) %_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