commit 34945857ac491dde00c6a2c68a62d68e4c87049c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Aug 24 01:11:46 2022 +0100
Update url location
amap.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/amap.spec b/amap.spec
index 80b3484..dbd0678 100644
--- a/amap.spec
+++ b/amap.spec
@@ -4,8 +4,8 @@ Release: 17%{?dist}
Summary: Network tool for application protocol detection
License: AMAP License
#License AMAP non-commercial rules added to GPLv2
-URL:
http://freeworld.thc.org/thc-amap/
-Source0:
http://freeworld.thc.org/releases/%{name}-%{version}.tar.gz
+URL:
https://github.com/hackerschoice/THC-Archive
+Source0:
https://github.com/hackerschoice/THC-Archive/raw/master/Tools/%{name}-%{v...
Patch0: %{name}-destdir.patch
Patch1: %{name}-path.patch
Patch2: %{name}-ldflags.patch
@@ -38,7 +38,7 @@ on the TCP/UDP port they are being bound to.
%build
#%%configure
./configure --prefix=%{_prefix} --libdir=%{_libdir}
-%{make_build} OPT="$RPM_OPT_FLAGS"
+%{make_build} OPT="$RPM_OPT_FLAGS"
%install