Accepting request 508754 from Publishing

1

OBS-URL: https://build.opensuse.org/request/show/508754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2017-07-12 17:31:26 +00:00 committed by Git OBS Bridge
commit 7429ae0922
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 7 09:59:32 UTC 2017 - matthias.gerstner@suse.com
- added themes directory for installing the other available themes shipped
with asciidoc. Makes the "-a theme=volnitsky" and "-a theme=flask" switches
work.
-------------------------------------------------------------------
Thu Sep 1 14:17:15 UTC 2016 - olaf@aepfle.de

View File

@ -1,7 +1,7 @@
#
# spec file for package asciidoc
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -62,7 +62,7 @@ install -m 0755 filters/*/*.py %{buildroot}%{_sysconfdir}/asciidoc/filters/
install -m 0755 -D asciidoc.py %{buildroot}%{_bindir}/asciidoc
install -m 0755 -D a2x.py %{buildroot}%{_bindir}/a2x
install -m 0644 doc/*.1 %{buildroot}%{_mandir}/man1/
for i in images stylesheets javascripts docbook-xsl dblatex; do
for i in images stylesheets javascripts docbook-xsl dblatex themes; do
cp -av $i %{buildroot}%{_datadir}/asciidoc/
ln -s ../../%{_datadir}/asciidoc/$i %{buildroot}%{_sysconfdir}/asciidoc
done