2020-06-19 08:55:40 +00:00
|
|
|
# generated by cabal-rpm-2.0.6
|
2020-06-04 11:27:03 +00:00
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
2014-06-03 02:49:10 +00:00
|
|
|
|
|
|
|
%global pkg_name io-streams
|
2017-02-23 05:59:06 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
2014-06-03 02:49:10 +00:00
|
|
|
|
2020-06-19 08:55:40 +00:00
|
|
|
# testsuite missing deps: test-framework test-framework-hunit test-framework-quickcheck2
|
|
|
|
|
2014-06-03 02:49:10 +00:00
|
|
|
Name: ghc-%{pkg_name}
|
2019-07-25 16:04:56 +00:00
|
|
|
Version: 1.5.1.0
|
2020-07-27 19:18:48 +00:00
|
|
|
Release: 5%{?dist}
|
2014-06-03 02:49:10 +00:00
|
|
|
Summary: Simple, composable, easy-to-use stream I/O
|
|
|
|
|
|
|
|
License: BSD
|
2015-01-19 14:21:51 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:45:21 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-02-23 05:59:06 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2020-06-22 13:28:22 +00:00
|
|
|
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
|
2019-02-17 14:45:21 +00:00
|
|
|
# End cabal-rpm sources
|
2014-06-03 02:49:10 +00:00
|
|
|
|
2019-02-17 14:45:21 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2014-06-03 02:49:10 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
2019-08-05 10:30:09 +00:00
|
|
|
BuildRequires: ghc-attoparsec-prof
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
BuildRequires: ghc-network-prof
|
|
|
|
BuildRequires: ghc-primitive-prof
|
|
|
|
BuildRequires: ghc-process-prof
|
|
|
|
BuildRequires: ghc-text-prof
|
|
|
|
BuildRequires: ghc-time-prof
|
|
|
|
BuildRequires: ghc-transformers-prof
|
|
|
|
BuildRequires: ghc-vector-prof
|
|
|
|
BuildRequires: ghc-zlib-bindings-prof
|
2014-06-03 02:49:10 +00:00
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
%description
|
|
|
|
The io-streams library contains simple and easy-to-use primitives for I/O using
|
|
|
|
streams. Most users will want to import the top-level convenience module
|
|
|
|
"System.IO.Streams", which re-exports most of the library:
|
|
|
|
|
|
|
|
For first-time users, 'io-streams' comes with an included tutorial, which can
|
|
|
|
be found in the "System.IO.Streams.Tutorial" module.
|
|
|
|
|
|
|
|
'io-streams' comes with:
|
|
|
|
* functions to use files, handles, concurrent channels, sockets, lists,
|
|
|
|
vectors, and more as streams.
|
|
|
|
* a variety of combinators for wrapping and transforming streams, including
|
|
|
|
compression and decompression using zlib, controlling precisely how many bytes
|
|
|
|
are read from or written to a stream, buffering output using bytestring
|
|
|
|
builders, folds, maps, filters, zips, etc.
|
|
|
|
* support for parsing from streams using 'attoparsec'.
|
|
|
|
* support for spawning processes and communicating with them using streams.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2019-08-05 10:30:09 +00:00
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
2018-01-24 13:11:26 +00:00
|
|
|
%if %{defined ghc_version}
|
2014-06-03 02:49:10 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
2018-01-24 13:11:26 +00:00
|
|
|
%endif
|
2014-06-03 02:49:10 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
2019-07-25 04:24:13 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%package doc
|
|
|
|
Summary: Haskell %{pkg_name} library documentation
|
2020-02-08 14:50:47 +00:00
|
|
|
BuildArch: noarch
|
2019-07-25 04:24:13 +00:00
|
|
|
|
|
|
|
%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}
|
2020-02-08 14:50:47 +00:00
|
|
|
Supplements: (%{name}-devel and ghc-prof)
|
2019-07-25 04:24:13 +00:00
|
|
|
|
|
|
|
%description prof
|
|
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2014-06-03 02:49:10 +00:00
|
|
|
%prep
|
2019-02-17 14:45:21 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2017-02-23 05:59:06 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2020-06-22 13:28:22 +00:00
|
|
|
cp -bp %{SOURCE1} %{pkg_name}.cabal
|
2019-02-17 14:45:21 +00:00
|
|
|
# End cabal-rpm setup
|
2018-07-21 15:44:51 +00:00
|
|
|
|
2017-01-28 21:12:09 +00:00
|
|
|
cabal-tweak-drop-dep bytestring-builder
|
2014-06-03 02:49:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-02-17 14:45:21 +00:00
|
|
|
# Begin cabal-rpm build:
|
2014-06-03 02:49:10 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:45:21 +00:00
|
|
|
# End cabal-rpm build
|
2014-06-03 02:49:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:45:21 +00:00
|
|
|
# Begin cabal-rpm install
|
2014-06-03 02:49:10 +00:00
|
|
|
%ghc_lib_install
|
2019-02-17 14:45:21 +00:00
|
|
|
# End cabal-rpm install
|
2014-06-03 02:49:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2019-02-17 14:45:21 +00:00
|
|
|
# Begin cabal-rpm files:
|
2015-09-29 08:17:58 +00:00
|
|
|
%license LICENSE
|
2019-02-17 14:45:21 +00:00
|
|
|
# End cabal-rpm files
|
2014-06-03 02:49:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
2017-02-23 05:59:06 +00:00
|
|
|
%doc CONTRIBUTORS README.md changelog.md
|
2014-06-03 02:49:10 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:24:13 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%files doc -f %{name}-doc.files
|
2020-02-08 14:50:47 +00:00
|
|
|
%license LICENSE
|
2019-07-25 04:24:13 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%files prof -f %{name}-prof.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2014-06-03 02:49:10 +00:00
|
|
|
%changelog
|
2020-07-27 19:18:48 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-17 10:19:11 +00:00
|
|
|
* Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 1.5.1.0-4
|
|
|
|
- refresh to cabal-rpm-2.0.6
|
|
|
|
|
2020-02-08 14:50:47 +00:00
|
|
|
* Thu Feb 20 2020 Jens Petersen <petersen@redhat.com> - 1.5.1.0-3
|
|
|
|
- refresh to cabal-rpm-2.0.2
|
|
|
|
|
2020-01-28 20:56:49 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 16:04:56 +00:00
|
|
|
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 1.5.1.0-1
|
|
|
|
- update to 1.5.1.0
|
|
|
|
|
2019-07-25 02:39:27 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-17 14:45:21 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.5.0.1-6
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 21:41:41 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-28 15:53:28 +00:00
|
|
|
* Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 1.5.0.1-4
|
|
|
|
- revise .cabal
|
|
|
|
|
2018-07-13 01:54:53 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 11:48:40 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-24 14:38:59 +00:00
|
|
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 1.5.0.1-1
|
|
|
|
- update to 1.5.0.1
|
|
|
|
|
2017-08-02 21:23:28 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:46:25 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-23 05:59:06 +00:00
|
|
|
* Thu Feb 23 2017 Jens Petersen <petersen@redhat.com> - 1.3.6.0-1
|
|
|
|
- update to 1.3.6.0
|
|
|
|
|
2017-02-10 10:42:11 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-03 21:35:53 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-29 08:17:58 +00:00
|
|
|
* Tue Sep 29 2015 Jens Petersen <petersen@redhat.com> - 1.3.2.0-1
|
|
|
|
- update to 1.3.2.0
|
|
|
|
- patch out bytestring-builder
|
|
|
|
|
2015-06-17 07:47:34 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-19 14:21:51 +00:00
|
|
|
* Mon Jan 19 2015 Jens Petersen <petersen@redhat.com> - 1.2.1.1-1
|
|
|
|
- update to 1.2.1.1
|
|
|
|
|
2014-08-16 15:19:07 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-10 08:06:18 +00:00
|
|
|
* Tue Jun 10 2014 Jens Petersen <petersen@redhat.com> - 1.1.4.5-3
|
|
|
|
- rebuild
|
|
|
|
|
2014-06-07 14:55:31 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-06-03 02:49:10 +00:00
|
|
|
* Tue Jun 03 2014 Jens Petersen <petersen@redhat.com> - 1.1.4.5-1
|
|
|
|
- update to 1.1.4.5 with cblrpm-0.8.11
|
|
|
|
|
|
|
|
* Wed May 7 2014 Jens Petersen <petersen@redhat.com> - 1.1.4.3-1
|
|
|
|
- update to 1.1.4.3
|
|
|
|
|
|
|
|
* Tue Feb 4 2014 Jens Petersen <petersen@redhat.com> - 1.1.4.0-1
|
|
|
|
- edit summary and description
|
|
|
|
|
|
|
|
* Tue Feb 4 2014 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 1.1.4.0
|
|
|
|
- spec file generated by cabal-rpm-0.8.8
|