You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
229 lines
7.2 KiB
229 lines
7.2 KiB
# generated by cabal-rpm-2.0.9
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
|
|
|
%global pkg_name conduit-extra
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
# testsuite missing deps: bytestring-builder
|
|
|
|
Name: ghc-%{pkg_name}
|
|
Version: 1.3.5
|
|
Release: 7%{?dist}
|
|
Summary: Batteries included conduit: adapters for common libraries
|
|
|
|
License: MIT
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
# Begin cabal-rpm sources:
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
|
|
# End cabal-rpm sources
|
|
|
|
# Begin cabal-rpm deps:
|
|
BuildRequires: ghc-Cabal-devel
|
|
BuildRequires: ghc-rpm-macros
|
|
BuildRequires: ghc-async-prof
|
|
BuildRequires: ghc-attoparsec-prof
|
|
BuildRequires: ghc-base-prof
|
|
BuildRequires: ghc-bytestring-prof
|
|
BuildRequires: ghc-conduit-prof
|
|
BuildRequires: ghc-directory-prof
|
|
BuildRequires: ghc-filepath-prof
|
|
BuildRequires: ghc-network-prof
|
|
BuildRequires: ghc-primitive-prof
|
|
BuildRequires: ghc-process-prof
|
|
BuildRequires: ghc-resourcet-prof
|
|
BuildRequires: ghc-stm-prof
|
|
BuildRequires: ghc-streaming-commons-prof
|
|
BuildRequires: ghc-text-prof
|
|
BuildRequires: ghc-transformers-prof
|
|
BuildRequires: ghc-typed-process-prof
|
|
BuildRequires: ghc-unliftio-core-prof
|
|
# End cabal-rpm deps
|
|
Obsoletes: ghc-attoparsec-conduit < 1.2
|
|
Obsoletes: ghc-blaze-builder-conduit < 1.2
|
|
Obsoletes: ghc-network-conduit < 1.2
|
|
Obsoletes: ghc-zlib-conduit < 1.2
|
|
|
|
%description
|
|
The conduit package itself maintains relative small dependencies. The purpose
|
|
of this package is to collect commonly used utility functions wrapping other
|
|
library dependencies, without depending on heavier-weight dependencies.
|
|
The basic idea is that this package should only depend on haskell-platform
|
|
packages and conduit.
|
|
|
|
|
|
%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}
|
|
Obsoletes: ghc-attoparsec-conduit-devel < 1.2
|
|
Obsoletes: ghc-blaze-builder-conduit-devel < 1.2
|
|
Obsoletes: ghc-network-conduit-devel < 1.2
|
|
Obsoletes: ghc-zlib-conduit-devel < 1.2
|
|
|
|
%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}
|
|
cp -bp %{SOURCE1} %{pkg_name}.cabal
|
|
# 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
|
|
|
|
|
|
%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
|
|
* Thu Mar 10 2022 Jens Petersen <petersen@redhat.com> - 1.3.5-7
|
|
- rebuild
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
* Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 1.3.5-5
|
|
- rebuild
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* Sun Jun 07 2020 Jens Petersen <petersen@redhat.com> - 1.3.5-1
|
|
- update to 1.3.5
|
|
|
|
* Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 1.3.4-1
|
|
- update to 1.3.4
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 1.3.3-1
|
|
- update to 1.3.3
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.3.0-3
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 1.3.0-1
|
|
- update to 1.3.0
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3.2-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Tue Mar 6 2018 Jens Petersen <petersen@redhat.com> - 1.2.3.2-4
|
|
- rebuild
|
|
|
|
* Fri Feb 23 2018 Jens Petersen <petersen@redhat.com> - 1.2.3.2-3
|
|
- unbundle typed-process
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 1.2.3.2-1
|
|
- update to 1.2.3.2
|
|
- subpackage new typed-process dep
|
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.15-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.15-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Wed Feb 22 2017 Jens Petersen <petersen@redhat.com> - 1.1.15-1
|
|
- update to 1.1.15
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.13.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 1.1.13.1-1
|
|
- update to 1.1.13.1
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7.0-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.7.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Wed Mar 4 2015 Jens Petersen <petersen@redhat.com> - 1.1.7.0-2
|
|
- obsolete attoparsec-conduit, blaze-builder-conduit, network-conduit, and
|
|
zlib-conduit
|
|
|
|
* Wed Mar 4 2015 Jens Petersen <petersen@fedoraproject.org> - 1.1.7.0-1
|
|
- update to 1.1.7.0
|
|
|
|
* Wed Jan 28 2015 Jens Petersen <petersen@redhat.com> - 1.0.0.1-3
|
|
- update urls
|
|
|
|
* Fri Sep 12 2014 Jens Petersen <petersen@redhat.com> - 1.0.0.1-2
|
|
- disable haddock and no ghc-conduit-extra.files
|
|
|
|
* Fri Sep 12 2014 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 1.0.0.1-1
|
|
- spec file generated by cabal-rpm-0.9.1
|