public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicolas Chauvet <kwizart@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Fix opencv2 header location
Date: Fri, 28 Aug 2026 13:29:55 GMT	[thread overview]
Message-ID: <178792379534.1.8848700159166524723.rpms-opencv-60743dbfb342@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : 60743dbfb3428b8cbb455a3b117efad0b1bce1b8
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2011-01-06T15:52:41+01:00
Stats  : +1/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/60743dbfb3428b8cbb455a3b117efad0b1bce1b8?branch=opencv5

Log:
Fix opencv2 header location

---
diff --git a/opencv.spec b/opencv.spec
index 2255dcc..34987fd 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -184,10 +184,6 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/opencv/{doc/,samples/octave/}
 # Remove Rpath in python shared objects:
 find $RPM_BUILD_ROOT%{python_sitearch} -name "*.so" -exec chrpath -d {} ';'
 
-#Move opencv2 headers into the appropriate directory
-mv $RPM_BUILD_ROOT%{_includedir}/opencv2 \
-  $RPM_BUILD_ROOT%{_includedir}/opencv
-
 
 %check
 # Check fails since we don't support most video
@@ -220,6 +216,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/opencv
+%{_includedir}/opencv2
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/opencv.pc
 # own cmake dir avoiding dep on cmake

                 reply	other threads:[~2026-08-28 13:29 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=178792379534.1.8848700159166524723.rpms-opencv-60743dbfb342@fedoraproject.org \
    --to=kwizart@gmail.com \
    --cc=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