* [PATCH] asciidoc: Update to 10.20.0
@ 2023-02-26 12:19 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2023-02-26 12:19 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1463 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
asciidoc/asciidoc.nm | 26 ++++++++++++++++++--------
1 file changed, 18 insertions(+), 8 deletions(-)
diff --git a/asciidoc/asciidoc.nm b/asciidoc/asciidoc.nm
index a8220579d..e2691b956 100644
--- a/asciidoc/asciidoc.nm
+++ b/asciidoc/asciidoc.nm
@@ -4,8 +4,8 @@
###############################################################################
name = asciidoc
-version = 8.6.9
-release = 2
+version = 10.2.0
+release = 1
thisapp = %{name}-py-%{version}
arch = noarch
@@ -25,22 +25,32 @@ source_dl = https://github.com/%{name}-py/asciidoc-py/archive/%{version}/
build
requires
autoconf
- automake
docbook-dsssl
docbook-xsl
libxslt
python3-devel
+ python3-setuptools
end
prepare_cmds
- autoreconf -vfi
+ autoconf
+ end
+
+ build_cmds
+ # Build asciidoc
+ %{python3} setup.py build
end
- make_install_targets += docs
+ install
+ # Install asciidoc
+ %{python3} setup.py install \
+ --root=%{BUILDROOT}
+
+ # Create directory layout for manpages
+ mkdir -pv %{BUILDROOT}%{mandir}/man1
- install_cmds
- # Broken symlink to an example that is not being installed
- rm -vf %{BUILDROOT}%{datadir}/doc/asciidoc/examples/website/asciidoc-graphviz-sample.txt
+ # Install manpages
+ install -Dm0644 -t "%{BUILDROOT}%{mandir}/man1/" doc/*.1
end
end
--
2.30.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-26 12:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26 12:19 [PATCH] asciidoc: Update to 10.20.0 Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox