SPECS: libsyncml.spec - fix cmake call

shadzik shadzik at pld-linux.org
Fri May 23 22:13:50 CEST 2008


Author: shadzik                      Date: Fri May 23 20:13:49 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix cmake call

---- Files affected:
SPECS:
   libsyncml.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/libsyncml.spec
diff -u SPECS/libsyncml.spec:1.13 SPECS/libsyncml.spec:1.14
--- SPECS/libsyncml.spec:1.13	Sat May 17 03:06:06 2008
+++ SPECS/libsyncml.spec	Fri May 23 22:13:44 2008
@@ -41,12 +41,14 @@
 %setup -q
 
 %build
+install -d build
+cd build
 %cmake \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
 %if "%{_lib}" != "lib"
 	-DLIB_SUFFIX=64 \
 %endif
-	.
+	../
 
 %{__make}
 
@@ -83,6 +85,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2008-05-23 20:13:44  shadzik
+- fix cmake call
+
 Revision 1.13  2008-05-17 01:06:06  wolvverine
 - up to 0.4.6, NFY
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libsyncml.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list