]> git.pld-linux.org Git - packages/thinkfan.git/blobdiff - thinkfan.spec
- enable temp reading using libatasmart
[packages/thinkfan.git] / 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
+BuildRequires: libatasmart-devel
 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
-%{cmake} ..
+%{cmake} \
+       -DUSE_ATASMART=1 \
+       ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.04679 seconds and 4 git commands to generate.