Imported from SRPM

This commit is contained in:
Sergey Zhemoytel 2024-08-30 16:02:41 +03:00
commit 815c058daf
2 changed files with 35 additions and 0 deletions

2
.abf.yml Normal file
View file

@ -0,0 +1,2 @@
sources:
byedpi-0.13.1.tar.gz: fc333da645219253623c721a42a529f226b2e807

33
byedpi.spec Normal file
View file

@ -0,0 +1,33 @@
%define debug %nil
%define debug_package %nil
Name: byedpi
Version: 0.13.1
Release: 1
Summary: Bypass DPI
URL: https://github.com/hufrea/byedpi
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
License: MIT
Group: Security
Provides: ciadpi
BuildRequires: make
%description
Implementation of some DPI bypass methods. The program is a
local SOCKS proxy server.
%prep
%setup -q
%build
%make
%install
install -Dm0755 ciadpi %{buildroot}%{_bindir}/ciadpi
%files
%doc README.md LICENSE
%{_bindir}/ciadpi