refresh to cabal-rpm-2.1.0 with SPDX migration

This commit is contained in:
Jens Petersen 2023-01-24 23:54:58 +08:00
parent 86b93bcc6a
commit 9feab134d1
2 changed files with 22 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# generated by cabal-rpm-2.0.9
# generated by cabal-rpm-2.1.0
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
%global pkg_name pipes
@ -8,10 +8,10 @@
Name: ghc-%{pkg_name}
Version: 4.3.16
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Compositional pipelines
License: BSD
License: BSD-3-Clause
Url: https://hackage.haskell.org/package/%{pkg_name}
# Begin cabal-rpm sources:
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
@ -22,12 +22,20 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
BuildRequires: dos2unix
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-devel
BuildRequires: ghc-exceptions-devel
BuildRequires: ghc-mmorph-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-void-devel
%if %{with ghc_prof}
BuildRequires: ghc-base-prof
BuildRequires: ghc-exceptions-prof
BuildRequires: ghc-mmorph-prof
BuildRequires: ghc-mtl-prof
BuildRequires: ghc-transformers-prof
BuildRequires: ghc-void-prof
%endif
# End cabal-rpm deps
%description
@ -124,6 +132,9 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
%changelog
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 4.3.16-5
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.16-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

View File

@ -1,15 +1,15 @@
Name: pipes
Version: 4.3.16
x-revision: 3
x-revision: 6
Cabal-Version: >= 1.10
Build-Type: Simple
Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1
License: BSD3
License-File: LICENSE
Copyright: 2012-2016 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-Library/issues
Copyright: 2012-2016 Gabriella Gonzalez
Author: Gabriella Gonzalez
Maintainer: GenuineGabriella@gmail.com
Bug-Reports: https://github.com/Gabriella439/Haskell-Pipes-Library/issues
Synopsis: Compositional pipelines
Description:
`pipes` is a clean and powerful stream processing library that lets you build
@ -40,7 +40,7 @@ Extra-Source-Files:
CHANGELOG.md
Source-Repository head
Type: git
Location: https://github.com/Gabriel439/Haskell-Pipes-Library
Location: https://github.com/Gabriella439/Haskell-Pipes-Library
Library
Default-Language: Haskell2010
@ -78,7 +78,7 @@ Benchmark prelude-benchmarks
Build-Depends:
base >= 4.4 && < 5 ,
criterion >= 1.1.1.0 && < 1.6,
criterion >= 1.1.1.0 && < 1.7,
optparse-applicative >= 0.12 && < 0.18,
mtl >= 2.1 && < 2.4,
pipes
@ -109,7 +109,7 @@ Benchmark lift-benchmarks
Build-Depends:
base >= 4.4 && < 5 ,
criterion >= 1.1.1.0 && < 1.6 ,
criterion >= 1.1.1.0 && < 1.7 ,
optparse-applicative ,
mtl >= 2.1 && < 2.4 ,
pipes ,