commit 58b610027381a38da07a9b22e26675cb93a067bb Author: David Abdurachmanov Date: Thu Feb 28 17:12:24 2019 +0100 Initial version Signed-off-by: David Abdurachmanov diff --git a/ghc-HsYAML.spec b/ghc-HsYAML.spec new file mode 100644 index 0000000..e068ca3 --- /dev/null +++ b/ghc-HsYAML.spec @@ -0,0 +1,92 @@ +# generated by cabal-rpm-0.12.6 +# https://fedoraproject.org/wiki/Packaging:Haskell + +%global pkg_name HsYAML +%global pkgver %{pkg_name}-%{version} + +Name: ghc-%{pkg_name} +Version: 0.1.1.3 +Release: 1.0.riscv64%{?dist} +Summary: Pure Haskell YAML 1.2 parser + +License: GPLv2+ +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz + +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-mtl-devel +BuildRequires: ghc-parsec-devel +BuildRequires: ghc-text-devel +# End cabal-rpm deps + +%description +'HsYAML' is a [YAML 1.2](http://yaml.org/spec/1.2/spec.html) parser +implementation for Haskell. + +Features of 'HsYAML' include: + +* Pure Haskell implementation with small dependency footprint and emphasis on +strict compliance with the [YAML 1.2 +specification](http://yaml.org/spec/1.2/spec.html). * Direct decoding to native +Haskell types via ('aeson'-inspired) typeclass-based API (see "Data.YAML"). +* Support for constructing custom YAML node graph representation (including +support for cyclic YAML data structures). * Support for the standard (untyped) +/Failsafe/, (strict) /JSON/, and (flexible) /Core/ "schemas" providing implicit +typing rules as defined in the YAML 1.2 specification (including support for +user-defined custom schemas). * Event-based API resembling LibYAML's +Event-based API (see "Data.YAML.Event"). * Low-level API access to lexical +token-based scanner (see "Data.YAML.Token"). . + + +%package devel +Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-doc = %{version}-%{release} +%if %{defined ghc_version} +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} +%endif +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development files. + + +%prep +%setup -q -n %{pkgver} + + +%build +%ghc_lib_build + + +%install +%ghc_lib_install + + +%post devel +%ghc_pkg_recache + + +%postun devel +%ghc_pkg_recache + + +%files -f %{name}.files +%license LICENSE.GPLv2 +%license LICENSE.GPLv3 + + +%files devel -f %{name}-devel.files +%doc ChangeLog.md + + +%changelog +* Thu Feb 28 2019 David Abdurachmanov - 0.1.1.3-1.0.riscv64 +- spec file generated by cabal-rpm-0.12.6 +- needed for newer version of pandoc diff --git a/sources b/sources new file mode 100644 index 0000000..8516fff --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (HsYAML-0.1.1.3.tar.gz) = f8e6cf1c4d9e6ceb1df4f8304fb2a34600ee0b9a4eb8c71eeeeed0eddab25f1c36833c6b0fd3504e2fc11e184e8675a45aedeb76cd5055a329e5ecd0fcc6ff39