public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 4/4] asciidoc: Update to 10.2.0
Date: Thu, 01 Dec 2022 19:54:47 +0100	[thread overview]
Message-ID: <78f57a42-afc6-54c5-d0ab-415ea195d2e7@ipfire.org> (raw)
In-Reply-To: <ed7e5e02-a8e9-eb0f-10b6-006f29690f97@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1493 bytes --]

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 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 @@
 ###############################################################################
 
 name       = asciidoc
-version    = 8.6.9
+version    = 10.2.0
 release    = 1
+thisapp    = %{name}-py-%{version}
 arch       = noarch
 
 groups     = Application/System
-url        = http://www.methods.co.nz/asciidoc/
+url        = https://asciidoc.org/
 license    = GPL+ and GPLv2+
 summary    = Text based document generation.
 
@@ -19,20 +20,24 @@ description
 	to HTML and DocBook markups using the asciidoc(1) command.
 end
 
-source_dl  = http://sourceforge.net/projects/asciidoc/files/%{name}/%{version}/
+source_dl  = https://github.com/%{name}-py/asciidoc-py/archive/%{version}/
 
 build
 	requires
-		python
+		autoconf
+		automake
+		docbook-dsssl
+		docbook-xsl
+		libxslt
+		python3-devel
+		python3-pip
 	end
 
-	make_install_targets += 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 += docs
 end
 
 packages
-- 
2.34.1


      reply	other threads:[~2022-12-01 18:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-01 18:53 [PATCH 1/4] python3-wheel: New package Peter Müller
2022-12-01 18:53 ` [PATCH 2/4] python3-pip: " Peter Müller
2022-12-01 18:54   ` [PATCH 3/4] python3-{pip,wheel}: Properly build packages Peter Müller
2022-12-01 18:54     ` Peter Müller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=78f57a42-afc6-54c5-d0ab-415ea195d2e7@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox