From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 4/4] asciidoc: Update to 10.2.0 Date: Thu, 01 Dec 2022 19:54:47 +0100 Message-ID: <78f57a42-afc6-54c5-d0ab-415ea195d2e7@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5321192484311311473==" List-Id: --===============5321192484311311473== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- asciidoc/asciidoc.nm | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/asciidoc/asciidoc.nm b/asciidoc/asciidoc.nm index 35c8fc434..df3f1c44d 100644 --- a/asciidoc/asciidoc.nm +++ b/asciidoc/asciidoc.nm @@ -4,12 +4,13 @@ ############################################################################= ### =20 name =3D asciidoc -version =3D 8.6.9 +version =3D 10.2.0 release =3D 1 +thisapp =3D %{name}-py-%{version} arch =3D noarch =20 groups =3D Application/System -url =3D http://www.methods.co.nz/asciidoc/ +url =3D https://asciidoc.org/ license =3D GPL+ and GPLv2+ summary =3D Text based document generation. =20 @@ -19,20 +20,24 @@ description to HTML and DocBook markups using the asciidoc(1) command. end =20 -source_dl =3D http://sourceforge.net/projects/asciidoc/files/%{name}/%{vers= ion}/ +source_dl =3D https://github.com/%{name}-py/asciidoc-py/archive/%{version}/ =20 build requires - python + autoconf + automake + docbook-dsssl + docbook-xsl + libxslt + python3-devel + python3-pip end =20 - make_install_targets +=3D docs - - install_cmds - # Install python API. - install -Dpm 644 asciidocapi.py \ - %{BUILDROOT}/usr/lib/python${PYTHON_VERSION}/site-packages/asciidocapi.py + prepare_cmds + autoreconf -vfi end + + make_install_targets +=3D docs end =20 packages --=20 2.34.1 --===============5321192484311311473==--