SPECS: libopensync.spec - build

wolvverine wolvverine at pld-linux.org
Fri May 30 02:25:14 CEST 2008


Author: wolvverine                   Date: Fri May 30 00:25:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- build

---- Files affected:
SPECS:
   libopensync.spec (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: SPECS/libopensync.spec
diff -u SPECS/libopensync.spec:1.40 SPECS/libopensync.spec:1.41
--- SPECS/libopensync.spec:1.40	Sat May 17 00:59:55 2008
+++ SPECS/libopensync.spec	Fri May 30 02:25:09 2008
@@ -87,19 +87,21 @@
 %setup -q
 
 %build
+mkdir build
+cd build
 %cmake \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
 %if "%{_lib}" != "lib"
 	-DLIB_SUFFIX=64 \
 %endif
-	.
+	../
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -C build install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -145,6 +147,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2008-05-30 00:25:09  wolvverine
+- build
+
 Revision 1.40  2008-05-16 22:59:55  wolvverine
 - rel.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libopensync.spec?r1=1.40&r2=1.41&f=u



More information about the pld-cvs-commit mailing list