Accepting request 35130 from KDE:KDE4:Factory:Desktop
Copy from KDE:KDE4:Factory:Desktop/opencv based on submit request 35130 from user coolo OBS-URL: https://build.opensuse.org/request/show/35130 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv?expand=0&rev=3
This commit is contained in:
parent
031b9a8c12
commit
5519bfb9a5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 18 06:33:27 UTC 2010 - coolo@novell.com
|
||||
|
||||
- small spec file cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 16 19:45:04 UTC 2010 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -22,7 +22,7 @@ Name: opencv
|
||||
%define libname lib%{name}
|
||||
%define soname 2
|
||||
Version: 2.0.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Collection of algorithms for computer vision
|
||||
Group: Development/Libraries
|
||||
License: BSD3c
|
||||
@ -45,7 +45,6 @@ Computer Vision algorithms.
|
||||
|
||||
%package -n %{libname}%{soname}
|
||||
|
||||
|
||||
Summary: Development files for using the OpenCV library
|
||||
Group: Development/Libraries
|
||||
|
||||
@ -56,7 +55,6 @@ utilizes Intel Integrated Performance Primitives for better performance.
|
||||
|
||||
%package -n %{libname}-devel
|
||||
|
||||
|
||||
Summary: Development files for using the OpenCV library
|
||||
Group: Development/Libraries
|
||||
Requires: %{libname}%{soname} = %{version}
|
||||
@ -69,7 +67,6 @@ use the OpenCV library.
|
||||
|
||||
%package -n python-%{name}
|
||||
|
||||
|
||||
Summary: Python bindings for apps which use OpenCV
|
||||
Group: Development/Libraries
|
||||
Requires: python-base
|
||||
@ -79,7 +76,6 @@ This package contains Python bindings for the OpenCV library.
|
||||
|
||||
%package -n python-%{name}-compat
|
||||
|
||||
|
||||
Summary: Old Python bindings for apps which use OpenCV
|
||||
Group: Development/Libraries
|
||||
Requires: python-base
|
||||
@ -89,7 +85,6 @@ This package contains the old Python bindings for the OpenCV library.
|
||||
|
||||
%package -n %{name}-doc
|
||||
|
||||
|
||||
Summary: Documentation and examples for OpenCV
|
||||
Group: Documentation
|
||||
# Since this package also contains examples that need -devel to be compiled
|
||||
|
Loading…
Reference in New Issue
Block a user