public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: aanokhov <artyom.anokhov@intel.com>
To: git-commits@fedoraproject.org
Subject: [rpms/openvino] rawhide: Renamed openvino-dev. Added small check. Removed set global debug_package to nil
Date: Thu, 11 Jun 2026 16:12:36 GMT [thread overview]
Message-ID: <178119435675.1.3616565946825061819.rpms-openvino-c4b7f0649f5d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/openvino
Branch : rawhide
Commit : c4b7f0649f5d676fe8098fd6366c3fa69cdb2109
Author : aanokhov <artyom.anokhov@intel.com>
Date : 2026-05-11T11:16:23+00:00
Stats : +11/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openvino/c/c4b7f0649f5d676fe8098fd6366c3fa69cdb2109?branch=rawhide
Log:
Renamed openvino-dev. Added small check. Removed set global debug_package to nil
---
diff --git a/openvino.spec b/openvino.spec
index 370c04f..8c80bd5 100644
--- a/openvino.spec
+++ b/openvino.spec
@@ -70,12 +70,12 @@ Recommends: lib%{name}-intel-gpu-plugin = %{version}-%{release}
%{desc}
-%package -n lib%{name}-dev
+%package -n lib%{name}-devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: tbb-devel
-%description -n lib%{name}-dev
+%description -n lib%{name}-devel
%{desc}
This package provides the headers and libraries for developing applications
@@ -202,7 +202,7 @@ This package provides the TensorFlow Lite frontend for OpenVINO.
%package -n %{name}-samples
Summary: C and C++ samples for OpenVINO
BuildArch: noarch
-Requires: lib%{name}-dev = %{version}-%{release}
+Requires: lib%{name}-devel = %{version}-%{release}
Requires: cmake
Requires: gcc-c++
Requires: gcc
@@ -220,9 +220,6 @@ This package provides C and C++ source code samples demonstrating how to
use OpenVINO runtime and APIs.
-%global debug_package %{nil}
-
-
%prep
%autosetup -p1
@@ -287,6 +284,13 @@ rm -rf %{buildroot}%{_datadir}/licenses/*
rm -rf %{buildroot}%{_datadir}/doc
+%check
+# Verify the core OpenVINO shared libraries load without unresolved symbols
+export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
+ldd %{buildroot}%{_libdir}/libopenvino.so.%{version}
+ldd %{buildroot}%{_libdir}/libopenvino_c.so.%{version}
+
+
%ldconfig_scriptlets
%ldconfig_scriptlets -n lib%{name}-ir-frontend
%ldconfig_scriptlets -n lib%{name}-onnx-frontend
@@ -304,7 +308,7 @@ rm -rf %{buildroot}%{_datadir}/doc
%{_libdir}/lib%{name}_c.so.%{version}
%{_libdir}/lib%{name}_c.so.%{so_ver}
-%files -n lib%{name}-dev
+%files -n lib%{name}-devel
%{_includedir}/%{name}/
%{_libdir}/cmake/%{name}%{version}/
%{_libdir}/*.so
reply other threads:[~2026-06-11 16:12 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=178119435675.1.3616565946825061819.rpms-openvino-c4b7f0649f5d@fedoraproject.org \
--to=artyom.anokhov@intel.com \
--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