File websocat.spec of Package websocat
#
# spec file for package websocat
#
# Copyright (c) 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/
#
%define realver 4.0.0-alpha1
Name: websocat
Version: 4.0.0.alpha1
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%{realver}.tar.gz#/%{name}-%{realver}.tar.gz
Source1: vendor.tar.zst
Source2: cargo_config
BuildRequires: cargo
BuildRequires: rust
BuildRequires: cargo-packaging
BuildRequires: pkgconfig(openssl)
%description
Command-line client for WebSockets, like netcat (or curl) for ws://
with advanced socat-like functions.
%prep
%autosetup -p 1 -a 1 -n %{name}-%{realver}
install -D -m 0644 %{SOURCE2} .cargo/config
%build
%{cargo_build}
%install
%{cargo_install}
%files
#%%license LICENSE
%doc DESIGN.md doc.md
%{_bindir}/websocat4
%changelog