Skip to content

Commit 63802b4

Browse files
author
Norbert Kipp
committed
2nd step to build direct from GIT
1 parent 31919d5 commit 63802b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RPM/redsocks.spec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ License: Apache-2.0
2727
Summary: Redirect any TCP connection to a SOCKS or HTTPS proxy server
2828
Url: http://darkk.net.ru/redsocks/
2929
Group: Productivity/Networking/Other
30-
Source: %{name}-%{version}.tar.gz
30+
#Source: %{name}-%{version}.tar.gz
31+
Source: _service
3132
BuildRequires: libevent-devel
3233
PreReq: %fillup_prereq
3334
PreReq: /usr/bin/getent
@@ -50,7 +51,7 @@ Also included is a small DNS server returning answers with the "truncated" flag
5051
set for any UDP query, forcing the resolver to use TCP.
5152

5253
%prep
53-
%setup
54+
%setup -n %_sourcedir/%name-%version -T -D
5455

5556
%build
5657
CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}

0 commit comments

Comments
 (0)