SPECS: cpuspeed.spec - pl, tabs

qboosh qboosh at pld-linux.org
Mon Jul 4 20:44:25 CEST 2005


Author: qboosh                       Date: Mon Jul  4 18:44:25 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, tabs

---- Files affected:
SPECS:
   cpuspeed.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/cpuspeed.spec
diff -u SPECS/cpuspeed.spec:1.6 SPECS/cpuspeed.spec:1.7
--- SPECS/cpuspeed.spec:1.6	Sun Jul  3 22:54:46 2005
+++ SPECS/cpuspeed.spec	Mon Jul  4 20:44:20 2005
@@ -1,5 +1,7 @@
 # $Revision$, $Date$
-Summary:	CPU Frequency adjusting daemon.
+# TODO: optflags
+Summary:	CPU Frequency adjusting daemon
+Summary(pl):	Demon regulujący częstotliwość pracy CPU
 Name:		cpuspeed
 Version:	1.2.1
 Release:	0.1
@@ -18,10 +20,14 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-cpuspeed is a daemon that dynamically changes the speed
-of your processor(s) depending upon its current workload
-if it is capable (needs Intel Speedstep, AMD PowerNow!,
-or similar support).
+cpuspeed is a daemon that dynamically changes the speed of your
+processor(s) depending upon its current workload if it is capable
+(needs Intel Speedstep, AMD PowerNow!, or similar support).
+
+%description -l pl
+cpuspeed to demon dynamicznie zmieniający szybkość procesora(ów) w
+zależności od aktualnego obciążenia - o ile procesor to obsługuje
+(wymaga Intel Speedstep, AMD PowerNow! albo podobnych rozszerzeń).
 
 %prep
 %setup -q 
@@ -46,17 +52,17 @@
 %post
 /sbin/chkconfig --add cpuspeed
 if [ -f /var/lock/subsys/cpuspeed ]; then
-    /etc/rc.d/init.d/cpuspeed restart 1>&2
+	/etc/rc.d/init.d/cpuspeed restart 1>&2
 else 
-    echo "Run \"/etc/rc.d/init.d/cpuspeed start\" to start cpuspeed daemon."
+	echo "Run \"/etc/rc.d/init.d/cpuspeed start\" to start cpuspeed daemon."
 fi
 
 %preun
 if [ "$1" = "0" ]; then
-    if [ -f /var/lock/subsys/cpuspeed ]; then
-	/etc/rc.d/init.d/cpuspeed stop 1>&2
-    fi
-    [ ! -x /sbin/chkconfig ] || /sbin/chkconfig --del cpuspeed
+	if [ -f /var/lock/subsys/cpuspeed ]; then
+		/etc/rc.d/init.d/cpuspeed stop 1>&2
+	fi
+	[ ! -x /sbin/chkconfig ] || /sbin/chkconfig --del cpuspeed
 fi
 
 %files
@@ -72,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/07/04 18:44:20  qboosh
+- pl, tabs
+
 Revision 1.6  2005/07/03 20:54:46  speedy
 - url
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cpuspeed.spec?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list