From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] igmpproxy: Update to 0.4 Date: Tue, 21 Feb 2023 15:59:00 +0000 Message-ID: <2128C85A-0749-4DB2-BF3D-A106F5D0131B@ipfire.org> In-Reply-To: <20230221151647.882529-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4176283933717440015==" List-Id: --===============4176283933717440015== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, > On 21 Feb 2023, at 15:16, Stefan Schantl wrot= e: >=20 > Signed-off-by: Stefan Schantl > --- > igmpproxy/igmpproxy.nm | 18 +++++++++++++----- > 1 file changed, 13 insertions(+), 5 deletions(-) >=20 > 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} Isn=E2=80=99t this the default anyways? > + > + prepare_cmds > + ./autogen.sh > + end > end >=20 > packages > package %{name} > - end >=20 > package %{name}-debuginfo > template DEBUGINFO > --=20 > 2.30.2 >=20 --===============4176283933717440015==--