Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Nicolas Chauvet
a5ff02ed97 Fixup patch macro 2025-07-29 12:24:20 +02:00
Nicolas Chauvet
a6e60893e4 Rebuilt for gdal - rhbz#2383114 2025-07-29 12:17:54 +02:00

View file

@ -69,7 +69,7 @@ Version: 4.6.0
%global minorver %(foo=%{version}; a=(${foo//./ }); echo ${a[1]} )
%global padding %(digits=00; num=%{minorver}; echo ${digits:${#num}:${#digits}} )
%global abiver %(echo %{majorver}%{padding}%{minorver} )
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Collection of algorithms for computer vision
# This is normal three clause BSD.
License: BSD
@ -281,8 +281,8 @@ shopt -u extglob
popd &>/dev/null
%endif
%patch0 -p1 -b .install_3rdparty_licenses
%patch3 -p1 -b .python_install_binary
%patch -P 0 -p1 -b .install_3rdparty_licenses
%patch -P 3 -p1 -b .python_install_binary
pushd %{name}_contrib-%{version}
#patch1 -p1 -b .install_cvv
@ -514,6 +514,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
%{_libdir}/libopencv_xphoto.so.{%{abiver},%{version}}
%changelog
* Tue Jul 29 2025 Nicolas Chauvet <kwizart@gmail.com>
- Rebuilt for gdal - rhbz#2383114
* Wed Sep 28 2022 Tom Rix <trix@redhat.com> - 4.6.0-7
- Remove Unicap