]> git.pld-linux.org Git - packages/lm_sensors.git/commitdiff
- readded (updated) make patch, now OPTS are used auto/ti/lm_sensors-3_0_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Apr 2008 18:09:00 +0000 (18:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- one SYSFS_SUPPORT is enough

Changed files:
    lm_sensors.spec -> 1.183

lm_sensors.spec

index 253181c0513d844aadbbc926ee863db44becc0c7..06d43b623b5c7ea4573272fe527d8b0d06f012c5 100644 (file)
@@ -1,4 +1,5 @@
 # TODO
+# - package eeprom* etc. tools (from lm_sensors 2.x or i2c-tools, if included there?)
 # - a big trigger warning how to use fancontrol and to init it first
 #
 %define                cmodule         /etc/sysconfig/sensors_modules
@@ -29,6 +30,7 @@ Source7:      sensors_modules.sysconfig
 Patch0:                %{name}-ppc.patch
 Patch1:                %{name}-iconv-in-libc.patch
 Patch2:                %{name}-sensors-detect-PATH.patch
+Patch3:                %{name}-make.patch
 URL:           http://www.lm-sensors.org/
 BuildRequires: bison
 BuildRequires: flex >= 2.5.1
@@ -192,16 +194,14 @@ temperatury są ustawione poprawnie, by nie spalić wnętrza komputera!
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__make} user \
        CC="%{__cc}" \
        OPTS="%{rpmcflags}" \
        SYSFS_SUPPORT:=1 \
-       PROG_EXTRA:="sensord" \
-       SYSFS_SUPPORT:=1
-
-
+       PROG_EXTRA:="sensord"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.08415 seconds and 4 git commands to generate.