public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Drop compat symlink for includes
@ 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 : f5498f0349cfca9e90687459dc45b846f425047a
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2020-05-08T12:15:06+02:00
Stats  : +4/-9 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/f5498f0349cfca9e90687459dc45b846f425047a?branch=opencv5

Log:
Drop compat symlink for includes

---
diff --git a/opencv.spec b/opencv.spec
index f887f49..82d455a 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -60,7 +60,7 @@
 
 Name:           opencv
 Version:        4.2.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Collection of algorithms for computer vision
 # This is normal three clause BSD.
 License:        BSD
@@ -349,10 +349,6 @@ ln -s -r %{buildroot}%{_jnidir}/libopencv_java%{javaver}.so %{buildroot}%{_jnidi
 ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/opencv.jar
 %endif
 
-# For compatiblity with downstream expectation
-ln -s opencv4/opencv2 %{buildroot}%{_includedir}
-ln -s opencv4 %{buildroot}%{_datadir}/opencv
-
 # For compatibility with existing opencv.pc application
 %{!?without_compat_openvc_pc:
   ln -s opencv4.pc %{buildroot}%{_libdir}/pkgconfig/opencv.pc
@@ -382,8 +378,6 @@ popd
 %files
 %doc README.md
 %{_bindir}/opencv_*
-# Symlink for compatibilty with older version
-%{_datadir}/opencv
 %dir %{_datadir}/opencv4
 %{_datadir}/opencv4/haarcascades
 %{_datadir}/opencv4/lbpcascades
@@ -416,8 +410,6 @@ popd
 %endif
 
 %files devel
-# Symlink for compatibilty with older version
-%{_includedir}/opencv2
 %dir %{_includedir}/opencv4
 %{_includedir}/opencv4/opencv2
 %{_libdir}/lib*.so
@@ -476,6 +468,9 @@ popd
 %{_libdir}/libopencv_xphoto.so.%{abiver}*
 
 %changelog
+* Fri May 08 2020 Nicolas Chauvet <kwizart@gmail.com> - 4.2.0-6
+- Drop compat symlink for includes - rhbz#1830266
+
 * Thu Mar 26 2020 Nicolas Chauvet <kwizart@gmail.com> - 4.2.0-5
 - Add without_compat_opencv_pc with conditional - rhbz#1816439
 

^ 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: Drop compat symlink for includes Nicolas Chauvet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox