mirror of
https://abf.rosa.ru/djam/byedpi.git
synced 2025-02-23 16:22:48 +00:00
32 lines
521 B
RPMSpec
32 lines
521 B
RPMSpec
%define debug %nil
|
|
%define debug_package %nil
|
|
|
|
Name: byedpi
|
|
Version: 0.16.5
|
|
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
|
|
|
|
|