|
|
|
@ -52,7 +52,7 @@ Name: opencv
|
|
|
|
|
Version: 4.5.2
|
|
|
|
|
%global javaver %(foo=%{version}; echo ${foo//./})
|
|
|
|
|
%global abiver %(foo=%{version}; echo ${foo:0:3})
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: Collection of algorithms for computer vision
|
|
|
|
|
# This is normal three clause BSD.
|
|
|
|
|
License: BSD
|
|
|
|
@ -479,6 +479,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
|
|
|
|
|
%{_libdir}/libopencv_xphoto.so.%{abiver}*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.5.2-6
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Fri May 21 2021 Sandro Mani <manisandro@gmail.com> - 4.5.2-5
|
|
|
|
|
- Rebuild (gdal)
|
|
|
|
|
|
|
|
|
|