public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: cmake: use relative PATH on OPENCV_CONFIG_INSTALL_PATH, fixes rhbz #1721876
Date: Fri, 28 Aug 2026 13:31:10 GMT [thread overview]
Message-ID: <178792387046.1.8409942714855226518.rpms-opencv-f1638db7ab71@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : f1638db7ab71d806181e0561eac2216b8b3c34ea
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2019-06-26T22:08:14+01:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/f1638db7ab71d806181e0561eac2216b8b3c34ea?branch=opencv5
Log:
cmake: use relative PATH on OPENCV_CONFIG_INSTALL_PATH, fixes rhbz #1721876
cmake: don't set ENABLE_PKG_CONFIG
---
diff --git a/opencv.spec b/opencv.spec
index 35cbfa0..1ba2895 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -59,7 +59,7 @@
Name: opencv
Version: 3.4.6
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Collection of algorithms for computer vision
# This is normal three clause BSD.
License: BSD
@@ -295,8 +295,7 @@ pushd build
-DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib-%{version}/modules \
-DWITH_LIBV4L=ON \
-DWITH_OPENMP=ON \
- -DENABLE_PKG_CONFIG=OFF \
- -DOPENCV_CONFIG_INSTALL_PATH=%{_libdir}/cmake/OpenCV \
+ -DOPENCV_CONFIG_INSTALL_PATH=%{_lib}/cmake/OpenCV \
%{?with_gdcm: -DWITH_GDCM=ON } \
%{?with_libmfx: -DWITH_MFX=ON } \
%{?with_clp: -DWITH_CLP=ON } \
@@ -430,6 +429,10 @@ popd
%{_libdir}/libopencv_xphoto.so.%{abiver}*
%changelog
+* Tue Jun 25 2019 Sérgio Basto <sergio@serjux.com> - 3.4.6-4
+- cmake: use relative PATH on OPENCV_CONFIG_INSTALL_PATH, fixes rhbz #1721876
+- cmake: don't set ENABLE_PKG_CONFIG
+
* Wed Jun 12 2019 Sérgio Basto <sergio@serjux.com> - 3.4.6-3
- Remove Obsoletes/Provides libopencv_java.so and use OPENCV_JAR_INSTALL_PATH
reply other threads:[~2026-08-28 13:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178792387046.1.8409942714855226518.rpms-opencv-f1638db7ab71@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox