diff --git a/ghc-Glob.spec b/ghc-Glob.spec index bd276a2..64dcdee 100644 --- a/ghc-Glob.spec +++ b/ghc-Glob.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.10 +# generated by cabal-rpm-2.1.0 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name Glob @@ -8,10 +8,10 @@ Name: ghc-%{pkg_name} Version: 0.10.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Globbing library -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 @@ -22,6 +22,14 @@ 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-containers-devel +BuildRequires: ghc-directory-devel +BuildRequires: ghc-dlist-devel +BuildRequires: ghc-filepath-devel +BuildRequires: ghc-transformers-devel +BuildRequires: ghc-transformers-compat-devel +%if %{with ghc_prof} BuildRequires: ghc-base-prof BuildRequires: ghc-containers-prof BuildRequires: ghc-directory-prof @@ -29,6 +37,7 @@ BuildRequires: ghc-dlist-prof BuildRequires: ghc-filepath-prof BuildRequires: ghc-transformers-prof BuildRequires: ghc-transformers-compat-prof +%endif # End cabal-rpm deps %description @@ -111,6 +120,9 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Feb 16 2023 Jens Petersen - 0.10.2-3 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 0.10.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild