rebuilt without conflicting ghc-exceptions-devel [release 0.12.8.4-2mamba;Sun Dec 03 2023]
This commit is contained in:
parent
fdfc57dfa0
commit
a4c747d578
@ -4,3 +4,4 @@ The texmath library provides functions to read and write TeX math, presentation
|
||||
Support is also included for converting math formats 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.
|
||||
|
||||
|
||||
|
11
ghc-texmath-0.12.8.4-typst-symbols-0.1.5.patch
Normal file
11
ghc-texmath-0.12.8.4-typst-symbols-0.1.5.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- texmath-0.12.8.4/texmath.cabal.orig 2023-12-02 18:50:42.224304465 +0100
|
||||
+++ texmath-0.12.8.4/texmath.cabal 2023-12-02 18:51:39.938849256 +0100
|
||||
@@ -80,7 +80,7 @@
|
||||
pandoc-types >= 1.20 && < 1.24,
|
||||
mtl >= 2.2.1,
|
||||
text,
|
||||
- typst-symbols >= 0.1.4 && < 0.1.5,
|
||||
+ typst-symbols >= 0.1.4 && < 0.1.6,
|
||||
split
|
||||
|
||||
Exposed-modules: Text.TeXMath,
|
131
ghc-texmath.spec
131
ghc-texmath.spec
@ -1,67 +1,134 @@
|
||||
%define ghc_ver %(ghc --numeric-version)
|
||||
%define pkgname texmath
|
||||
%define pkg_name texmath
|
||||
|
||||
Name: ghc-texmath
|
||||
Version: 0.8.1
|
||||
Release: 1mamba
|
||||
Version: 0.12.8.4
|
||||
Release: 2mamba
|
||||
Summary: GHC library: Conversion between formats used to represent mathematics
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://hackage.haskell.org/package/%{pkgname}
|
||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||
Source: http://hackage.haskell.org/packages/archive/texmath/%{version}/texmath-%{version}.tar.gz
|
||||
Patch0: ghc-texmath-0.12.8.4-typst-symbols-0.1.5.patch
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: ghc-OneTuple-devel
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-StateVar-devel
|
||||
BuildRequires: ghc-aeson-devel
|
||||
BuildRequires: ghc-assoc-devel
|
||||
BuildRequires: ghc-base-orphans-devel
|
||||
BuildRequires: ghc-bifunctors-devel
|
||||
BuildRequires: ghc-comonad-devel
|
||||
BuildRequires: ghc-contravariant-devel
|
||||
BuildRequires: ghc-data-fix-devel
|
||||
BuildRequires: ghc-distributive-devel
|
||||
BuildRequires: ghc-dlist-devel
|
||||
BuildRequires: ghc-foldable1-classes-compat-devel
|
||||
BuildRequires: ghc-generically-devel
|
||||
BuildRequires: ghc-hashable-devel
|
||||
BuildRequires: ghc-indexed-traversable-devel
|
||||
BuildRequires: ghc-indexed-traversable-instances-devel
|
||||
BuildRequires: ghc-integer-conversion-devel
|
||||
BuildRequires: ghc-integer-logarithms-devel
|
||||
BuildRequires: ghc-libs
|
||||
BuildRequires: ghc-network-uri-devel
|
||||
BuildRequires: ghc-pandoc-types-devel
|
||||
BuildRequires: ghc-primitive-devel
|
||||
BuildRequires: ghc-random-devel
|
||||
BuildRequires: ghc-scientific-devel
|
||||
BuildRequires: ghc-semialign-devel
|
||||
BuildRequires: ghc-semigroupoids-devel
|
||||
BuildRequires: ghc-split-devel
|
||||
BuildRequires: ghc-splitmix-devel
|
||||
BuildRequires: ghc-strict-devel
|
||||
BuildRequires: ghc-syb-devel
|
||||
BuildRequires: ghc-tagged-devel
|
||||
BuildRequires: ghc-text-iso8601-devel
|
||||
BuildRequires: ghc-text-short-devel
|
||||
BuildRequires: ghc-th-abstraction-devel
|
||||
BuildRequires: ghc-th-compat-devel
|
||||
BuildRequires: ghc-these-devel
|
||||
BuildRequires: ghc-time-compat-devel
|
||||
BuildRequires: ghc-transformers-compat-devel
|
||||
BuildRequires: ghc-typst-symbols-devel
|
||||
BuildRequires: ghc-unordered-containers-devel
|
||||
BuildRequires: ghc-uuid-types-devel
|
||||
BuildRequires: ghc-vector-devel
|
||||
BuildRequires: ghc-vector-stream-devel
|
||||
BuildRequires: ghc-witherable-devel
|
||||
BuildRequires: ghc-xml-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgmp-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: ghc
|
||||
BuildRequires: ghc-xml
|
||||
BuildRequires: ghc-pandoc-types
|
||||
Requires: ghc = %{ghc_ver}
|
||||
Requires: ghc-xml
|
||||
Requires: ghc-pandoc-types
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: ghc-aeson-devel >= 2.2.1.0-2mamba
|
||||
|
||||
%description
|
||||
The texmath library provides functions to read and write TeX math, presentation MathML, and OMML (Office Math Markup Language, used in Microsoft Office).
|
||||
Support is also included for converting math formats 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.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
||||
%if %{defined ghc_version}
|
||||
Requires: ghc = %{ghc_version}
|
||||
%endif
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%if %{with haddock}
|
||||
%package doc
|
||||
Summary: Haskell %{pkg_name} library documentation
|
||||
Requires: ghc-filesystem
|
||||
|
||||
%description doc
|
||||
This package provides the Haskell %{pkg_name} library documentation.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n texmath-%{version}
|
||||
%patch 0 -p1
|
||||
|
||||
%build
|
||||
runghc Setup.lhs configure -v2 \
|
||||
--prefix=%{_prefix} \
|
||||
--libdir=%{_libdir} \
|
||||
--libexecdir=%{_libexecdir} \
|
||||
--docdir=%{_docdir}/%{name}-%{version}
|
||||
|
||||
runghc Setup.lhs build
|
||||
runghc Setup.lhs haddock --executable --html-location=URL --hyperlink-source
|
||||
%ghc_lib_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
runghc Setup.lhs copy --destdir=%{buildroot}
|
||||
runghc Setup.lhs register \
|
||||
--gen-pkg-config="%{buildroot}%{_libdir}/ghc-%{ghc_ver}/%{pkgname}-%{version}/%{pkgname}-%{version}.conf"
|
||||
%ghc_lib_install
|
||||
|
||||
rm -f %{buildroot}%{_ghclicensedir}/%{name}/LICENSE
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
ghc-pkg register %{_libdir}/ghc-%{ghc_ver}/%{pkgname}-%{version}/%{pkgname}-%{version}.conf &>/dev/null || :
|
||||
|
||||
%preun
|
||||
ghc-pkg unregister %{pkgname}-%{version} &>/dev/null || :
|
||||
|
||||
%files
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/ghc-%{ghc_ver}/%{pkgname}-%{version}
|
||||
%{_docdir}/%{name}-%{version}/LICENSE
|
||||
%{_docdir}/%{name}-%{version}/html
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%defattr(-,root,root)
|
||||
#%doc CHANGELOG.markdown README.markdown
|
||||
|
||||
%if %{with haddock}
|
||||
%files doc -f %{name}-doc.files
|
||||
%defattr(-,root,root)
|
||||
%license LICENSE
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Dec 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.8.4-2mamba
|
||||
- rebuilt without conflicting ghc-exceptions-devel
|
||||
|
||||
* Sat Dec 02 2023 Automatic Build System <autodist@mambasoft.it> 0.12.8.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 13 2015 Davide Madrisan <davide.madrisan@gmail.com> 0.8.1-1mamba
|
||||
- update to 0.8.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user