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 d428fa55e1
commit 42d78421d2
1 changed files with 24 additions and 3 deletions

View File

@ -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 pkgtreediff
@ -9,10 +9,10 @@
Name: %{pkg_name}
Version: 0.6.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: RPM package tree diff tool
License: GPLv3+
License: GPL-3.0-or-later
Url: https://hackage.haskell.org/package/%{name}
# Begin cabal-rpm sources:
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
@ -21,6 +21,23 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
# Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-Glob-devel
BuildRequires: ghc-async-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-extra-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-http-client-devel
BuildRequires: ghc-http-client-tls-devel
BuildRequires: ghc-http-directory-devel
BuildRequires: ghc-http-types-devel
BuildRequires: ghc-koji-devel
BuildRequires: ghc-rpm-nvr-devel
BuildRequires: ghc-simple-cmd-devel
BuildRequires: ghc-simple-cmd-args-devel
BuildRequires: ghc-text-devel
%if %{with ghc_prof}
BuildRequires: ghc-Glob-prof
BuildRequires: ghc-async-prof
BuildRequires: ghc-base-prof
@ -37,6 +54,7 @@ BuildRequires: ghc-rpm-nvr-prof
BuildRequires: ghc-simple-cmd-prof
BuildRequires: ghc-simple-cmd-args-prof
BuildRequires: ghc-text-prof
%endif
# End cabal-rpm deps
%description
@ -143,6 +161,9 @@ mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/
%changelog
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.6.0-2
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Oct 27 2022 Jens Petersen <petersen@redhat.com> - 0.6.0-1
- significant processing performance improvement
- allow multiple mode options; separate summary & rst options