Compare commits

..

No commits in common. "rawhide" and "f32" have entirely different histories.
rawhide ... f32

3 changed files with 40 additions and 145 deletions

View File

@ -1,80 +0,0 @@
Name: bsb-http-chunked
Version: 0.0.0.4
x-revision: 3
Synopsis: Chunked HTTP transfer encoding for bytestring builders
Description: This library contains functions for encoding [bytestring
builders](http://hackage.haskell.org/package/bytestring/docs/Data-ByteString-Builder.html#t:Builder)
for [chunked HTTP\/1.1 transfer](https://en.wikipedia.org/wiki/Chunked_transfer_encoding).
.
This functionality was extracted from
the [blaze-builder](http://hackage.haskell.org/package/blaze-builder)
package.
Author: Jasper Van der Jeugt, Simon Meier, Leon P Smith, Simon Jakobi
Copyright: (c) 2010-2014 Simon Meier
(c) 2010 Jasper Van der Jeugt
(c) 2013-2015 Leon P Smith
(c) 2018 Simon Jakobi
Maintainer: Simon Jakobi <simon.jakobi@gmail.com>
License: BSD3
License-file: LICENSE
Homepage: http://github.com/sjakobi/bsb-http-chunked
Bug-Reports: http://github.com/sjakobi/bsb-http-chunked/issues
Stability: Provisional
Category: Data, Network
Build-type: Simple
Cabal-version: >= 1.8
Extra-source-files: CHANGELOG.md
Source-repository head
Type: git
Location: https://github.com/sjakobi/bsb-http-chunked.git
Library
exposed-modules: Data.ByteString.Builder.HTTP.Chunked
build-depends: base >= 4.8 && < 5,
bytestring >= 0.10.2 && < 0.12
ghc-options: -Wall -O2
if impl(ghc >= 8.0)
ghc-options: -Wcompat
test-suite tests
hs-source-dirs: tests
main-is: Tests.hs
build-depends: attoparsec
, base
, bsb-http-chunked
, blaze-builder >= 0.2.1.4
, bytestring
, hedgehog
, tasty
, tasty-hedgehog
, tasty-hunit
ghc-options: -Wall -rtsopts
type: exitcode-stdio-1.0
test-suite doctests
hs-source-dirs: tests
main-is: Doctests.hs
build-depends: base
, doctest >= 0.8
ghc-options: -Wall
type: exitcode-stdio-1.0
benchmark bench
hs-source-dirs: bench
main-is: Bench.hs
build-depends: base
, blaze-builder
, bsb-http-chunked
, bytestring
, deepseq
, gauge
, semigroups
ghc-options: -O2 -Wall -rtsopts
type: exitcode-stdio-1.0

View File

@ -1,50 +0,0 @@
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.0.0.4-13
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0.4-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.0.0.4-11
- rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0.4-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.0.0.4-9
- rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0.4-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 0.0.0.4-5
- refresh to cabal-rpm-2.0.6
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Aug 01 2019 Jens Petersen <petersen@redhat.com> - 0.0.0.4-3
- add doc and prof subpackages (cabal-rpm-1.0.0)
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 0.0.0.4-1
- update to 0.0.0.4
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.0.0.2-4
- refresh to cabal-rpm-0.13
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Jul 9 2018 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.0.0.2-1
- spec file generated by cabal-rpm-0.12.3

View File

@ -1,31 +1,35 @@
# generated by cabal-rpm-2.1.0
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
# generated by cabal-rpm-1.0.1
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name bsb-http-chunked
%global pkgver %{pkg_name}-%{version}
# testsuite missing deps: hedgehog tasty-hedgehog
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.0.0.4
Release: %autorelease
Release: 4%{?dist}
Summary: Chunked HTTP transfer encoding for bytestring builders
License: BSD-3-Clause
License: BSD
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-base-devel
BuildRequires: ghc-bytestring-devel
%if %{with ghc_prof}
BuildRequires: ghc-base-prof
BuildRequires: ghc-bytestring-prof
%if %{with tests}
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-doctest-devel
BuildRequires: ghc-hedgehog-devel
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-hedgehog-devel
BuildRequires: ghc-tasty-hunit-devel
%endif
# End cabal-rpm deps
@ -53,8 +57,6 @@ 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.
@ -65,7 +67,6 @@ This package provides the Haskell %{pkg_name} library documentation.
%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.
@ -75,7 +76,6 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
@ -91,6 +91,10 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm install
%check
%cabal_test
%files -f %{name}.files
# Begin cabal-rpm files:
%license LICENSE
@ -103,7 +107,6 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%if %{with haddock}
%files doc -f %{name}-doc.files
%license LICENSE
%endif
@ -113,4 +116,26 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog
%autochangelog
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Aug 01 2019 Jens Petersen <petersen@redhat.com> - 0.0.0.4-3
- add doc and prof subpackages (cabal-rpm-1.0.0)
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 0.0.0.4-1
- update to 0.0.0.4
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.0.0.2-4
- refresh to cabal-rpm-0.13
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Jul 9 2018 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.0.0.2-1
- spec file generated by cabal-rpm-0.12.3