]> git.pld-linux.org Git - packages/autospeedstep.git/commitdiff
- initial release - only for kernel 2.5 (or patched 2.4)
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 5 Mar 2003 16:02:52 +0000 (16:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autospeedstep.spec -> 1.1

autospeedstep.spec [new file with mode: 0644]

diff --git a/autospeedstep.spec b/autospeedstep.spec
new file mode 100644 (file)
index 0000000..de3ebea
--- /dev/null
@@ -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*
This page took 0.107832 seconds and 4 git commands to generate.