From 3fcdf8123ae564e697386ed57e802d5ae2da3133 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Feb 16 2023 04:43:58 +0000 Subject: refresh to cabal-rpm-2.1.0 with SPDX migration --- diff --git a/ghc-hinotify.spec b/ghc-hinotify.spec index 6edd392..2cc6ece 100644 --- a/ghc-hinotify.spec +++ b/ghc-hinotify.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 hinotify @@ -8,10 +8,10 @@ Name: ghc-%{pkg_name} Version: 0.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Haskell binding to inotify -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 @@ -20,11 +20,18 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-async-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-unix-devel +%if %{with ghc_prof} BuildRequires: ghc-async-prof BuildRequires: ghc-base-prof BuildRequires: ghc-bytestring-prof BuildRequires: ghc-containers-prof BuildRequires: ghc-unix-prof +%endif %if %{with tests} BuildRequires: ghc-directory-devel %endif @@ -116,6 +123,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Feb 16 2023 Jens Petersen - 0.4.1-5 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 0.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild