|
|
@ -7,8 +7,8 @@
|
|
|
|
%bcond_with tests
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
|
|
Name: %{pkg_name}
|
|
|
|
Name: %{pkg_name}
|
|
|
|
Version: 2.1.2
|
|
|
|
Version: 2.2.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Conversion between markup formats
|
|
|
|
Summary: Conversion between markup formats
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
@ -91,12 +91,12 @@ Pandoc is a Haskell library for converting from one markup format to another,
|
|
|
|
and a command-line tool that uses this library. It can read several dialects of
|
|
|
|
and a command-line tool that uses this library. It can read several dialects of
|
|
|
|
Markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, JATS,
|
|
|
|
Markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, JATS,
|
|
|
|
MediaWiki markup, TWiki markup, TikiWiki markup, Creole 1.0, Haddock markup,
|
|
|
|
MediaWiki markup, TWiki markup, TikiWiki markup, Creole 1.0, Haddock markup,
|
|
|
|
OPML, Emacs Org-Mode, Emacs Muse, txt2tags, Vimwiki, Word Docx, ODT, and
|
|
|
|
OPML, Emacs Org-Mode, Emacs Muse, txt2tags, Vimwiki, Word Docx, ODT, EPUB,
|
|
|
|
Textile, and it can write Markdown, reStructuredText, XHTML, HTML 5, LaTeX,
|
|
|
|
FictionBook2, and Textile, and it can write Markdown, reStructuredText, XHTML,
|
|
|
|
ConTeXt, DocBook, JATS, OPML, TEI, OpenDocument, ODT, Word docx, RTF,
|
|
|
|
HTML 5, LaTeX, ConTeXt, DocBook, JATS, OPML, TEI, OpenDocument, ODT, Word docx,
|
|
|
|
MediaWiki, DokuWiki, ZimWiki, Textile, groff man, groff ms, plain text, Emacs
|
|
|
|
RTF, MediaWiki, DokuWiki, ZimWiki, Textile, groff man, groff ms, plain text,
|
|
|
|
Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign
|
|
|
|
Emacs Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), FictionBook2,
|
|
|
|
ICML, Muse, LaTeX beamer slides, PowerPoint, and several kinds of
|
|
|
|
InDesign ICML, Muse, LaTeX beamer slides, PowerPoint, and several kinds of
|
|
|
|
HTML/JavaScript slide shows (S5, Slidy, Slideous, DZSlides, reveal.js).
|
|
|
|
HTML/JavaScript slide shows (S5, Slidy, Slideous, DZSlides, reveal.js).
|
|
|
|
|
|
|
|
|
|
|
|
In contrast to most existing tools for converting Markdown to HTML, pandoc has
|
|
|
|
In contrast to most existing tools for converting Markdown to HTML, pandoc has
|
|
|
@ -217,6 +217,9 @@ install -m 0644 -p -D man/pandoc.1 %{buildroot}%{_mandir}/man1/pandoc.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 2.2.1-1
|
|
|
|
|
|
|
|
- update to 2.2.1
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-3
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|