packages: dwarves/dwarves.spec - BR: rpm-pythonprov - trick cmake not to re...

sparky sparky at pld-linux.org
Wed Dec 2 02:10:41 CET 2009


Author: sparky                       Date: Wed Dec  2 01:10:41 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- BR: rpm-pythonprov
- trick cmake not to require unneeded c++ compiler

---- Files affected:
packages/dwarves:
   dwarves.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/dwarves/dwarves.spec
diff -u packages/dwarves/dwarves.spec:1.5 packages/dwarves/dwarves.spec:1.6
--- packages/dwarves/dwarves.spec:1.5	Mon Sep 29 23:05:28 2008
+++ packages/dwarves/dwarves.spec	Wed Dec  2 02:10:36 2009
@@ -11,6 +11,7 @@
 URL:		http://oops.ghostprotocols.net:81/blog
 BuildRequires:	cmake
 BuildRequires:	elfutils-devel
+BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.293
 Requires:	%{name}-libs = %{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -76,6 +77,8 @@
 	-DCMAKE_BUILD_TYPE="None" \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
 	-DCMAKE_VERBOSE_MAKEFILE=ON \
+	-DCMAKE_CXX_COMPILER_WORKS=1 \
+	-DCMAKE_CXX_COMPILER="%{__cc}" \
 	.
 %{__make}
 
@@ -116,6 +119,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2009/12/02 01:10:36  sparky
+- BR: rpm-pythonprov
+- trick cmake not to require unneeded c++ compiler
+
 Revision 1.5  2008/09/29 21:05:28  qboosh
 - unified cmake -D options
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dwarves/dwarves.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list