[cmake-commits] alex committed CPackRPM.cmake 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 25 14:23:26 EST 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv21901

Modified Files:
	CPackRPM.cmake 
Log Message:
BUG: fix rpmbuild bug, which expands variables in comments :-/
apparently rpmbuild can't handle paths with spaces and can't handle
variables in comments...

Alex


Index: CPackRPM.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CPackRPM.cmake,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- CPackRPM.cmake	1 Nov 2007 13:52:09 -0000	1.6
+++ CPackRPM.cmake	25 Feb 2008 19:23:24 -0000	1.7
@@ -189,7 +189,7 @@
 
 # This is a shortcutted spec file
 # generated by CMake RPM generator
-# we skip the %prepn %build and %install
+# we skip the _prepn _build and _install
 # steps because CPack does that for us
 #%prep
 



More information about the Cmake-commits mailing list