]> git.pld-linux.org Git - packages/cpufreqd.git/commitdiff
- disabled sensors plugin, needs update to build with lm_sensors 3.x API auto/th/cpufreqd-2_2_1-3 auto/ti/cpufreqd-2_2_1-3
authorhawk <hawk@pld-linux.org>
Sun, 4 May 2008 12:45:07 +0000 (12:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated TODO

Changed files:
    cpufreqd.spec -> 1.36

cpufreqd.spec

index 5364354ebd3d8729fc2139b7660a1b6681782eed..6b9a2853088cd83d1e5f8b4838c21353a701ceac 100644 (file)
@@ -1,12 +1,15 @@
+#
 # TODO:
 # 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
 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
 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 \
 %{__autoconf}
 %{__automake}
 %configure \
-       --libdir=%{_libdir}/%{name}
+       --libdir=%{_libdir}/%{name} \
+       --disable-sensors
 %{__make}
 
 %install
 %{__make}
 
 %install
This page took 0.061869 seconds and 4 git commands to generate.