From 3c577df1378a8b90115bcd4fa782798e6949b2e2 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Mon, 6 Apr 2026 17:37:09 +0300 Subject: [PATCH] Update 3proxy.spec --- scripts/rh/3proxy.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/rh/3proxy.spec b/scripts/rh/3proxy.spec index 1d1b159..d22de73 100644 --- a/scripts/rh/3proxy.spec +++ b/scripts/rh/3proxy.spec @@ -1,6 +1,6 @@ -Name: 3proxy -Version: 0.9.5 -Release: 1 +Name: %{!?name:3proxy} +Version: %{!?version:0.9.5} +Release: 1%{?dist} Summary: 3proxy tiny proxy server License: GPL/LGPL/Apache/BSD URL: https://3proxy.org/ @@ -13,7 +13,7 @@ Source: https://github.com/%{packager}/%{name}/archive/%{version}.tar.gz 3proxy is lightweight yet powerful proxy server %prep -%setup -q -n %{name}-%{version} +%setup -q ln -s Makefile.Linux Makefile %build