]> git.pld-linux.org Git - packages/autothrottle.git/blobdiff - autothrottle.spec
- converted to UTF-8
[packages/autothrottle.git] / autothrottle.spec
index ca8c7b4d489dcbe005c8d0f095aa1775a0169f06..1ded4203ce88d5a32b6a377e673fd1684ce48d98 100644 (file)
@@ -1,5 +1,5 @@
 Summary:       autothrottle throttles your CPU
-Summary(pl):   autothrottle - regulacja prêdko¶ci procesora
+Summary(pl.UTF-8):   autothrottle - regulacja prędkości procesora
 Name:          autothrottle
 Version:       1.0
 Release:       1
@@ -14,16 +14,16 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Autothrottle is a daemon that throttles your CPU according to the
 system load. It can be used with both ACPI and CPUfreq throttling.
 
-%description -l pl
-Autothrottle jest demonem, który reguluje prêdko¶æ procesora zale¿nie
-od obci±¿enia systemu. Mo¿e byæ u¿ywany poprzez ACPI oraz CPUfreq.
+%description -l pl.UTF-8
+Autothrottle jest demonem, który reguluje prędkość procesora zależnie
+od obciążenia systemu. Może być używany poprzez ACPI oraz CPUfreq.
 
 %prep
 %setup -q
 
 %build
 %{__make} \
-       CC=%{__cc} \
+       CC="%{__cc}" \
        CFLAGS="%{rpmcflags} -Wall -DTEST"
 
 %install
@@ -42,5 +42,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_bindir}/*
-%config(noreplace) %{_sysconfdir}/*.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf
 %{_mandir}/man1/*.1*
This page took 0.040339 seconds and 4 git commands to generate.