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 797cc4bbd3
commit 56c9660074
2 changed files with 14 additions and 5 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 parallel
@ -6,10 +6,10 @@
Name: ghc-%{pkg_name}
Version: 3.2.2.0
Release: 15%{?dist}
Release: 16%{?dist}
Summary: Parallel programming library
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
@ -19,10 +19,16 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
# Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-array-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-deepseq-devel
%if %{with ghc_prof}
BuildRequires: ghc-array-prof
BuildRequires: ghc-base-prof
BuildRequires: ghc-containers-prof
BuildRequires: ghc-deepseq-prof
%endif
# End cabal-rpm deps
%description
@ -115,6 +121,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 3.2.2.0-16
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

View File

@ -1,6 +1,6 @@
name: parallel
version: 3.2.2.0
x-revision: 4
x-revision: 5
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
@ -44,7 +44,7 @@ library
build-depends:
array >= 0.3 && < 0.6,
base >= 4.3 && < 4.17,
base >= 4.3 && < 4.18,
containers >= 0.4 && < 0.7,
deepseq >= 1.1 && < 1.5