2024-01-05 20:34:35 +01:00
|
|
|
Name: asciidoc
|
2024-01-05 20:34:35 +01:00
|
|
|
Version: 9.0.5
|
2024-01-05 20:34:35 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Text based documentation
|
2024-01-05 20:34:35 +01:00
|
|
|
Group: Applications/Publishing
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 20:34:35 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 20:34:35 +01:00
|
|
|
URL: http://www.methods.co.nz/asciidoc/
|
2024-01-05 20:34:35 +01:00
|
|
|
Source: https://github.com/asciidoc/asciidoc-py3/releases/download/%{version}/asciidoc-%{version}.tar.gz
|
2024-01-05 20:34:35 +01:00
|
|
|
License: GPL
|
2024-01-05 20:34:35 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 20:34:35 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
2024-01-05 20:34:35 +01:00
|
|
|
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.
|
2024-01-05 20:34:35 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 20:34:35 +01:00
|
|
|
autoreconf -f -i
|
2024-01-05 20:34:35 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 20:34:35 +01:00
|
|
|
%configure
|
2024-01-05 20:34:35 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%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.py
|
|
|
|
%{_bindir}/asciidoc
|
|
|
|
%{_bindir}/asciidoc.py
|
2024-01-05 20:34:35 +01:00
|
|
|
%{_mandir}/man1/a2x.1*
|
|
|
|
%{_mandir}/man1/asciidoc.1*
|
2024-01-05 20:34:35 +01:00
|
|
|
%{_mandir}/man1/testasciidoc.1*
|
|
|
|
%doc COPYRIGHT
|
2024-01-05 20:34:35 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 20:34:35 +01:00
|
|
|
* Mon Jan 25 2021 Automatic Build System <autodist@mambasoft.it> 9.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:34:35 +01:00
|
|
|
* Sun Nov 15 2020 Automatic Build System <autodist@mambasoft.it> 9.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:34:35 +01:00
|
|
|
* Mon Oct 19 2020 Automatic Build System <autodist@mambasoft.it> 9.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:34:35 +01:00
|
|
|
* Thu Sep 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 9.0.2-1mamba
|
|
|
|
- update to 9.0.2
|
|
|
|
|
2024-01-05 20:34:35 +01:00
|
|
|
* Sat Jul 28 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 8.6.10-1mamba
|
|
|
|
- update to 8.6.10
|
|
|
|
|
2024-01-05 20:34:35 +01:00
|
|
|
* Fri Nov 15 2013 Automatic Build System <autodist@mambasoft.it> 8.6.9-2mamba
|
|
|
|
- previous release was build with a bad rpm release
|
|
|
|
|
|
|
|
* Wed Nov 13 2013 Automatic Build System <autodist@mambasoft.it> 8.6.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Dec 21 2012 Automatic Build System <autodist@mambasoft.it> 8.6.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Aug 06 2011 Automatic Build System <autodist@mambasoft.it> 8.6.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 26 2011 Automatic Build System <autodist@mambasoft.it> 8.6.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Nov 14 2010 Automatic Build System <autodist@mambasoft.it> 8.6.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Nov 10 2010 Automatic Build System <autodist@mambasoft.it> 8.6.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 27 2010 Automatic Build System <autodist@mambasoft.it> 8.6.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu May 13 2010 Automatic Build System <autodist@mambasoft.it> 8.5.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Jul 10 2009 Automatic Build System <autodist@mambasoft.it> 8.4.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Feb 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 8.3.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 15 2008 gil <puntogil@libero.it> 8.2.7-1mamba
|
|
|
|
- package created by autospec
|