diff --git a/ghc-gio.spec b/ghc-gio.spec index e8ffcdf..18bfde9 100644 --- a/ghc-gio.spec +++ b/ghc-gio.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 gio @@ -6,10 +6,10 @@ Name: ghc-%{pkg_name} Version: 0.13.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Binding to GIO -License: LGPLv2+ +License: LGPL-2.1-or-later Url: https://hackage.haskell.org/package/%{pkg_name} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz @@ -19,12 +19,20 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-gtk2hs-buildtools-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-array-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-glib-devel +BuildRequires: ghc-mtl-devel +%if %{with ghc_prof} BuildRequires: ghc-array-prof BuildRequires: ghc-base-prof BuildRequires: ghc-bytestring-prof BuildRequires: ghc-containers-prof BuildRequires: ghc-glib-prof BuildRequires: ghc-mtl-prof +%endif BuildRequires: pkgconfig(gio-2.0) # End cabal-rpm deps @@ -117,6 +125,9 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version} %changelog +* Thu Feb 16 2023 Jens Petersen - 0.13.8.2-3 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 0.13.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild