update to 0.12.5.5
refresh to cabal-rpm-2.1.0 with SPDX migration
This commit is contained in:
parent
4fdb654980
commit
80aeaeaf4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/texmath-0.12.1.tar.gz
|
||||
/texmath-0.12.3.tar.gz
|
||||
/texmath-0.12.3.3.tar.gz
|
||||
/texmath-0.12.5.5.tar.gz
|
||||
|
@ -1,19 +1,17 @@
|
||||
# generated by cabal-rpm-2.0.9
|
||||
# generated by cabal-rpm-2.1.0
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name texmath
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
%ifnarch armv7hl
|
||||
%bcond_without tests
|
||||
%endif
|
||||
# testsuite missing deps: tasty-golden
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.12.3.3
|
||||
Release: 2%{?dist}
|
||||
Summary: Conversion between formats used to represent mathematics
|
||||
Version: 0.12.5.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Conversion between math formats
|
||||
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
# Begin cabal-rpm sources:
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
@ -22,6 +20,16 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-pandoc-types-devel
|
||||
BuildRequires: ghc-parsec-devel
|
||||
BuildRequires: ghc-split-devel
|
||||
BuildRequires: ghc-syb-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-xml-devel
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-containers-prof
|
||||
BuildRequires: ghc-mtl-prof
|
||||
@ -31,13 +39,6 @@ BuildRequires: ghc-split-prof
|
||||
BuildRequires: ghc-syb-prof
|
||||
BuildRequires: ghc-text-prof
|
||||
BuildRequires: ghc-xml-prof
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-process-devel
|
||||
BuildRequires: ghc-temporary-devel
|
||||
BuildRequires: ghc-utf8-string-devel
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
@ -47,8 +48,8 @@ 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
|
||||
native format (allowing conversion, via pandoc, to a variety of different
|
||||
markup formats). The TeX reader supports basic LaTeX and AMS extensions, and it
|
||||
can parse and apply LaTeX macros. (See <http://johnmacfarlane.net/texmath here>
|
||||
for a live demo of bidirectional conversion between LaTeX and MathML.)
|
||||
can parse and apply LaTeX macros. (See <https://johnmacfarlane.net/texmath
|
||||
here> for a live demo of bidirectional conversion between LaTeX and MathML.)
|
||||
|
||||
|
||||
%package devel
|
||||
@ -104,12 +105,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
# End cabal-rpm install
|
||||
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
%cabal_test
|
||||
%endif
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
# Begin cabal-rpm files:
|
||||
%license LICENSE
|
||||
@ -132,6 +127,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 0.12.5.5-1
|
||||
- https://hackage.haskell.org/package/texmath-0.12.5.5/changelog
|
||||
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (texmath-0.12.3.3.tar.gz) = 07ee03d38eea761cdfcc8f1466466535f6b59e77b06c690d4113c8269170cc8e4a3cb596f659749f77e515e4b0ebb13a6564da30ff60f630a7c481689b4de278
|
||||
SHA512 (texmath-0.12.5.5.tar.gz) = 067625886efe694f8f00cab41704dd0b5c69018bf5f2ea658c5cf30f06a069c87c0e0ed3dfa5fcd4a9c2adbafd4eb114a1c964d7a92ad55408d5ec1be9df7a5b
|
||||
|
Loading…
Reference in New Issue
Block a user