]> git.pld-linux.org Git - packages/cpudyn.git/commitdiff
- typo in en description
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 27 Jun 2004 16:50:28 +0000 (16:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- simplifactions

Changed files:
    cpudyn.spec -> 1.4

cpudyn.spec

index dc4bdf046718418e52e3b0e47640216cfb392df1..d0008c6f8350e048487c41404abbcf471ebbd185 100644 (file)
@@ -22,7 +22,7 @@ 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
@@ -36,16 +36,14 @@ b
 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.072357 seconds and 4 git commands to generate.