public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: corsepiu <corsepiu@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: - Fix %{_datadir}/opencv/samples ownership.
Date: Fri, 28 Aug 2026 13:29:35 GMT	[thread overview]
Message-ID: <178792377580.1.15163763556277461771.rpms-opencv-6a255cea1a6b@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/opencv
            Branch : opencv5
            Commit : 6a255cea1a6bd2f17ed301736d44c6a101b9a480
            Author : corsepiu <corsepiu@fedoraproject.org>
            Date   : 2007-03-22T05:30:02+00:00
            Stats  : +9/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/opencv/c/6a255cea1a6bd2f17ed301736d44c6a101b9a480?branch=opencv5

            Log:
            - Fix %{_datadir}/opencv/samples ownership.
- Adjust timestamp of cvconfig.h.in to avoid re-running autoheader.

---
diff --git a/opencv.spec b/opencv.spec
index 4b92664..0891e0a 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -5,7 +5,7 @@
 
 Name:           opencv
 Version:        1.0.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Collection of algorithms for computer vision
 
 Group:          Development/Libraries
@@ -61,8 +61,8 @@ This package contains Python bindings for the OpenCV library.
                      samples/python/*.py
 %{__sed} -i 's/^#!.*//' interfaces/swig/python/adaptors.py \
                         interfaces/swig/python/__init__.py
-
-find -name Makefile.in | xargs touch
+# Adjust timestamp on cvconfig.h.in
+touch -r configure.in cvconfig.h.in
 
 %build
 %configure --disable-static --enable-python --enable-apps
@@ -116,16 +116,21 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.a
 %{_libdir}/pkgconfig/opencv.pc
 %doc %{_datadir}/opencv/doc
+%doc %dir %{_datadir}/opencv/samples
 %doc %{_datadir}/opencv/samples/c
 
 
 %files python
 %{pyexecdir}/opencv
-
+%doc %dir %{_datadir}/opencv/samples
 %doc %{_datadir}/opencv/samples/python
 
 
 %changelog
+* Thu Mar 22 2007 Ralf Corsépius <rc040203@freenet.de> - 1.0.0-3
+- Fix %%{_datadir}/opencv/samples ownership.
+- Adjust timestamp of cvconfig.h.in to avoid re-running autoheader.
+
 * Thu Mar 22 2007 Ralf Corsépius <rc040203@freenet.de> - 1.0.0-2
 - Move all of the python module to pyexecdir (BZ 233128).
 - Activate the testsuite.

                 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=178792377580.1.15163763556277461771.rpms-opencv-6a255cea1a6b@fedoraproject.org \
    --to=corsepiu@fedoraproject.org \
    --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