]> git.pld-linux.org Git - packages/autospeedstep.git/blame - autospeedstep.spec
- initial release - only for kernel 2.5 (or patched 2.4)
[packages/autospeedstep.git] / autospeedstep.spec
CommitLineData
d78fe0b3
PG
1Summary: autospeedstep controls the speed on Intel Speedstep CPUs
2Name: autospeedstep
3Version: 0.2
4Release: 1
5License: GPL v2
6Group: Applications/System
7Source0: http://gpsdrive.kraftvoll.at/%{name}-%{version}.tar.gz
8URL: http://gpsdrive.kraftvoll.at/speedstep.shtml
9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11%description
12autospeedstep is a daemon that controls power consumption and
13processor speed depending of the CPU load. It works ONLY with Intel
14Speedstep 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
24rm -rf $RPM_BUILD_ROOT
25%{__make} install \
26 DESTDIR=$RPM_BUILD_ROOT
27
28%clean
29rm -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.068917 seconds and 4 git commands to generate.