From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] igmpproxy: Update to 0.4 Date: Tue, 21 Feb 2023 16:16:47 +0100 Message-ID: <20230221151647.882529-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8679647466898173462==" List-Id: --===============8679647466898173462== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- igmpproxy/igmpproxy.nm | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/igmpproxy/igmpproxy.nm b/igmpproxy/igmpproxy.nm index 12e842c56..208229db1 100644 --- a/igmpproxy/igmpproxy.nm +++ b/igmpproxy/igmpproxy.nm @@ -4,11 +4,11 @@ ############################################################################= ### =20 name =3D igmpproxy -version =3D 0.1 +version =3D 0.4 release =3D 1 =20 groups =3D Networking/Routing -url =3D http://sourceforge.net/projects/igmpproxy/ +url =3D https://github.com/pali/igmpproxy license =3D GPLv2+ summary =3D A proxy for IGMP. =20 @@ -18,16 +18,24 @@ description between networks. end =20 -source_dl =3D +source_dl =3D https://github.com/pali/%{name}/archive/refs/tags/%{version}.= tar.gz#/ =20 build + requires + autoconf + automake + end + configure_options +=3D \ - --sysconfdir=3D/etc + --sysconfdir=3D%{sysconfdir} + + prepare_cmds + ./autogen.sh + end end =20 packages package %{name} - end =20 package %{name}-debuginfo template DEBUGINFO --=20 2.30.2 --===============8679647466898173462==--