byedpi/byedpi.spec

33 lines
521 B
RPMSpec
Raw Normal View History

2024-08-30 16:02:41 +03:00
%define debug %nil
%define debug_package %nil
Name: byedpi
2025-02-07 09:42:43 +00:00
Version: 0.16.5
2024-08-30 16:02:41 +03:00
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