]> git.pld-linux.org Git - packages/autospeedstep.git/blame_incremental - autospeedstep.spec
- tabs in preamble
[packages/autospeedstep.git] / autospeedstep.spec
... / ...
CommitLineData
1Summary: autospeedstep controls the speed on Intel Speedstep CPUs
2Summary(pl.UTF-8): autospeedstep - kontrola szybkości procesorów Intel Speedstep
3Name: autospeedstep
4Version: 0.2
5Release: 1
6License: GPL v2
7Group: Applications/System
8Source0: http://gpsdrive.kraftvoll.at/%{name}-%{version}.tar.gz
9# Source0-md5: b3f22896dcb04cf269666e2d9060a654
10URL: http://gpsdrive.kraftvoll.at/speedstep.shtml
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14autospeedstep is a daemon that controls power consumption and
15processor speed depending of the CPU load. It works ONLY with Intel
16Speedstep CPUs and Linux kernels running the 2.5 ACPI backport.
17
18%description -l pl.UTF-8
19autospeedstep to demon kontrolujący zużycie energii i szybkość
20procesora w zależności od obciążenia. Działa TYLKO z procesorami
21Intel Speedstep i jądrami Linuksa zawierającymi obsługę ACPI z serii
222.5.
23
24%prep
25%setup -q
26
27%build
28%configure
29
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
37
38%clean
39rm -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.057129 seconds and 4 git commands to generate.