refresh to cabal-rpm-2.1.0 with SPDX migration

This commit is contained in:
Jens Petersen 2023-01-24 23:54:02 +08:00
parent 427c1946a0
commit 88905bfb1f
2 changed files with 22 additions and 19 deletions

View File

@ -1,17 +1,17 @@
name: bench name: bench
version: 1.0.12 version: 1.0.12
x-revision: 3 x-revision: 6
synopsis: Command-line benchmark tool synopsis: Command-line benchmark tool
description: Think of this as a more powerful alternative to the @time@ description: Think of this as a more powerful alternative to the @time@
command. Use this command-line tool to benchmark a command command. Use this command-line tool to benchmark a command
using Haskell's @criterion@ library. using Haskell's @criterion@ library.
homepage: https://github.com/Gabriel439/bench homepage: https://github.com/Gabriella439/bench
bug-reports: https://github.com/Gabriel439/bench/issues bug-reports: https://github.com/Gabriella439/bench/issues
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Gabriel Gonzalez author: Gabriella Gonzalez
maintainer: Gabriel439@gmail.com maintainer: GenuineGabriella@gmail.com
copyright: 2016 Gabriel Gonzalez copyright: 2016 Gabriella Gonzalez
category: System category: System
build-type: Simple build-type: Simple
cabal-version: >=1.10 cabal-version: >=1.10
@ -19,18 +19,18 @@ extra-source-files:
README.md README.md
source-repository head source-repository head
type: git type: git
location: https://github.com/Gabriel439/bench location: https://github.com/Gabriella439/bench
executable bench executable bench
hs-source-dirs: src hs-source-dirs: src
main-is: Main.hs main-is: Main.hs
default-language: Haskell2010 default-language: Haskell2010
build-depends: base >= 4.5 && < 5 build-depends: base >= 4.5 && < 5
, criterion >= 1.4 && < 1.6 , criterion >= 1.4 && < 1.7
, optparse-applicative >= 0.14.0.0 && < 0.18 , optparse-applicative >= 0.14.0.0 && < 0.18
, process >= 1.3 && < 1.7 , process >= 1.3 && < 1.7
, silently >= 1.1.1 && < 1.3 , silently >= 1.1.1 && < 1.3
, text < 1.3 , text < 1.3
, turtle >= 1.2.5 && < 1.6 , turtle >= 1.2.5 && < 1.7
ghc-options: -Wall -O2 -threaded ghc-options: -Wall -O2 -threaded
other-modules: Paths_bench other-modules: Paths_bench

View File

@ -1,12 +1,12 @@
# generated by cabal-rpm-2.0.9 # generated by cabal-rpm-2.1.0
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
Name: bench Name: bench
Version: 1.0.12 Version: 1.0.12
Release: 17%{?dist} Release: 18%{?dist}
Summary: Command-line benchmark tool Summary: Command-line benchmark tool
License: BSD License: BSD-3-Clause
Url: https://hackage.haskell.org/package/%{name} Url: https://hackage.haskell.org/package/%{name}
# Begin cabal-rpm sources: # Begin cabal-rpm sources:
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
@ -16,13 +16,13 @@ Source1: https://hackage.haskell.org/package/%{name}-%{version}/%{name}.c
# Begin cabal-rpm deps: # Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-static BuildRequires: ghc-base-devel
BuildRequires: ghc-criterion-static BuildRequires: ghc-criterion-devel
BuildRequires: ghc-optparse-applicative-static BuildRequires: ghc-optparse-applicative-devel
BuildRequires: ghc-process-static BuildRequires: ghc-process-devel
BuildRequires: ghc-silently-static BuildRequires: ghc-silently-devel
BuildRequires: ghc-text-static BuildRequires: ghc-text-devel
BuildRequires: ghc-turtle-static BuildRequires: ghc-turtle-devel
# End cabal-rpm deps # End cabal-rpm deps
%description %description
@ -62,6 +62,9 @@ mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/
%changelog %changelog
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 1.0.12-18
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-17 * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild