]> git.pld-linux.org Git - packages/cpudyn.git/blobdiff - cpudyn.spec
- typo in en description
[packages/cpudyn.git] / cpudyn.spec
index 4549d18bf1395ee8b5fa76fe3d6b059e9569a6a5..d0008c6f8350e048487c41404abbcf471ebbd185 100644 (file)
@@ -1,7 +1,8 @@
 Summary:       A tools to control CPU frequency
+Summary(pl):   Narzêdzia do kontroli czêstotliwo¶ci procesora
 Name:          cpudyn
 Version:       1.0
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         Daemons
 Source0:       http://mnm.uib.es/~gallir/cpudyn/download/%{name}-%{version}.tgz
@@ -11,6 +12,7 @@ Source2:      %{name}.conf
 URL:           http://mnm.uib.es/~gallir/cpudyn/
 PreReq:                rc-scripts
 Requires(post,preun):  /sbin/chkconfig
+Requires:      cpufreqd
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,19 +22,28 @@ and PowerPC machines with the cpufreq compiled in the kernel.
 Tested with 2.4, Pentium 3 Speedstep Laptop (Dell Latitude), Pentium 4
 Mobile Laptop (Dell Inspiron), AMD Power Now, Apple iBook, IBM
 Thinkpad. cpudyn is just a user space program, so it will work on
-every processor suppoted by the kernel's cpufreq driver
+every processor supported by the kernel's cpufreq driver.
+
+%description -l pl
+Ten program okntrolujê prêdko¶æ procesorów Intel SpeedStep, Pentium 4
+Mobile oraz PowerPC (o ile kernel zosta³ skompilowany z obs³ug±
+cpufreq).
+
+Program ten zosta³ przetestowany na j±drze 2.4, na Pentium 3 SpeedStep
+(Dell Latitude), Pentium 4 Mobile (Dell Inspiron), AMD Power Now,
+Apple iBook, IBM Thinkpad. cpudyn jest programem userpsace, wiêc
+bêdzie wspó³pracowa³ z ka¿dym procesorem wspieranym przez sterownik
+cpufreq.
 
 %prep
-%setup -q -n %name
+%setup -q -n %{name}
 
 %build
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/sbin,%{_sysconfdir}} \
-       $RPM_BUILD_ROOT/etc/rc.d/init.d \
-       $RPM_BUILD_ROOT%{_mandir}/man8
+install -d $RPM_BUILD_ROOT{/sbin,%{_sysconfdir},/etc/rc.d/init.d/,%{_mandir}/man8}
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/cpudynd
 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/cpudyn.conf
This page took 0.06614 seconds and 4 git commands to generate.