public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Callaway <spot@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: clean sources
Date: Fri, 28 Aug 2026 13:30:14 GMT	[thread overview]
Message-ID: <178792381497.1.2899495246891587613.rpms-opencv-8dbdc4956d23@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : 8dbdc4956d23367e9eb6f306def54c68b4bbe249
Author : Tom Callaway <spot@fedoraproject.org>
Date   : 2013-04-02T14:34:28-04:00
Stats  : +11/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/8dbdc4956d23367e9eb6f306def54c68b4bbe249?branch=opencv5

Log:
clean sources

---
diff --git a/.gitignore b/.gitignore
index 242093e..499ca9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ OpenCV-2.1.0.tar.bz2
 /OpenCV-2.4.3.tar.bz2
 /OpenCV-2.4.4-beta.tar.bz2
 /OpenCV-2.4.4a.tar.bz2
+/OpenCV-2.4.4a-clean.tar.bz2

diff --git a/opencv.spec b/opencv.spec
index 229d1dd..156a71c 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -5,14 +5,18 @@
 
 Name:           opencv
 Version:        2.4.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Collection of algorithms for computer vision
 
 Group:          Development/Libraries
 # This is normal three clause BSD.
 License:        BSD
 URL:            http://opencv.willowgarage.com/wiki/
-Source0:        http://downloads.sourceforge.net/opencvlibrary/%{tar_name}-%{version}%{?indice}.tar.bz2
+# Need to remove SIFT/SURF from source tarball, due to legal concerns
+# rm -rf opencv-2.4.4/modules/nonfree/src/sift.cpp 
+# rm -rf opencv-2.4.4/modules/nonfree/src/surf.cpp
+# Source0:        http://downloads.sourceforge.net/opencvlibrary/%{tar_name}-%{version}%{?indice}.tar.bz2
+Source0:	%{tar_name}-%{version}%{?indice}-clean.tar.bz2
 Source1:        opencv-samples-Makefile
 Patch0:         opencv-pkgcmake.patch
 Patch1:         opencv-pkgcmake2.patch
@@ -232,6 +236,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Apr  2 2013 Tom Callaway <spot@fedoraproject.org> - 2.4.4-2
+- make clean source without SIFT/SURF
+
 * Sat Mar 23 2013 Nicolas Chauvet <kwizart@gmail.com> - 2.4.4-1
 - Update to 2.4.4a
 - Fix ttb-devel architecture conditionals

diff --git a/sources b/sources
index a07a69e..643e409 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-876dce80ea2648b7e4d4c5a567b4d37b  OpenCV-2.4.4a.tar.bz2
+0f69345a993adc8236eff875a29e1445  OpenCV-2.4.4a-clean.tar.bz2

                 reply	other threads:[~2026-08-28 13:30 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=178792381497.1.2899495246891587613.rpms-opencv-8dbdc4956d23@fedoraproject.org \
    --to=spot@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