]> git.pld-linux.org Git - packages/cpufreqd.git/blobdiff - cpufreqd.spec
- disabled sensors plugin, needs update to build with lm_sensors 3.x API
[packages/cpufreqd.git] / cpufreqd.spec
index 5364354ebd3d8729fc2139b7660a1b6681782eed..6b9a2853088cd83d1e5f8b4838c21353a701ceac 100644 (file)
@@ -1,12 +1,15 @@
+#
 # TODO:
-# - loading modules in init-script, if needed
-# - missing plugin: nvclock, sensors
-# - move plugins into separate packages? (some is needed, because of additional deps)
+#   - loading modules in init-script, if needed
+#   - missing plugin: nvclock
+#   - disabled plugin: sensors (needs update to build with lm_sensors 3.x)
+#   - move plugins into separate packages? (some is needed, because of additional deps)
+#
 Summary:       Scales your cpu frequency
 Summary(pl.UTF-8):     Skalowanie częstotliwości procesora
 Name:          cpufreqd
 Version:       2.2.1
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://dl.sourceforge.net/cpufreqd/%{name}-%{version}.tar.bz2
@@ -44,7 +47,8 @@ jednocześnie dobrej szybkości procesora.
 %{__autoconf}
 %{__automake}
 %configure \
-       --libdir=%{_libdir}/%{name}
+       --libdir=%{_libdir}/%{name} \
+       --disable-sensors
 %{__make}
 
 %install
This page took 0.047574 seconds and 4 git commands to generate.