]> git.pld-linux.org Git - packages/autospeedstep.git/blobdiff - autospeedstep.spec
- tabs in preamble
[packages/autospeedstep.git] / autospeedstep.spec
index de3ebea64006bd257b5bf91feabbdd4c668e4571..310ad19af9824d6474f76a2c70ceb47263ae240c 100644 (file)
@@ -1,10 +1,12 @@
 Summary:       autospeedstep controls the speed on Intel Speedstep CPUs
+Summary(pl.UTF-8):     autospeedstep - kontrola szybkości procesorów Intel Speedstep
 Name:          autospeedstep
 Version:       0.2
 Release:       1
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://gpsdrive.kraftvoll.at/%{name}-%{version}.tar.gz
+# Source0-md5: b3f22896dcb04cf269666e2d9060a654
 URL:           http://gpsdrive.kraftvoll.at/speedstep.shtml
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -13,15 +15,23 @@ 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.
 
+%description -l pl.UTF-8
+autospeedstep to demon kontrolujący zużycie energii i szybkość
+procesora w zależności od obciążenia. Działa TYLKO z procesorami
+Intel Speedstep i jądrami Linuksa zawierającymi obsługę ACPI z serii
+2.5.
+
 %prep
 %setup -q
 
 %build
-%{configure}
+%configure
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.049436 seconds and 4 git commands to generate.