automatic version update by autodist [release 10.1.2-1mamba;Sat Feb 19 2022]
This commit is contained in:
parent
4015caa393
commit
2e3aeabe92
@ -1,5 +1,5 @@
|
|||||||
Name: asciidoc
|
Name: asciidoc
|
||||||
Version: 9.1.1
|
Version: 10.1.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Text based documentation
|
Summary: Text based documentation
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
@ -10,6 +10,7 @@ URL: https://asciidoc-py.github.io/
|
|||||||
Source: https://github.com/asciidoc/asciidoc-py3/releases/download/%{version}/asciidoc-%{version}.tar.gz
|
Source: https://github.com/asciidoc/asciidoc-py3/releases/download/%{version}/asciidoc-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -19,6 +20,8 @@ AsciiDoc is a presentable text document format for writing articles, UNIX man pa
|
|||||||
%setup -q
|
%setup -q
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
|
||||||
|
sed -i -e '/pip install/s/\.$/--root $(DESTDIR) ./' Makefile.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
@ -32,30 +35,21 @@ autoreconf -f -i
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_sysconfdir}/asciidoc
|
|
||||||
%config(noreplace) %{_sysconfdir}/asciidoc/docbook-xsl
|
|
||||||
%config(noreplace) %{_sysconfdir}/asciidoc/*.conf
|
|
||||||
%config(noreplace) %{_sysconfdir}/asciidoc/images
|
|
||||||
%config(noreplace) %{_sysconfdir}/asciidoc/javascripts
|
|
||||||
%config(noreplace) %{_sysconfdir}/asciidoc/stylesheets
|
|
||||||
%dir %{_sysconfdir}/asciidoc/themes
|
|
||||||
%dir %{_sysconfdir}/asciidoc/themes/flask
|
|
||||||
%{_sysconfdir}/asciidoc/themes/flask/flask.css
|
|
||||||
%dir %{_sysconfdir}/asciidoc/themes/volnitsky
|
|
||||||
%{_sysconfdir}/asciidoc/themes/volnitsky/volnitsky.css
|
|
||||||
%{_sysconfdir}/asciidoc/dblatex/*
|
|
||||||
%{_sysconfdir}/asciidoc/filters/*
|
|
||||||
%dir %{_sysconfdir}/asciidoc/filters
|
|
||||||
%{_bindir}/a2x
|
%{_bindir}/a2x
|
||||||
%{_bindir}/a2x.py
|
|
||||||
%{_bindir}/asciidoc
|
%{_bindir}/asciidoc
|
||||||
%{_bindir}/asciidoc.py
|
%dir %{python3_sitelib}/asciidoc
|
||||||
%{_mandir}/man1/a2x.1*
|
%{python3_sitelib}/asciidoc/*
|
||||||
%{_mandir}/man1/asciidoc.1*
|
%dir %{python3_sitelib}/asciidoc-%{version}.dist-info
|
||||||
%{_mandir}/man1/testasciidoc.1*
|
%{python3_sitelib}/asciidoc-%{version}.dist-info/*
|
||||||
|
#%{_mandir}/man1/a2x.1*
|
||||||
|
#%{_mandir}/man1/asciidoc.1*
|
||||||
|
#%{_mandir}/man1/testasciidoc.1*
|
||||||
%doc COPYRIGHT
|
%doc COPYRIGHT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 19 2022 Automatic Build System <autodist@mambasoft.it> 10.1.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Oct 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 9.1.1-1mamba
|
* Mon Oct 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 9.1.1-1mamba
|
||||||
- update to 9.1.1
|
- update to 9.1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user