refresh to cabal-rpm-2.1.0 with SPDX migration

This commit is contained in:
Jens Petersen 2023-01-24 23:54:58 +08:00
parent 6ef947697d
commit d970f5bad6
1 changed files with 13 additions and 2 deletions

View File

@ -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 pretty-show
@ -8,7 +8,7 @@
Name: ghc-%{pkg_name}
Version: 1.10
Release: 11%{?dist}
Release: 12%{?dist}
Summary: Tools for working with derived Show instances and generic inspection of values
License: MIT
@ -20,12 +20,20 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
# Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-array-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-haskell-lexer-devel
BuildRequires: ghc-pretty-devel
BuildRequires: ghc-text-devel
%if %{with ghc_prof}
BuildRequires: ghc-array-prof
BuildRequires: ghc-base-prof
BuildRequires: ghc-filepath-prof
BuildRequires: ghc-haskell-lexer-prof
BuildRequires: ghc-pretty-prof
BuildRequires: ghc-text-prof
%endif
BuildRequires: happy
# End cabal-rpm deps
%if %{with system_jquery}
@ -129,6 +137,9 @@ ln -s %{_webassetdir}/jquery/1/jquery.min.js %{_style_dir}/jquery.js
%changelog
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 1.10-12
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild