public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Androniychuk, Pavel <pavel.androniychuk@intel.com>
To: git-commits@fedoraproject.org
Subject: [rpms/openvino] rawhide: Spec file edits
Date: Thu, 11 Jun 2026 21:11:08 GMT	[thread overview]
Message-ID: <178121226851.1.11085882159718688264.rpms-openvino-3d18d84afd11@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/openvino
Branch : rawhide
Commit : 3d18d84afd11b515f568b5df61ffb2af32b1728e
Author : Androniychuk, Pavel <pavel.androniychuk@intel.com>
Date   : 2026-06-11T12:32:15-07:00
Stats  : +33/-49 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/openvino/c/3d18d84afd11b515f568b5df61ffb2af32b1728e?branch=rawhide

Log:
Spec file edits

---
diff --git a/openvino.spec b/openvino.spec
index b55ed63..10a0efc 100644
--- a/openvino.spec
+++ b/openvino.spec
@@ -5,10 +5,9 @@
 
 %global so_ver 2600
 
-%global desc %{expand: \
-OpenVINO is an open-source toolkit for optimizing and deploying deep learning \
-models from cloud to edge. It accelerates deep learning inference across \
-various use cases, such as generative AI, video, audio, and language with \
+%global desc %{expand:OpenVINO is an open-source toolkit for optimizing and deploying deep learning
+models from cloud to edge. It accelerates deep learning inference across
+various use cases, such as generative AI, video, audio, and language with
 models from popular frameworks like PyTorch, TensorFlow, ONNX, and more.}
 
 Name:           openvino
@@ -44,31 +43,31 @@ Patch3: pybind11-call_guard-compat.patch
 ExclusiveArch:  x86_64
 
 BuildRequires:  cmake
+BuildRequires:  flatbuffers-compiler
+BuildRequires:  flatbuffers-devel
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
+BuildRequires:  gflags-devel
 BuildRequires:  glibc-devel
-BuildRequires:  tbb-devel
-BuildRequires:  pugixml-devel
-BuildRequires:  snappy-devel
+BuildRequires:  nlohmann-json-devel
+BuildRequires:  onnx-devel
+BuildRequires:  opencl-headers
+BuildRequires:  pkgconfig(OpenCL)
 %if 0%{?fedora} > 44
 BuildRequires:  protobuf3-devel
 %else
 BuildRequires:  protobuf-devel
 %endif
-BuildRequires:  onnx-devel
-BuildRequires:  flatbuffers-devel
-BuildRequires:  flatbuffers-compiler
-BuildRequires:  nlohmann-json-devel
-BuildRequires:  opencl-headers
-BuildRequires:  pkgconfig(OpenCL)
-BuildRequires:  xbyak-devel
-BuildRequires:  gflags-devel
-BuildRequires:  zlib-devel
-BuildRequires:  python3-devel
+BuildRequires:  pugixml-devel
 BuildRequires:  pybind11-devel
+BuildRequires:  python3-devel
+BuildRequires:  python3-numpy
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-wheel
-BuildRequires:  python3-numpy
+BuildRequires:  snappy-devel
+BuildRequires:  tbb-devel
+BuildRequires:  xbyak-devel
+BuildRequires:  zlib-devel
 
 Requires:       lib%{name}-ir-frontend = %{version}-%{release}
 Requires:       lib%{name}-pytorch-frontend = %{version}-%{release}
@@ -88,12 +87,13 @@ Recommends:     lib%{name}-intel-gpu-plugin = %{version}-%{release}
 
 %package -n lib%{name}-devel
 Summary:        Development files for %{name}
+Provides:       %{name}-devel = %{version}-%{release}
+Obsoletes:      %{name}-devel < 2025.1.0-14
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       tbb-devel
-
 %description -n lib%{name}-devel
 %{desc}
-
+.
 This package provides the headers and libraries for developing applications
 with OpenVINO.
 
@@ -102,28 +102,25 @@ with OpenVINO.
 
 %package -n lib%{name}-auto-plugin
 Summary:        Auto / Multi software plugin for OpenVINO
-
 %description -n lib%{name}-auto-plugin
 %{desc}
-
+.
 This package provides the Auto / Multi software plugin for OpenVINO.
 
 
 %package -n lib%{name}-auto-batch-plugin
 Summary:        Automatic batch software plugin for OpenVINO
-
 %description -n lib%{name}-auto-batch-plugin
 %{desc}
-
+.
 This package provides the automatic batch software plugin for OpenVINO.
 
 
 %package -n lib%{name}-hetero-plugin
 Summary:        Hetero plugin for OpenVINO
-
 %description -n lib%{name}-hetero-plugin
 %{desc}
-
+.
 This package provides the hetero plugin for OpenVINO.
 
 
@@ -133,10 +130,9 @@ Summary:        Intel CPU plugin for OpenVINO
 Provides:       bundled(onednn)
 # Intel MLAS
 Provides:       bundled(mlas)
-
 %description -n lib%{name}-intel-cpu-plugin
 %{desc}
-
+.
 This package provides the Intel CPU plugin for OpenVINO.
 
 
@@ -147,7 +143,7 @@ Provides:       bundled(onednn-gpu)
 
 %description -n lib%{name}-intel-gpu-plugin
 %{desc}
-
+.
 This package provides the Intel GPU plugin for OpenVINO.
 
 
@@ -156,60 +152,54 @@ This package provides the Intel GPU plugin for OpenVINO.
 %package -n lib%{name}-ir-frontend
 Summary:        OpenVINO IR Frontend
 Requires:       %{name}%{?_isa} = %{version}-%{release}
-
 %description -n lib%{name}-ir-frontend
 %{desc}
-
+.
 This package provides the IR frontend for OpenVINO.
 
 
 %package -n lib%{name}-onnx-frontend
 Summary:        OpenVINO ONNX Frontend
 Requires:       %{name}%{?_isa} = %{version}-%{release}
-
 %description -n lib%{name}-onnx-frontend
 %{desc}
-
+.
 This package provides the ONNX frontend for OpenVINO.
 
 
 %package -n lib%{name}-paddle-frontend
 Summary:        OpenVINO Paddle Frontend
 Requires:       %{name}%{?_isa} = %{version}-%{release}
-
 %description -n lib%{name}-paddle-frontend
 %{desc}
-
+.
 This package provides the Paddle frontend for OpenVINO.
 
 
 %package -n lib%{name}-pytorch-frontend
 Summary:        OpenVINO PyTorch Frontend
 Requires:       %{name}%{?_isa} = %{version}-%{release}
-
 %description -n lib%{name}-pytorch-frontend
 %{desc}
-
+.
 This package provides the PyTorch frontend for OpenVINO.
 
 
 %package -n lib%{name}-tensorflow-frontend
 Summary:        OpenVINO TensorFlow Frontend
 Requires:       %{name}%{?_isa} = %{version}-%{release}
-
 %description -n lib%{name}-tensorflow-frontend
 %{desc}
-
+.
 This package provides the TensorFlow frontend for OpenVINO.
 
 
 %package -n lib%{name}-tensorflow-lite-frontend
 Summary:        OpenVINO TensorFlow Lite Frontend
 Requires:       %{name}%{?_isa} = %{version}-%{release}
-
 %description -n lib%{name}-tensorflow-lite-frontend
 %{desc}
-
+.
 This package provides the TensorFlow Lite frontend for OpenVINO.
 
 
@@ -228,10 +218,9 @@ Requires:       pkgconf-pkg-config
 Suggests:       opencv-devel >= 3.0
 Suggests:       ocl-icd-devel
 Suggests:       opencl-headers
-
 %description -n %{name}-samples
 %{desc}
-
+.
 This package provides C and C++ source code samples demonstrating how to
 use OpenVINO runtime and APIs.
 
@@ -240,7 +229,6 @@ use OpenVINO runtime and APIs.
 Summary:        OpenVINO Python API
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       python3-numpy
-
 %description -n python3-%{name}
 OpenVINO Python API allowing users to use the OpenVINO library in their Python
 code. Python API provides bindings to basic and advanced APIs from OpenVINO
@@ -303,8 +291,7 @@ sed -i '/openvino-telemetry/d' src/bindings/python/requirements.txt
       -DENABLE_SYSTEM_PROTOBUF=ON \
       -DProtobuf_USE_STATIC_LIBS=OFF \
       -DENABLE_SYSTEM_FLATBUFFERS=ON \
-      -DTHREADING=TBB \
-      %{nil}
+      -DTHREADING=TBB
 %cmake_build
 
 
@@ -367,7 +354,6 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} PYTHONPATH=%{buildroot}%{python3_sitearch
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
 
-
 ## Plugins
 
 %files -n lib%{name}-auto-plugin
@@ -391,7 +377,6 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} PYTHONPATH=%{buildroot}%{python3_sitearch
 %{_libdir}/%{name}-%{version}/lib%{name}_intel_gpu_plugin.so
 %{_libdir}/%{name}-%{version}/cache.json
 
-
 ## Frontends
 
 %files -n lib%{name}-ir-frontend
@@ -417,7 +402,6 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} PYTHONPATH=%{buildroot}%{python3_sitearch
 %files -n %{name}-samples
 %{_datadir}/openvino/samples/
 
-
 %files -n python3-%{name}
 %{python3_sitearch}/%{name}
 %{python3_sitearch}/%{name}-%{version}.dist-info

                 reply	other threads:[~2026-06-11 21:11 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=178121226851.1.11085882159718688264.rpms-openvino-3d18d84afd11@fedoraproject.org \
    --to=pavel.androniychuk@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