previous release was build with a bad rpm release [release 8.6.9-2mamba;Fri Nov 15 2013]
This commit is contained in:
parent
155353cea0
commit
da310b3e70
@ -1,2 +1,4 @@
|
||||
# asciidoc
|
||||
|
||||
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.
|
||||
|
||||
|
104
asciidoc.spec
Normal file
104
asciidoc.spec
Normal file
@ -0,0 +1,104 @@
|
||||
Name: asciidoc
|
||||
Version: 8.6.9
|
||||
Release: 2mamba
|
||||
Summary: text based documentation
|
||||
Group: Applications/Publishing
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
URL: http://www.methods.co.nz/asciidoc/
|
||||
Source: http://downloads.sourceforge.net/asciidoc/asciidoc-%{version}.tar.gz
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
%configure
|
||||
|
||||
%build
|
||||
%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
|
||||
#%config(noreplace) %{_sysconfdir}/asciidoc/filters/*.py
|
||||
#%config(noreplace) %{_sysconfdir}/asciidoc/filters/*.conf
|
||||
%{_bindir}/a2x
|
||||
%{_bindir}/a2x.py
|
||||
%{_bindir}/asciidoc
|
||||
%{_bindir}/asciidoc.py
|
||||
#%dir %{_datadir}/asciidoc/docbook-xsl
|
||||
#%{_datadir}/asciidoc/docbook-xsl/*.xsl
|
||||
#%dir %{_datadir}/asciidoc/images/icons
|
||||
#%{_datadir}/asciidoc/images/icons/*.png
|
||||
#%{_datadir}/asciidoc/images/icons/README
|
||||
#%dir %{_datadir}/asciidoc/images/icons/callouts
|
||||
#%{_datadir}/asciidoc/images/icons/callouts/*.png
|
||||
#%dir %{_datadir}/asciidoc/javascripts
|
||||
#%{_datadir}/asciidoc/javascripts/*.js
|
||||
#%dir %{_datadir}/asciidoc/stylesheets
|
||||
#%{_datadir}/asciidoc/stylesheets/*.css
|
||||
%{_mandir}/man1/a2x.1.gz
|
||||
%{_mandir}/man1/asciidoc.1.gz
|
||||
%doc BUGS COPYING README README.txt
|
||||
|
||||
%changelog
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user