# ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # File: snawflake.spec # Copyright 🄯 2026 Van de Bugger. # SPDX-License-Identifier: FSFAP # ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― %vdb Name: snowflake Version: 2.11.0 Release: 0.vdb.1%{dist} Summary: TODO License: BSD-3-Clause URL: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/%{name} Source0: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.gz BuildRequires: git BuildRequires: golang-bin >= 1.15 %description %{text -- \ TODO } %package client Summary: WebRTC-based Tor pluggable transport plugin %description client %{text -- \ TODO } %prep %autosetup -n %{name}-v%{version} ( cd client; go get ) %build go build -C client -o %{name}-client echo "=============================================================================================" ls -l client echo "=============================================================================================" %install %{__install} -m u=rwx,go=rx -D -t %{buildroot}%{_bindir} client/%{name}-client %{__install} -m u=rw,go=r -D -t %{buildroot}%{_licensedir}/%{name} LICENSE %files %dir %{_licensedir}/%{name} %{_licensedir}/%{name}/LICENSE %files client %{_bindir}/%{name} %changelog * Wed Feb 25 2026 Van de Bugger - 2.11.0-0.vdb.1 - Initial release. # end of file #