diff --git a/ghc-temporary.spec b/ghc-temporary.spec index 7c3eb7d..9642b10 100644 --- a/ghc-temporary.spec +++ b/ghc-temporary.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 temporary @@ -12,10 +12,10 @@ Name: ghc-%{pkg_name} Version: 1.3 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Portable temporary file and directory support -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 @@ -24,6 +24,14 @@ 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-directory-devel +BuildRequires: ghc-exceptions-devel +BuildRequires: ghc-filepath-devel +BuildRequires: ghc-random-devel +BuildRequires: ghc-transformers-devel +BuildRequires: ghc-unix-devel +%if %{with ghc_prof} BuildRequires: ghc-base-prof BuildRequires: ghc-directory-prof BuildRequires: ghc-exceptions-prof @@ -31,6 +39,7 @@ BuildRequires: ghc-filepath-prof BuildRequires: ghc-random-prof BuildRequires: ghc-transformers-prof BuildRequires: ghc-unix-prof +%endif %if %{with tests} BuildRequires: ghc-base-compat-devel BuildRequires: ghc-tasty-devel @@ -128,6 +137,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Feb 16 2023 Jens Petersen - 1.3-15 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 1.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild