pythondir patch was wrongly imported

epel9
Nicolas Chauvet 16 years ago
parent 404038bf13
commit 34d4947223

@ -1,14 +1,15 @@
--- opencv-1.0.0.orig/interfaces/swig/python/Makefile.am 2006-08-10 15:29:20.000000000 +0200 diff -up opencv-1.1.0/interfaces/swig/python/Makefile.am.pydir opencv-1.1.0/interfaces/swig/python/Makefile.am
+++ opencv-1.0.0/interfaces/swig/python/Makefile.am 2007-03-22 04:04:45.000000000 +0100 --- opencv-1.1.0/interfaces/swig/python/Makefile.am.pydir 2009-04-24 10:48:47.000000000 +0200
@@ -92,9 +92,9 @@ +++ opencv-1.1.0/interfaces/swig/python/Makefile.am 2009-04-24 10:49:49.000000000 +0200
@@ -107,9 +107,9 @@ endif
if BUILD_PYTHON_WRAPPERS if BUILD_PYTHON_WRAPPERS
-pkgpython_LTLIBRARIES = _cv.la _highgui.la #pkgpython_LTLIBRARIES = _cv.la _highgui.la
+pkgpyexec_LTLIBRARIES = _cv.la _highgui.la -pkgpython_LTLIBRARIES = _cv.la _ml.la _highgui.la
+pkgpyexec_LTLIBRARIES = _cv.la _ml.la _highgui.la
-pkgpython_PYTHON = \ -pkgpython_PYTHON = \
+pkgpyexec_PYTHON = \ +pkgpyexec_PYTHON = \
__init__.py \ __init__.py \
cv.py \ cv.py \
adaptors.py \ ml.py \

@ -3,7 +3,7 @@
Name: opencv Name: opencv
Version: 1.1.0 Version: 1.1.0
Release: 0.1.pre1%{?dist} Release: 0.1.pre1%{?dist}.1
Summary: Collection of algorithms for computer vision Summary: Collection of algorithms for computer vision
Group: Development/Libraries Group: Development/Libraries

Loading…
Cancel
Save