File spycast.spec of Package spycast

#
# spec file for package spycast
#
# Copyright (c) 2022, Martin Hauke <mardnh@gmx.de>
#
# 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:           spycast
Version:        0~git20220925
Release:        0
Summary:        A mDNS enumeration tool
License:        GPL-3.0-or-later
Group:          Productivity/Networking/Diagnostic
#Git-Clone:     https://github.com/evilsocket/spycast.git
URL:            https://github.com/evilsocket/spycast
Source:         %{name}-%{version}.tar.xz
Source1:        vendor.tar.xz
Source2:        cargo_config
BuildRequires:  cargo
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(atk) >= 2.18
BuildRequires:  pkgconfig(javascriptcoregtk-4.0) >= 2.24
BuildRequires:  rust
BuildRequires:  rust-packaging

%description
SpyCast is a mDNS enumeration tool that can work either in active
mode by recursively querying services, or in passive mode by only
listening to multicast packets.

%prep
%autosetup -p 1 -a 1
install -D -m 0644 %{SOURCE2} .cargo/config

%build
%{cargo_build}
# dann nochmal ohne UI -> spycast-cli
#cargo build --no-default-features --release

%install
cargo install --no-track --root=%{buildroot}%{_prefix} --path .

%files
%license LICENSE
%doc README.md
%{_bindir}/spycast
#%%{_bindir}/spycast-cli

%changelog
openSUSE Build Service is sponsored by