pythondir patch was wrongly imported

This commit is contained in:
Nicolas Chauvet 2009-04-24 11:05:05 +00:00
parent 404038bf13
commit 34d4947223
2 changed files with 9 additions and 8 deletions

View File

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

View File

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