[opencv] Finally something that can build Still runtime testing before ABI bump in Rawhide

Nicolas Chauvet kwizart at fedoraproject.org
Wed Jun 6 21:18:12 UTC 2012


commit 9c53e89e62d65b90dc0ee3f550addab659606187
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Wed Jun 6 23:17:42 2012 +0200

    Finally something that can build
    Still runtime testing before ABI bump in Rawhide

 opencv.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/opencv.spec b/opencv.spec
index 633a604..c674512 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -160,6 +160,11 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/OpenCV/doc
 
 popd
 
+#Cmake mess
+mkdir -p  $RPM_BUILD_ROOT%{_libdir}/cmake/OpenCV
+mv $RPM_BUILD_ROOT%{_datadir}/OpenCV/*.cmake \
+  $RPM_BUILD_ROOT%{_libdir}/cmake/OpenCV
+
 
 %check
 # Check fails since we don't support most video


More information about the scm-commits mailing list