refresh to cabal-rpm-2.1.0 including SPDX migration
This commit is contained in:
parent
4cf8a0e7db
commit
4ecd2edd80
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user