File wstunnel.spec of Package wstunnel
#
# spec file for package wstunnel
#
Name: wstunnel
Version: 0
Release: 0
Summary: Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI
License: BSD-3-Clause
Group: Productivity/Networking
URL: https://github.com/erebe/wstunnel
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz
Patch0: %{name}-%{version}.patch
BuildRequires: gcc >= 14
BuildRequires: rust > 1.80
BuildRequires: cargo > 1.80
BuildRequires: cargo-packaging
BuildRequires: zstd
%description
Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI
%prep
%setup -q
%patch -P0 -p1
%build
cargo --offline build --release --package wstunnel-cli
%install
%pre
%post
%preun
%postun
%files
#license License.txt
#doc README.md History.txt
%changelog