From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] popt: Update to 1.19 Date: Sun, 26 Feb 2023 13:21:41 +0100 Message-ID: <20230226122141.273595-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5491389686723919568==" List-Id: --===============5491389686723919568== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- popt/popt.nm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/popt/popt.nm b/popt/popt.nm index 56eb33cee..070dc7f37 100644 --- a/popt/popt.nm +++ b/popt/popt.nm @@ -4,11 +4,11 @@ ############################################################################= ### =20 name =3D popt -version =3D 1.16 +version =3D 1.19 release =3D 1 =20 groups =3D System/Libraries -url =3D http://www.rpm5.org/ +url =3D https://github.com/rpm-software-management/popt license =3D MIT summary =3D C library for parsing command line parameters. =20 @@ -18,17 +18,18 @@ description it improves on them by allowing more powerful argument expansion. end =20 -source_dl =3D http://rpm5.org/files/popt/ +source_dl =3D https://github.com/rpm-software-management/popt/archive/refs/= tags/ +sources =3D %{thisapp}-release.tar.gz =20 build + DIR_APP =3D popt-popt-%{version}-release + requires automake end =20 prepare_cmds - for i in $(find . -name config.guess -or -name config.sub); do - cp -vf %{datadir}/automake-*/config.{guess,sub} $(dirname ${i}) - done + ./autogen.sh end end =20 --=20 2.30.2 --===============5491389686723919568==--