public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Fix 2 rpmlint errors
@ 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 : 8096ad5322bb98c652b36ff8ef3efa14d4439c5d
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2017-09-02T23:12:22+01:00
Stats : +8/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/8096ad5322bb98c652b36ff8ef3efa14d4439c5d?branch=opencv5
Log:
Fix 2 rpmlint errors
---
diff --git a/opencv.spec b/opencv.spec
index cc6eca8..d68af01 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -34,7 +34,7 @@
Name: opencv
Version: 3.2.0
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: Collection of algorithms for computer vision
Group: Development/Libraries
# This is normal three clause BSD.
@@ -101,7 +101,7 @@ BuildRequires: python2-devel
BuildRequires: python3-devel
BuildRequires: numpy, swig >= 1.3.24
BuildRequires: python3-numpy
-BuildRequires: python-sphinx
+BuildRequires: python2-sphinx
%{?with_ffmpeg:BuildRequires: ffmpeg-devel >= 0.4.9}
%if 0%{?fedora} > 20
%{?with_gstreamer:BuildRequires: gstreamer1-devel gstreamer1-plugins-base-devel}
@@ -314,6 +314,9 @@ popd
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
+%post contrib -p /sbin/ldconfig
+%postun contrib -p /sbin/ldconfig
+
%files
%doc README.md
%license LICENSE
@@ -389,6 +392,9 @@ popd
%{_libdir}/libopencv_xphoto.so.%{abiver}*
%changelog
+* Sat Sep 02 2017 Sérgio Basto <sergio@serjux.com> - 3.2.0-12
+- Fix 2 rpmlint errors
+
* Sat Sep 02 2017 Sérgio Basto <sergio@serjux.com> - 3.2.0-11
- Enable libv4l1 to fix open a video (#1487816)
^ 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: Fix 2 rpmlint errors
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox