From 4ecd2edd80eca5a7903216641da004abc0316c38 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 22 Jan 2023 20:41:09 +0800 Subject: [PATCH] refresh to cabal-rpm-2.1.0 including SPDX migration --- ghc-tf-random.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ghc-tf-random.spec b/ghc-tf-random.spec index 97fdbad..18939cd 100644 --- a/ghc-tf-random.spec +++ b/ghc-tf-random.spec @@ -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 tf-random @@ -12,7 +12,7 @@ Summary: High-quality splittable pseudorandom number generator # main license is BSD # brg_types.h is BSD and optionally GPL+ # C code by Doug Whiting is Public Domain -License: BSD and Public Domain +License: BSD-3-Clause and LicenseRef-PublicDomain Url: https://hackage.haskell.org/package/%{pkg_name} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz @@ -21,10 +21,16 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-base-devel +BuildRequires: ghc-primitive-devel +BuildRequires: ghc-random-devel +BuildRequires: ghc-time-devel +%if %{with ghc_prof} BuildRequires: ghc-base-prof BuildRequires: ghc-primitive-prof BuildRequires: ghc-random-prof BuildRequires: ghc-time-prof +%endif # End cabal-rpm deps %description