We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31919d5 commit 63802b4Copy full SHA for 63802b4
RPM/redsocks.spec
@@ -27,7 +27,8 @@ License: Apache-2.0
27
Summary: Redirect any TCP connection to a SOCKS or HTTPS proxy server
28
Url: http://darkk.net.ru/redsocks/
29
Group: Productivity/Networking/Other
30
-Source: %{name}-%{version}.tar.gz
+#Source: %{name}-%{version}.tar.gz
31
+Source: _service
32
BuildRequires: libevent-devel
33
PreReq: %fillup_prereq
34
PreReq: /usr/bin/getent
@@ -50,7 +51,7 @@ Also included is a small DNS server returning answers with the "truncated" flag
50
51
set for any UDP query, forcing the resolver to use TCP.
52
53
%prep
-%setup
54
+%setup -n %_sourcedir/%name-%version -T -D
55
56
%build
57
CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}
0 commit comments