This commit is contained in:
parent
000855a495
commit
c1480e184a
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
|||||||
/texmath-0.12.3.tar.gz
|
/texmath-0.12.3.tar.gz
|
||||||
/texmath-0.12.3.3.tar.gz
|
/texmath-0.12.3.3.tar.gz
|
||||||
/texmath-0.12.5.5.tar.gz
|
/texmath-0.12.5.5.tar.gz
|
||||||
|
/texmath-0.12.8.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# testsuite missing deps: tasty-golden
|
# testsuite missing deps: tasty-golden
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.12.5.5
|
Version: 0.12.8
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Conversion between math formats
|
Summary: Conversion between math formats
|
||||||
|
|
||||||
@ -28,6 +28,7 @@ BuildRequires: ghc-parsec-devel
|
|||||||
BuildRequires: ghc-split-devel
|
BuildRequires: ghc-split-devel
|
||||||
BuildRequires: ghc-syb-devel
|
BuildRequires: ghc-syb-devel
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
|
BuildRequires: ghc-typst-symbols-devel
|
||||||
BuildRequires: ghc-xml-devel
|
BuildRequires: ghc-xml-devel
|
||||||
%if %{with ghc_prof}
|
%if %{with ghc_prof}
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
@ -38,6 +39,7 @@ BuildRequires: ghc-parsec-prof
|
|||||||
BuildRequires: ghc-split-prof
|
BuildRequires: ghc-split-prof
|
||||||
BuildRequires: ghc-syb-prof
|
BuildRequires: ghc-syb-prof
|
||||||
BuildRequires: ghc-text-prof
|
BuildRequires: ghc-text-prof
|
||||||
|
BuildRequires: ghc-typst-symbols-prof
|
||||||
BuildRequires: ghc-xml-prof
|
BuildRequires: ghc-xml-prof
|
||||||
%endif
|
%endif
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
@ -45,11 +47,12 @@ BuildRequires: ghc-xml-prof
|
|||||||
%description
|
%description
|
||||||
The texmath library provides functions to read and write TeX math, presentation
|
The texmath library provides functions to read and write TeX math, presentation
|
||||||
MathML, and OMML (Office Math Markup Language, used in Microsoft Office).
|
MathML, and OMML (Office Math Markup Language, used in Microsoft Office).
|
||||||
Support is also included for converting math formats to Gnu eqn and to pandoc's
|
Support is also included for converting math formats to Gnu eqn, typst, and
|
||||||
native format (allowing conversion, via pandoc, to a variety of different
|
pandoc's native format (allowing conversion, via pandoc, to a variety of
|
||||||
markup formats). The TeX reader supports basic LaTeX and AMS extensions, and it
|
different markup formats). The TeX reader supports basic LaTeX and AMS
|
||||||
can parse and apply LaTeX macros. (See <https://johnmacfarlane.net/texmath
|
extensions, and it can parse and apply LaTeX macros. (See
|
||||||
here> for a live demo of bidirectional conversion between LaTeX and MathML.)
|
<https://johnmacfarlane.net/texmath here> for a live demo of bidirectional
|
||||||
|
conversion between LaTeX and MathML.)
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (texmath-0.12.5.5.tar.gz) = 067625886efe694f8f00cab41704dd0b5c69018bf5f2ea658c5cf30f06a069c87c0e0ed3dfa5fcd4a9c2adbafd4eb114a1c964d7a92ad55408d5ec1be9df7a5b
|
SHA512 (texmath-0.12.8.tar.gz) = 55b29c338d4b71c3df886c4d6c29cb17f05fb404d89329fe54ff14ae178b07c7db593afa67dd9d0debc41973526141d80c1f5204fe83713f73e96b427cb1fc64
|
||||||
|
Loading…
Reference in New Issue
Block a user