SHA256
1
0
forked from pool/opencv

Accepting request 124297 from KDE:Distro:Factory

Add more info in changes file (forwarded request 124276 from koprok)

OBS-URL: https://build.opensuse.org/request/show/124297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv?expand=0&rev=32
This commit is contained in:
Stephan Kulow
2012-06-10 21:01:25 +00:00
committed by Git OBS Bridge
parent 3a8c3635ad
commit 400d48dd10
6 changed files with 25 additions and 19 deletions

View File

@@ -21,7 +21,7 @@
Name: opencv
%define libname lib%{name}
%define soname 2_4
Version: 2.4.0
Version: 2.4.1
Release: 0
Summary: Collection of algorithms for computer vision
License: BSD-3-Clause
@@ -30,8 +30,8 @@ Url: http://%{name}.willowgarage.com/wiki/
Source0: http://downloads.sourceforge.net/project/%{name}library/%{name}-unix/%{version}/OpenCV-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM opencv-samples.patch koprok@nand.bg -- Improve samples installation.
Patch1: %{name}-samples.patch
# PATCH-FIX-UPSTREAM opencv-2.3-underlinking.patch reddwarf@opensuse.org -- Make libopencv_highgui.so link to libv4l2 since it's using symbols defined there.
Patch2: %{name}-2.3-underlinking.patch
# PATCH-FIX-UPSTREAM opencv-underlinking.patch koprok@nand.bg -- Make libopencv_highgui.so link to libv4l2 since it's using symbols defined there.
Patch2: %{name}-underlinking.patch
# PATCH-FIX-OPENSUSE opencv-datadir.patch koprok@nand.bg -- Install data files in share/opencv instead of share/OpenCV.
Patch3: %{name}-datadir.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -105,7 +105,7 @@ This package contains the documentation and examples for the OpenCV library.
%prep
%setup -qn OpenCV-%{version}
%patch1 -p1
%patch2
%patch2 -p1
%patch3 -p1
# Windows specific and with wrong end of line