File jupiter-dock-updater-bin.spec of Package jupiter-dock-updater-bin
#
# spec file for package jupiter-dock-updater-bin
#
# Copyright (c) 2025 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: jupiter-dock-updater-bin
Version: 20250220.02
Release: 0%{?dist}
Summary: Jupiter Dock Updater
License: SUSE-NonFree
URL: https://gitlab.com/evlaV/jupiter-dock-updater-bin
Source: %{name}-%{version}.tar.xz
ExclusiveArch: x86_64
%description
Jupiter Dock updater.
%define debug_package %{nil}
%prep
%autosetup
%build
%install
mkdir -p %{buildroot}%{_prefix}/lib/jupiter-dock-updater
cp -rv packaged/usr/lib/jupiter-dock-updater %{buildroot}%{_prefix}/lib
%files
%dir %{_prefix}/lib/jupiter-dock-updater
%{_prefix}/lib/jupiter-dock-updater/*
%changelog