]> git.pld-linux.org Git - packages/thinkfan.git/commitdiff
- enable temp reading using libatasmart auto/th/thinkfan-0.9.1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 27 Jan 2014 19:10:37 +0000 (20:10 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 27 Jan 2014 19:10:37 +0000 (20:10 +0100)
thinkfan.spec

index 60767708b6aa461cbd6a286950d04eb7d170e5f6..d5a4916fa4830b1e8f8e3968aece5e1a95d1ef4c 100644 (file)
@@ -10,6 +10,7 @@ Source0:      http://downloads.sourceforge.net/thinkfan/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
 URL:           http://thinkfan.sourceforge.net/
 BuildRequires: cmake
 Source1:       %{name}.init
 URL:           http://thinkfan.sourceforge.net/
 BuildRequires: cmake
+BuildRequires: libatasmart-devel
 BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,7 +35,9 @@ wykonaną przez ludzi na thinkwiki.org.
 %build
 install -d build
 cd build
 %build
 install -d build
 cd build
-%{cmake} ..
+%{cmake} \
+       -DUSE_ATASMART=1 \
+       ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.160902 seconds and 4 git commands to generate.