From a29d85f58d5261890b25e55b6266f3cf24fe86d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 12 Dec 2010 00:37:42 +0000 Subject: [PATCH] - rel 6 Changed files: opencv.spec -> 1.20 --- opencv.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencv.spec b/opencv.spec index dd0e4ad..0ef3f98 100644 --- a/opencv.spec +++ b/opencv.spec @@ -5,7 +5,7 @@ Summary: A library of programming functions mainly aimed at real time computer vision Name: opencv Version: 2.2.0 -Release: 5 +Release: 6 Epoch: 1 License: BSD Group: Libraries @@ -112,7 +112,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_pkgconfigdir} install build/unix-install/opencv.pc $RPM_BUILD_ROOT%{_pkgconfigdir} -%if %{_lib} = "lib64" +%if "%{_lib}" == "lib64" # upstream has no lib64 support mv $RPM_BUILD_ROOT%{_prefix}/lib/lib*.so* $RPM_BUILD_ROOT%{_libdir} %endif -- 2.43.0