%define ghc_ver %(ghc --numeric-version) %define pkg_name conduit Name: ghc-conduit Version: 1.3.5 Release: 2mamba Summary: GHC library: Streaming data processing library Group: Development/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://hackage.haskell.org/package/%{pkg_name} Source: http://hackage.haskell.org/package/conduit-%{version}/conduit-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: ghc-bitvec-devel BuildRequires: ghc-hashable-devel BuildRequires: ghc-libs BuildRequires: ghc-mono-traversable-devel BuildRequires: ghc-primitive-devel BuildRequires: ghc-resourcet-devel BuildRequires: ghc-split-devel BuildRequires: ghc-unliftio-core-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-algorithms-devel BuildRequires: ghc-vector-devel BuildRequires: ghc-vector-stream-devel BuildRequires: glibc-devel BuildRequires: libgmp-devel ## AUTOBUILDREQ-END BuildRequires: ghc BuildRequires: ghc-resourcet-devel >= 1.3.0-2mamba Requires: ghc = %{ghc_ver} %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. %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 conduit-%{version} %build %ghc_lib_build %install %ghc_lib_install rm -f %{buildroot}%{_ghclicensedir}/%{name}/LICENSE %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files -f %{name}.files %defattr(-,root,root) %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 1.3.5-2mamba - rebuilt without ghc-exceptions-devel * Sat Dec 02 2023 Automatic Build System 1.3.5-1mamba - automatic version update by autodist * Mon Apr 13 2015 Davide Madrisan 1.2.4-1mamba - package created by autospec