]> git.pld-linux.org Git - packages/thinkfan.git/commitdiff
cmake cosmetics
authorElan Ruusamäe <glen@delfi.ee>
Tue, 28 Jan 2014 11:08:09 +0000 (11:08 +0000)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 28 Jan 2014 11:08:09 +0000 (11:08 +0000)
thinkfan.spec

index 12ad0375d0ff46ec05287060e7455eadc6ab0210..4ea8ce59898d6ca22b4c0a96d139161414968641 100644 (file)
@@ -11,6 +11,7 @@ Source1:      %{name}.init
 URL:           http://thinkfan.sourceforge.net/
 BuildRequires: cmake >= 2.6
 BuildRequires: libatasmart-devel
+BuildRequires: rpmbuild(macros) >= 1.605
 BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -35,7 +36,7 @@ wykonaną przez ludzi na thinkwiki.org.
 %build
 install -d build
 cd build
-%{cmake} \
+%cmake \
        -DUSE_ATASMART=1 \
        ..
 
This page took 0.624015 seconds and 4 git commands to generate.