update to 8.6.10 [release 8.6.10-1mamba;Sat Jul 28 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 20:34:35 +01:00
parent da310b3e70
commit 2f7065cd65

View File

@ -1,25 +1,27 @@
Name: asciidoc Name: asciidoc
Version: 8.6.9 Version: 8.6.10
Release: 2mamba Release: 1mamba
Summary: text based documentation Summary: Text based documentation
Group: Applications/Publishing Group: Applications/Publishing
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.methods.co.nz/asciidoc/ URL: http://www.methods.co.nz/asciidoc/
Source: http://downloads.sourceforge.net/asciidoc/asciidoc-%{version}.tar.gz Source: https://github.com/asciidoc/asciidoc.git/%{version}/asciidoc-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
AsciiDoc is a presentable text document format for writing articles, UNIX man pages and other small to medium sized documents. The asciidoc(1) command translates AsciiDoc files to HTML, DocBook and LinuxDoc formats. AsciiDoc is a presentable text document format for writing articles, UNIX man pages and other small to medium sized documents. The asciidoc(1) command translates AsciiDoc files to HTML, DocBook and LinuxDoc formats.
%prep %prep
%setup -q %setup -q
%configure
%build %build
autoreconf -f -i
%configure
%make %make
%install %install
@ -62,11 +64,14 @@ AsciiDoc is a presentable text document format for writing articles, UNIX man pa
#%{_datadir}/asciidoc/javascripts/*.js #%{_datadir}/asciidoc/javascripts/*.js
#%dir %{_datadir}/asciidoc/stylesheets #%dir %{_datadir}/asciidoc/stylesheets
#%{_datadir}/asciidoc/stylesheets/*.css #%{_datadir}/asciidoc/stylesheets/*.css
%{_mandir}/man1/a2x.1.gz %{_mandir}/man1/a2x.1*
%{_mandir}/man1/asciidoc.1.gz %{_mandir}/man1/asciidoc.1*
%doc BUGS COPYING README README.txt %doc COPYING
%changelog %changelog
* Sat Jul 28 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 8.6.10-1mamba
- update to 8.6.10
* Fri Nov 15 2013 Automatic Build System <autodist@mambasoft.it> 8.6.9-2mamba * Fri Nov 15 2013 Automatic Build System <autodist@mambasoft.it> 8.6.9-2mamba
- previous release was build with a bad rpm release - previous release was build with a bad rpm release