File websocat.spec of Package websocat
#
# spec file for package websocat
#
# Copyright (c) 2021-2024, 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: websocat
Version: 1.14.0
Release: 0
Summary: Command-line client for WebSockets, like netcat for ws://
License: MIT
Group: Productivity/Networking/Other
URL: https://github.com/vi/websocat/
Source: https://github.com/vi/websocat/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: cargo
BuildRequires: cargo-packaging
BuildRequires: pkgconfig(openssl)
BuildRequires: rust
%description
Command-line client for WebSockets, like netcat (or curl) for ws://
with advanced socat-like functions.
%prep
%autosetup -p 1 -a 1
%build
%{cargo_build}
%install
%{cargo_install}
%check
export PATH=$PATH:%{buildroot}%{_bindir}
./test.sh
%files
%license LICENSE
%doc README.md doc.md moreexamples.md
%{_bindir}/websocat
%changelog