File ngscopeclient.spec of Package ngscopeclient
#
# spec file for package ngscopeclient
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: ngscopeclient
Version: 1725692302.2dfa831
Release: 0
Summary: Advanced T&M remote control and analysis suite
License: BSD-3-Clause
URL: https://www.ngscopeclient.org
Source0: scopehal-apps-%{version}.tar
BuildRequires: cmake
BuildRequires: make
BuildRequires: pkg-config
BuildRequires: gcc-c++
BuildRequires: gtkmm3-devel
BuildRequires: pkgconfig(ffts)
BuildRequires: libhidapi-devel
BuildRequires: glm-devel
BuildRequires: libyaml-devel
BuildRequires: yaml-cpp-devel
BuildRequires: libtirpc-devel
BuildRequires: glslang-devel
BuildRequires: spirv-tools-devel
BuildRequires: pkgconfig(glfw3)
BuildRequires: pkgconfig(vulkan)
BuildRequires: vulkan-headers
BuildRequires: pkgconfig(shaderc)
BuildRequires: shaderc
%description
Advanced T&M remote control and analysis suite.
%prep
%setup -qn scopehal-apps-%{version}
%build
%cmake -DBUILD_TESTING=OFF
%cmake_build
%install
%cmake_install
%check
%files
%license LICENSE
%doc README.md
%_libdir/libscope*.so
%_bindir/%{name}
%{_datadir}/ngscopeclient*
%{_datadir}/applications/ngscopeclient.desktop
%changelog