packages: libindi/libindi.spec - rel 2; fix install on lib64 arch
arekm
arekm at pld-linux.org
Sun Sep 11 15:00:21 CEST 2011
Author: arekm Date: Sun Sep 11 13:00:21 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 2; fix install on lib64 arch
---- Files affected:
packages/libindi:
libindi.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: packages/libindi/libindi.spec
diff -u packages/libindi/libindi.spec:1.14 packages/libindi/libindi.spec:1.15
--- packages/libindi/libindi.spec:1.14 Mon Aug 22 10:11:26 2011
+++ packages/libindi/libindi.spec Sun Sep 11 15:00:16 2011
@@ -3,7 +3,7 @@
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
@@ -77,7 +77,11 @@
%build
install -d build
cd build
-%cmake ..
+%cmake \
+%if "%{_lib}" == "lib64"
+ -DLIB_POSTFIX=64 \
+%endif
+ ..
%{__make}
@@ -141,6 +145,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2011/09/11 13:00:16 arekm
+- rel 2; fix install on lib64 arch
+
Revision 1.14 2011/08/22 08:11:26 qboosh
- updated to 1.8
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libindi/libindi.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list