From: Paweł Gołaszewski Date: Wed, 5 Mar 2003 16:02:52 +0000 (+0000) Subject: - initial release - only for kernel 2.5 (or patched 2.4) X-Git-Url: http://git.pld-linux.org/?p=packages%2Fautospeedstep.git;a=commitdiff_plain;h=d78fe0b3b296e1fe0c78f29cf335ba7f9be13d7e - initial release - only for kernel 2.5 (or patched 2.4) Changed files: autospeedstep.spec -> 1.1 --- d78fe0b3b296e1fe0c78f29cf335ba7f9be13d7e diff --git a/autospeedstep.spec b/autospeedstep.spec new file mode 100644 index 0000000..de3ebea --- /dev/null +++ b/autospeedstep.spec @@ -0,0 +1,36 @@ +Summary: autospeedstep controls the speed on Intel Speedstep CPUs +Name: autospeedstep +Version: 0.2 +Release: 1 +License: GPL v2 +Group: Applications/System +Source0: http://gpsdrive.kraftvoll.at/%{name}-%{version}.tar.gz +URL: http://gpsdrive.kraftvoll.at/speedstep.shtml +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +autospeedstep is a daemon that controls power consumption and +processor speed depending of the CPU load. It works ONLY with Intel +Speedstep CPUs and Linux kernels running the 2.5 ACPI backport. + +%prep +%setup -q + +%build +%{configure} +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(754,root,root) %{_sbindir}/* +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/*.1*