public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Switch to cmake_build,install
@ 2026-08-28 13:31 Nicolas Chauvet
0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-08-28 13:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : bceb48cb6479006e7fe5743d1e5d9847999f5451
Author : Nicolas Chauvet <kwizart@gmail.com>
Date : 2020-07-28T08:15:32+02:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/bceb48cb6479006e7fe5743d1e5d9847999f5451?branch=opencv5
Log:
Switch to cmake_build,install
---
diff --git a/opencv.spec b/opencv.spec
index dcea783..f320c16 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -340,14 +340,14 @@ pushd build
%{?with_vulkan: -DWITH_VULKAN=ON -DVULKAN_INCLUDE_DIRS=%{_includedir}/vulkan } \
..
-%make_build VERBOSE=1
+%cmake_build
popd
%install
-%make_install -C build
-find %{buildroot} -name '*.la' -delete
+%cmake_install
+
rm -rf %{buildroot}%{_datadir}/OpenCV/licenses/
%if %{with java}
ln -s -r %{buildroot}%{_jnidir}/libopencv_java%{javaver}.so %{buildroot}%{_jnidir}/libopencv_java.so
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 13:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:31 [rpms/opencv] opencv5: Switch to cmake_build,install Nicolas Chauvet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox