Author: qboosh                       Date: Fri Jul  6 21:02:15 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cmake options to use optflags and don't hide build commands
- chmod library to detect its deps

---- Files affected:
SPECS:
   dwarves.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/dwarves.spec
diff -u SPECS/dwarves.spec:1.2 SPECS/dwarves.spec:1.3
--- SPECS/dwarves.spec:1.2      Fri Jul  6 22:16:50 2007
+++ SPECS/dwarves.spec  Fri Jul  6 23:02:10 2007
@@ -73,8 +73,10 @@
 %build
 %cmake \
        -D__LIB=%{_lib} \
+       -DCMAKE_BUILD_TYPE="None" \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-       -DCMAKE_BUILD_TYPE="MinSizeRel" .
+       -DCMAKE_VERBOSE_MAKEFILE=1 \
+       .
 %{__make}
 
 %install
@@ -83,6 +85,8 @@
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+chmod 755 $RPM_BUILD_ROOT%{_libdir}/lib*.so*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -112,6 +116,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/07/06 21:02:10  qboosh
+- cmake options to use optflags and don't hide build commands
+- chmod library to detect its deps
+
 Revision 1.2  2007/07/06 20:16:50  qboosh
 - pl
 - use cmake macro
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dwarves.spec?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to