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