From e6381eb8e2b0e51b05cf0bc284394eaa33d8b044 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 07 2019 11:07:09 +0000 Subject: import ghc-xml-conduit-1.7.0.1-3.el8 --- diff --git a/.ghc-xml-conduit.metadata b/.ghc-xml-conduit.metadata new file mode 100644 index 0000000..f48402e --- /dev/null +++ b/.ghc-xml-conduit.metadata @@ -0,0 +1 @@ +6a581c736412f117148c353a0e9dabe002f65adb SOURCES/xml-conduit-1.7.0.1.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5cdb278 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/xml-conduit-1.7.0.1.tar.gz diff --git a/SPECS/ghc-xml-conduit.spec b/SPECS/ghc-xml-conduit.spec new file mode 100644 index 0000000..4c72caa --- /dev/null +++ b/SPECS/ghc-xml-conduit.spec @@ -0,0 +1,150 @@ +# generated by cabal-rpm-0.12.1 +# https://fedoraproject.org/wiki/Packaging:Haskell + +%global pkg_name xml-conduit +%global pkgver %{pkg_name}-%{version} + +%bcond_with tests + +Name: ghc-%{pkg_name} +Version: 1.7.0.1 +Release: 3%{?dist} +Summary: XML parsing and rendering with conduit + +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-attoparsec-devel +BuildRequires: ghc-blaze-builder-devel +BuildRequires: ghc-blaze-html-devel +BuildRequires: ghc-blaze-markup-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-conduit-devel +BuildRequires: ghc-conduit-extra-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-data-default-class-devel +BuildRequires: ghc-deepseq-devel +BuildRequires: ghc-monad-control-devel +BuildRequires: ghc-resourcet-devel +BuildRequires: ghc-text-devel +BuildRequires: ghc-transformers-devel +BuildRequires: ghc-xml-types-devel +%if %{with tests} +BuildRequires: ghc-HUnit-devel +BuildRequires: ghc-hspec-devel +%endif +# End cabal-rpm deps + +%description +This package provides parsing and rendering functions for XML. It is +based on the datatypes found in the xml-types package. This package is +broken up into the following modules: + +* Text.XML: DOM-based parsing and rendering. + This is the most commonly used module. + +* Text.XML.Cursor: A wrapper around Text.XML which allows bidirectional + traversing of the DOM, similar to XPath. (Note: Text.XML.Cursor.Generic + is the same concept, but will work with any node representation.) + +* Text.XML.Unresolved: A slight modification to Text.XML which does not + require all entities to be resolved at parsing. The datatypes are + slightly more complicated here, and therefore this module is only + recommended when you need to deal directly with raw entities. + +* Text.XML.Stream.Parse: Streaming parser, including some streaming + parser combinators. + +* Text.XML.Stream.Render: Streaming renderer. + + +%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 + + +%check +%cabal_test + + +%post devel +%ghc_pkg_recache + + +%postun devel +%ghc_pkg_recache + + +%files -f %{name}.files +%license LICENSE + + +%files devel -f %{name}-devel.files +%doc README.md + + +%changelog +* Tue Mar 06 2018 Adam Williamson - 1.7.0.1-3 +- Rebuild for ghc-conduit-extra bump + +* Wed Feb 07 2018 Fedora Release Engineering - 1.7.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 24 2018 Jens Petersen - 1.7.0.1-1 +- update to 1.7.0.1 + +* Wed Aug 02 2017 Fedora Release Engineering - 1.4.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.4.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Feb 23 2017 Jens Petersen - 1.4.0.4-1 +- update to 1.4.0.4 + +* Fri Feb 10 2017 Fedora Release Engineering - 1.3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun Jun 26 2016 Jens Petersen - 1.3.5-1 +- update to 1.3.5 + +* Wed Feb 03 2016 Fedora Release Engineering - 1.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Nov 20 2015 Jens Petersen - 1.3.2-1 +- update to 1.3.2 + +* Fri Sep 18 2015 Jens Petersen - 1.3.1-1 +- update to 1.3.1 + +* Wed May 20 2015 Jens Petersen - 1.2.6-1 +- description + +* Wed May 20 2015 Fedora Haskell SIG - 1.2.6 +- spec file generated by cabal-rpm-0.9.5.50