refresh to cabal-rpm-2.1.0 with SPDX migration

This commit is contained in:
Jens Petersen 2023-01-24 23:54:56 +08:00
parent 59badf61e4
commit c1e7be875b
2 changed files with 16 additions and 5 deletions

View File

@ -1,6 +1,6 @@
name: MonadRandom
version: 0.5.3
x-revision: 2
x-revision: 3
synopsis: Random-number generation monad.
description: Support for computations which consume random values.
license: BSD3
@ -33,7 +33,7 @@ library
transformers-compat >=0.4 && <0.8,
mtl >=2.1 && <2.3,
primitive >=0.6 && <0.8,
random >=1.0 && <1.3
random >=1.0.1 && <1.3
ghc-options: -Wall
default-language: Haskell2010
other-extensions: Safe

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 MonadRandom
@ -6,10 +6,10 @@
Name: ghc-%{pkg_name}
Version: 0.5.3
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Random-number generation monad
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
@ -20,12 +20,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-mtl-devel
BuildRequires: ghc-primitive-devel
BuildRequires: ghc-random-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-transformers-compat-devel
%if %{with ghc_prof}
BuildRequires: ghc-base-prof
BuildRequires: ghc-mtl-prof
BuildRequires: ghc-primitive-prof
BuildRequires: ghc-random-prof
BuildRequires: ghc-transformers-prof
BuildRequires: ghc-transformers-compat-prof
%endif
# End cabal-rpm deps
%description
@ -108,6 +116,9 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
%changelog
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.5.3-5
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild