]> git.pld-linux.org Git - packages/libindi.git/blobdiff - libindi.spec
- rel 2; fix install on lib64 arch
[packages/libindi.git] / libindi.spec
index 30baef906a36232024efbce361fd09dff01f9198..3131684c05b61c0ef2a46a220ef25828f27d65ed 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Instrument Neutral Distributed Interface
 Summary(pl.UTF-8):     Instrument Neutral Distributed Interface - interfejs do sterowania przyrzÄ…dami
 Name:          libindi
 Version:       0.8
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/indi/%{name}_%{version}.tar.gz
@@ -76,7 +76,11 @@ Statyczna biblioteka INDI.
 %build
 install -d build
 cd build
-%cmake ..
+%cmake \
+%if "%{_lib}" == "lib64"
+       -DLIB_POSTFIX=64 \
+%endif
+       ..
 
 %{__make}
 
This page took 0.086891 seconds and 4 git commands to generate.