]> git.pld-linux.org Git - packages/autospeedstep.git/blob - autospeedstep.spec
- pl description
[packages/autospeedstep.git] / autospeedstep.spec
1 Summary:        autospeedstep controls the speed on Intel Speedstep CPUs
2 Summary(pl):    autosppedstep - kontrola szybko¶ci procesorów Intel Speedstep
3 Name:           autospeedstep
4 Version:        0.2
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://gpsdrive.kraftvoll.at/%{name}-%{version}.tar.gz
9 URL:            http://gpsdrive.kraftvoll.at/speedstep.shtml
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 autospeedstep is a daemon that controls power consumption and
14 processor speed depending of the CPU load. It works ONLY with Intel
15 Speedstep CPUs and Linux kernels running the 2.5 ACPI backport.
16
17 %description -l pl
18 autospeedstep to demon kontroluj±cy zu¿ycie energii i szybko¶æ
19 procesora w zale¿no¶ci od obci±¿enia. Dzia³a TYLKO z procesorami
20 Intel Speedstep i j±drami Linuksa zawieraj±cymi obs³ugê ACPI z serii
21 2.5.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog NEWS README
43 %attr(754,root,root) %{_sbindir}/*
44 %attr(755,root,root) %{_bindir}/*
45 %{_mandir}/man1/*.1*
This page took 0.058704 seconds and 3 git commands to generate.