[vxl] Fixed release tag and cmake invocation

mrceresa mrceresa at fedoraproject.org
Mon Mar 4 16:50:42 UTC 2013


commit e2ccaabe6bffdd1f94ec0d462f0ba1589399f277
Author: Mario Ceresa <mrceresa at gmail.com>
Date:   Mon Mar 4 17:49:57 2013 +0100

    Fixed release tag and cmake invocation

 vxl.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vxl.spec b/vxl.spec
index f8e59f9..eacf7cd 100644
--- a/vxl.spec
+++ b/vxl.spec
@@ -1,7 +1,7 @@
 
 Name:		vxl	
 Version:	1.17.0	
-Release:	10%{?dist}
+Release:	11%{?dist}
 Summary:	C++ Libraries for Computer Vision Research and Implementation
 Group:		Development/Libraries
 License:	BSD
@@ -202,7 +202,7 @@ find . -name "*.txx" | xargs chmod ugo-x
 	-DBUILD_DOCUMENTATION:BOOL=ON \
 	-DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
 	-DCMAKE_CXX_FLAGS:STRING="-fpermissive" \
-	-DPYTHON_LIBRARY=/usr/lib64/libpython2.7.so 
+	-DPYTHON_LIBRARY=/usr/lib64/libpython2.7.so \
 	-DVNL_CONFIG_LEGACY_METHODS=ON .
 
 # Why is expat stated, but not shapelib?


More information about the scm-commits mailing list