From 53129cb8dd13c8025b6b1987eb1180687017523c Mon Sep 17 00:00:00 2001 From: Alexey Lyubimov Date: Sat, 19 Aug 2023 11:40:56 +0300 Subject: [PATCH] import ghc-conduit-1.3.4.2-1.el9 --- .ghc-conduit.metadata | 1 + .gitignore | 1 + SPECS/ghc-conduit.spec | 286 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 288 insertions(+) create mode 100644 .ghc-conduit.metadata create mode 100644 .gitignore create mode 100644 SPECS/ghc-conduit.spec diff --git a/.ghc-conduit.metadata b/.ghc-conduit.metadata new file mode 100644 index 0000000..55a5ed7 --- /dev/null +++ b/.ghc-conduit.metadata @@ -0,0 +1 @@ +29cd23b2379c2bd83a685bdd435243e0835bfa73 SOURCES/conduit-1.3.4.2.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..61f30eb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/conduit-1.3.4.2.tar.gz diff --git a/SPECS/ghc-conduit.spec b/SPECS/ghc-conduit.spec new file mode 100644 index 0000000..8c9c1b5 --- /dev/null +++ b/SPECS/ghc-conduit.spec @@ -0,0 +1,286 @@ +# generated by cabal-rpm-2.0.9 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name conduit +%global pkgver %{pkg_name}-%{version} + +%bcond_with tests + +Name: ghc-%{pkg_name} +Version: 1.3.4.2 +Release: 1%{?dist} +Summary: Streaming data processing library + +License: MIT +Url: https://hackage.haskell.org/package/%{pkg_name} +# Begin cabal-rpm sources: +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +# End cabal-rpm sources + +# Begin cabal-rpm deps: +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-base-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-directory-prof +BuildRequires: ghc-exceptions-prof +BuildRequires: ghc-filepath-prof +BuildRequires: ghc-mono-traversable-prof +BuildRequires: ghc-mtl-prof +BuildRequires: ghc-primitive-prof +BuildRequires: ghc-resourcet-prof +BuildRequires: ghc-text-prof +BuildRequires: ghc-transformers-prof +BuildRequires: ghc-unix-prof +BuildRequires: ghc-unliftio-core-prof +BuildRequires: ghc-vector-prof +%if %{with tests} +BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-hspec-devel +BuildRequires: ghc-safe-devel +BuildRequires: ghc-silently-devel +BuildRequires: ghc-split-devel +BuildRequires: ghc-unliftio-devel +%endif +# End cabal-rpm deps + +%description +`conduit` is a solution to the streaming data problem, allowing for production, +transformation, and consumption of streams of data in constant memory. +It is an alternative to lazy I/O which guarantees deterministic resource +handling. + +For more information about conduit in general, and how this package in +particular fits into the ecosystem, see [the conduit +homepage](https://github.com/snoyberg/conduit#readme). + + +%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-compiler = %{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 +BuildArch: noarch +Requires: ghc-filesystem + +%description doc +This package provides the Haskell %{pkg_name} library documentation. +%endif + + +%if %{with ghc_prof} +%package prof +Summary: Haskell %{pkg_name} profiling library +Requires: %{name}-devel%{?_isa} = %{version}-%{release} +Supplements: (%{name}-devel and ghc-prof) + +%description prof +This package provides the Haskell %{pkg_name} profiling library. +%endif + + +%prep +# Begin cabal-rpm setup: +%setup -q -n %{pkgver} +# End cabal-rpm setup + + +%build +# Begin cabal-rpm build: +%ghc_lib_build +# End cabal-rpm build + + +%install +# Begin cabal-rpm install +%ghc_lib_install +# End cabal-rpm install + + +%check +%if %{with tests} +%cabal_test +%endif + + +%files -f %{name}.files +# Begin cabal-rpm files: +%license LICENSE +# End cabal-rpm files + + +%files devel -f %{name}-devel.files +%doc ChangeLog.md README.md + + +%if %{with haddock} +%files doc -f %{name}-doc.files +%license LICENSE +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + +%changelog +* Sat Aug 19 2023 Alexey Lyubimov - 1.3.4.2-1 +- Rebuilt for MSVSphere 9.2 + +* Tue Jun 07 2022 Jens Petersen - 1.3.4.2-1 +- https://hackage.haskell.org/package/conduit-1.3.4.2/changelog + +* Thu Jan 20 2022 Fedora Release Engineering - 1.3.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Aug 5 2021 Jens Petersen - 1.3.4.1-1 +- update to 1.3.4.1 + +* Thu Aug 5 2021 Jens Petersen - 1.3.4-1 +- update to 1.3.4 + +* Thu Jul 22 2021 Fedora Release Engineering - 1.3.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 1.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 1.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun Jun 07 2020 Jens Petersen - 1.3.2-1 +- update to 1.3.2 + +* Fri Feb 14 2020 Jens Petersen - 1.3.1.2-1 +- update to 1.3.1.2 + +* Tue Jan 28 2020 Fedora Release Engineering - 1.3.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Jens Petersen - 1.3.1.1-1 +- update to 1.3.1.1 + +* Thu Jul 25 2019 Fedora Release Engineering - 1.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Feb 21 2019 Jens Petersen - 1.3.1-1 +- update to 1.3.1 + +* Sun Feb 17 2019 Jens Petersen - 1.3.0.3-3 +- refresh to cabal-rpm-0.13 + +* Thu Jan 31 2019 Fedora Release Engineering - 1.3.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sun Jul 22 2018 Jens Petersen - 1.3.0.3-1 +- update to 1.3.0.3 + +* Fri Jul 13 2018 Fedora Release Engineering - 1.2.12.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 1.2.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 24 2018 Jens Petersen - 1.2.12.1-1 +- update to 1.2.12.1 + +* Wed Aug 02 2017 Fedora Release Engineering - 1.2.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.2.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Wed Feb 22 2017 Jens Petersen - 1.2.9-1 +- update to 1.2.9 + +* Fri Feb 10 2017 Fedora Release Engineering - 1.2.6.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Jun 23 2016 Jens Petersen - 1.2.6.6-1 +- update to 1.2.6.6 + +* Wed Feb 03 2016 Fedora Release Engineering - 1.2.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Mar 03 2015 Jens Petersen - 1.2.4-1 +- update to 1.2.4 + +* Tue Jan 27 2015 Jens Petersen - 1.0.13.1-4 +- cblrpm refresh + +* Sat Aug 16 2014 Fedora Release Engineering - 1.0.13.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.0.13.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri May 02 2014 Jens Petersen - 1.0.13.1-1 +- update to 1.0.13.1, which should build with llvm backend (#992362) +- license changed from BSD to MIT +- update packaging to latest cblrpm + +* Sat Aug 03 2013 Fedora Release Engineering - 1.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Jun 10 2013 Jens Petersen - 1.0.3-1 +- update to 1.0.3 +- update to new simplified Haskell Packaging Guidelines + +* Tue Mar 12 2013 Jens Petersen - 1.0.2-1 +- update to 1.0.2 + +* Wed Feb 13 2013 Fedora Release Engineering - 0.5.2.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Nov 06 2012 Jens Petersen - 0.5.2.7-1 +- update to 0.5.2.7 with cabal-rpm +- update description + +* Thu Jul 26 2012 Jens Petersen - 0.4.2-3 +- rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Jun 13 2012 Jens Petersen - 0.4.2-1 +- update to 0.4.2 + +* Tue May 1 2012 Jens Petersen - 0.4.1.1-2 +- rebuild + +* Wed Apr 25 2012 Jens Petersen - 0.4.1.1-1 +- update to 0.4.1.1 +- depends on void + +* Tue Apr 10 2012 Jens Petersen - 0.3.0-1 +- update to 0.3.0 +- depends on resourcet + +* Thu Mar 22 2012 Jens Petersen - 0.2.2-2 +- add license to ghc_files + +* Tue Mar 6 2012 Jens Petersen - 0.2.2-1 +- update to 0.2.2 + +* Tue Feb 7 2012 Jens Petersen - 0.2.0-1 +- BSD license +- needs lifted-base + +* Tue Feb 7 2012 Fedora Haskell SIG +- spec file template generated by cabal2spec-0.25.4