public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: applying opencv-pkgcmake.patch in spec
@ 2026-08-28 13:30
0 siblings, 0 replies; only message in thread
From: @ 2026-08-28 13:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 969da19ff322c3d20cdbb3d361a912f84999da56
Author : Honza Horák <hhorak@redhat.com>
Date : 2012-07-09T11:56:35+02:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/969da19ff322c3d20cdbb3d361a912f84999da56?branch=opencv5
Log:
applying opencv-pkgcmake.patch in spec
---
diff --git a/opencv.spec b/opencv.spec
index c674512..b5a407c 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -5,7 +5,7 @@
Name: opencv
Version: 2.4.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Collection of algorithms for computer vision
Group: Development/Libraries
@@ -14,6 +14,7 @@ License: BSD
URL: http://opencv.willowgarage.com/wiki/
Source0: http://prdownloads.sourceforge.net/opencvlibrary/%{tar_name}-%{version}%{?indice}.tar.bz2
Source1: opencv-samples-Makefile
+Patch0: opencv-pkgcmake.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
@@ -95,6 +96,7 @@ This package contains Python bindings for the OpenCV library.
%prep
%setup -q -n %{tar_name}-%{version}
+%patch0 -p1 -b .pkgcmake
# fix dos end of lines
sed -i 's|\r||g' samples/c/adaptiveskindetector.cpp
@@ -220,6 +222,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Jun 29 2012 Honza Horak <hhorak@redhat.com> - 2.4.1-2
+- Fixed cmake script for generating opencv.pc file
+- Fixed OpenCVConfig script file
+
* Mon Jun 04 2012 Nicolas Chauvet <kwizart@gmail.com> - 2.4.1-1
- Update to 2.4.1
- Rework dependencies - rhbz#828087
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 13:30 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:30 [rpms/opencv] opencv5: applying opencv-pkgcmake.patch in spec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox