From fcfed9e2df9ab64c292f104a3faab43f27ceaeb4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 22 Jan 2023 01:21:43 +0800 Subject: [PATCH] refresh to cabal-rpm-2.1.0 including SPDX migration --- ghc-cryptohash-md5.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ghc-cryptohash-md5.spec b/ghc-cryptohash-md5.spec index 2b7f697..f6af1f8 100644 --- a/ghc-cryptohash-md5.spec +++ b/ghc-cryptohash-md5.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.12 +# generated by cabal-rpm-2.1.0 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name cryptohash-md5 @@ -11,7 +11,7 @@ Version: 0.11.101.0 Release: 2%{?dist} Summary: Fast, pure and practical MD5 implementation -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 @@ -21,8 +21,12 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal# # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-base-devel +BuildRequires: ghc-bytestring-devel +%if %{with ghc_prof} BuildRequires: ghc-base-prof BuildRequires: ghc-bytestring-prof +%endif %if %{with tests} BuildRequires: ghc-base16-bytestring-devel BuildRequires: ghc-pureMD5-devel