From 1651958aae64efc81a27512f070fb5f75f34c838 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 09:01:56 -0400 Subject: [PATCH] import ghc-hxt-9.3.1.16-3.el8 --- .ghc-hxt.metadata | 1 + .gitignore | 1 + SPECS/ghc-hxt.spec | 99 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+) create mode 100644 .ghc-hxt.metadata create mode 100644 .gitignore create mode 100644 SPECS/ghc-hxt.spec diff --git a/.ghc-hxt.metadata b/.ghc-hxt.metadata new file mode 100644 index 0000000..3fc7e1e --- /dev/null +++ b/.ghc-hxt.metadata @@ -0,0 +1 @@ +6e6ea4de015a8d2cc5da5f1adca335106d29d9bf SOURCES/hxt-9.3.1.16.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58790e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hxt-9.3.1.16.tar.gz diff --git a/SPECS/ghc-hxt.spec b/SPECS/ghc-hxt.spec new file mode 100644 index 0000000..7f5afd0 --- /dev/null +++ b/SPECS/ghc-hxt.spec @@ -0,0 +1,99 @@ +# generated by cabal-rpm-0.12.1 +# https://fedoraproject.org/wiki/Packaging:Haskell + +%global pkg_name hxt +%global pkgver %{pkg_name}-%{version} + +Name: ghc-%{pkg_name} +Version: 9.3.1.16 +Release: 3%{?dist} +Summary: A collection of tools for processing XML with Haskell + +License: MIT +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-binary-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-deepseq-devel +BuildRequires: ghc-directory-devel +BuildRequires: ghc-filepath-devel +BuildRequires: ghc-hxt-charproperties-devel +BuildRequires: ghc-hxt-regex-xmlschema-devel +BuildRequires: ghc-hxt-unicode-devel +BuildRequires: ghc-mtl-devel +BuildRequires: ghc-network-uri-devel +BuildRequires: ghc-parsec-devel +# End cabal-rpm deps + +%description +The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a +more general approach for processing XML with Haskell. The Haskell XML Toolbox +uses a generic data model for representing XML documents, including the DTD +subset and the document subset, in Haskell. It contains a validating XML +parser, a HTML parser, namespace support, an XPath expression evaluator, an +XSLT library, a RelaxNG schema validator and funtions for serialization and +deserialization of user defined data. The library makes extensive use of the +arrow approach for processing XML. Since version 9 the toolbox is partitioned +into various (sub-)packages. This package contains the core functionality, +hxt-curl, hxt-tagsoup, hxt-relaxng, hxt-xpath, hxt-xslt, hxt-regex-xmlschema +contain the extensions. hxt-unicode contains encoding and decoding functions, +hxt-charproperties char properties for unicode and XML. + + +%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 + + +%files devel -f %{name}-devel.files +%doc examples + + +%changelog +* Wed Feb 07 2018 Fedora Release Engineering - 9.3.1.16-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Jan 26 2018 Jens Petersen - 9.3.1.16-2 +- rebuild + +* Sun Oct 15 2017 Fedora Haskell SIG - 9.3.1.16-1 +- spec file generated by cabal-rpm-0.11.2