]> git.pld-linux.org Git - packages/autospeedstep.git/blob - autospeedstep.spec
de3ebea64006bd257b5bf91feabbdd4c668e4571
[packages/autospeedstep.git] / autospeedstep.spec
1 Summary:        autospeedstep controls the speed on Intel Speedstep CPUs
2 Name:           autospeedstep
3 Version:        0.2
4 Release:        1
5 License:        GPL v2
6 Group:          Applications/System
7 Source0:        http://gpsdrive.kraftvoll.at/%{name}-%{version}.tar.gz
8 URL:            http://gpsdrive.kraftvoll.at/speedstep.shtml
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 autospeedstep is a daemon that controls power consumption and
13 processor speed depending of the CPU load. It works ONLY with Intel
14 Speedstep CPUs and Linux kernels running the 2.5 ACPI backport.
15
16 %prep
17 %setup -q
18
19 %build
20 %{configure}
21 %{__make}
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 %{__make} install \
26         DESTDIR=$RPM_BUILD_ROOT
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
33 %doc AUTHORS ChangeLog NEWS README
34 %attr(754,root,root) %{_sbindir}/*
35 %attr(755,root,root) %{_bindir}/*
36 %{_mandir}/man1/*.1*
This page took 0.075637 seconds and 2 git commands to generate.