From 9e426401d0d9b764e1b5e3531af01f00f0b5c8ee Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 24 Jan 2023 23:54:58 +0800 Subject: [PATCH] refresh to cabal-rpm-2.1.0 with SPDX migration --- rhbzquery.spec | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/rhbzquery.spec b/rhbzquery.spec index daf0854..7ab8d90 100644 --- a/rhbzquery.spec +++ b/rhbzquery.spec @@ -1,14 +1,14 @@ -# generated by cabal-rpm-2.0.9 +# generated by cabal-rpm-2.1.0 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %bcond_without tests Name: rhbzquery Version: 0.4.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Bugzilla query tool -License: GPLv2+ +License: GPL-2.0-or-later Url: https://hackage.haskell.org/package/%{name} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz @@ -17,18 +17,18 @@ Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-% # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros -BuildRequires: ghc-base-static -BuildRequires: ghc-bytestring-static -BuildRequires: ghc-config-ini-static -BuildRequires: ghc-directory-static -BuildRequires: ghc-email-validate-static -BuildRequires: ghc-extra-static -BuildRequires: ghc-filepath-static -BuildRequires: ghc-http-types-static -BuildRequires: ghc-optparse-applicative-static -BuildRequires: ghc-simple-cmd-static -BuildRequires: ghc-simple-cmd-args-static -BuildRequires: ghc-text-static +BuildRequires: ghc-base-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-config-ini-devel +BuildRequires: ghc-directory-devel +BuildRequires: ghc-email-validate-devel +BuildRequires: ghc-extra-devel +BuildRequires: ghc-filepath-devel +BuildRequires: ghc-http-types-devel +BuildRequires: ghc-optparse-applicative-devel +BuildRequires: ghc-simple-cmd-devel +BuildRequires: ghc-simple-cmd-args-devel +BuildRequires: ghc-text-devel # End cabal-rpm deps BuildRequires: help2man @@ -78,6 +78,9 @@ PATH=%{buildroot}%{_bindir}:$PATH %changelog +* Thu Feb 16 2023 Jens Petersen - 0.4.4-6 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Sat Jul 23 2022 Fedora Release Engineering - 0.4.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild