public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Fixed spec file issues detected by rpmlint
Date: Fri, 28 Aug 2026 13:29:48 GMT [thread overview]
Message-ID: <178792378839.1.14306214111859888995.rpms-opencv-589fa6de9e36@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 589fa6de9e362c90f6395e8c9f98c4a77306bd11
Author : Karel Klíč <kklic@fedoraproject.org>
Date : 2010-01-06T10:33:51+00:00
Stats : +8/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/589fa6de9e362c90f6395e8c9f98c4a77306bd11?branch=opencv5
Log:
Fixed spec file issues detected by rpmlint
---
diff --git a/opencv.spec b/opencv.spec
index aeaf873..d0f2485 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -4,7 +4,7 @@
Name: opencv
Version: 2.0.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Collection of algorithms for computer vision
Group: Development/Libraries
@@ -14,7 +14,7 @@ URL: http://opencv.willowgarage.com/wiki/
Source0: http://prdownloads.sourceforge.net/opencvlibrary/%{tar_name}-%{version}.tar.bz2
Source1: opencv-samples-Makefile
Patch0: opencv-2.0.0-data-automake.patch
-Patch1: opencv-2.0.0-apps-automake.patch
+Patch1: opencv-2.0.0-apps-automake.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
@@ -50,7 +50,7 @@ and Computer Vision algorithms.
Summary: Development files for using the OpenCV library
Group: Development/Libraries
Requires: opencv = %{version}-%{release}
-Requires: pkgconfig
+Requires: pkgconfig
%description devel
This package contains the OpenCV C/C++ library and header files, as well as
@@ -148,12 +148,16 @@ rm -rf $RPM_BUILD_ROOT
%files python
+%defattr(-,root,root,-)
%{python_sitearch}/opencv
%doc %dir %{_datadir}/opencv/samples
%doc %{_datadir}/opencv/samples/python
%changelog
+* Wed Jan 06 2010 Karel Klic <kklic@redhat.com> - 2.0.0-3
+- Fixed spec file issues detected by rpmlint
+
* Sun Dec 06 2009 Haïkel Guémar <karlthered@gmail.com> - 2.0.0-2
- Fix autotools scripts (missing LBP features) - #544167
@@ -161,7 +165,7 @@ rm -rf $RPM_BUILD_ROOT
- Updated to 2.0.0
- Removed upstream-ed patches
- Ugly hack (added cvconfig.h)
-- Disable %check on ppc64
+- Disable %%check on ppc64
* Thu Sep 10 2009 Karsten Hopp <karsten@redhat.com> - 1.1.0-0.7.pre1
- fix build on s390x where we don't have libraw1394 and devel
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=178792378839.1.14306214111859888995.rpms-opencv-589fa6de9e36@fedoraproject.org \
--to=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