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
version: 1.0.12
x-revision: 3
x-revision: 6
synopsis: Command-line benchmark tool
description: Think of this as a more powerful alternative to the @time@
command. Use this command-line tool to benchmark a command
using Haskell's @criterion@ library.
homepage: https://github.com/Gabriel439/bench
bug-reports: https://github.com/Gabriel439/bench/issues
homepage: https://github.com/Gabriella439/bench
bug-reports: https://github.com/Gabriella439/bench/issues
license: BSD3
license-file: LICENSE
author: Gabriel Gonzalez
maintainer: Gabriel439@gmail.com
copyright: 2016 Gabriel Gonzalez
author: Gabriella Gonzalez
maintainer: GenuineGabriella@gmail.com
copyright: 2016 Gabriella Gonzalez
category: System
build-type: Simple
cabal-version: >=1.10
@ -19,18 +19,18 @@ extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/Gabriel439/bench
location: https://github.com/Gabriella439/bench
executable bench
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.5 && < 5
, criterion >= 1.4 && < 1.6
, criterion >= 1.4 && < 1.7
, optparse-applicative >= 0.14.0.0 && < 0.18
, process >= 1.3 && < 1.7
, silently >= 1.1.1 && < 1.3
, text < 1.3
, turtle >= 1.2.5 && < 1.6
, turtle >= 1.2.5 && < 1.7
ghc-options: -Wall -O2 -threaded
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/
Name: bench
Version: 1.0.12
Release: 17%{?dist}
Release: 18%{?dist}
Summary: Command-line benchmark tool
License: BSD
License: BSD-3-Clause
Url: https://hackage.haskell.org/package/%{name}
# Begin cabal-rpm sources:
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:
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-static
BuildRequires: ghc-criterion-static
BuildRequires: ghc-optparse-applicative-static
BuildRequires: ghc-process-static
BuildRequires: ghc-silently-static
BuildRequires: ghc-text-static
BuildRequires: ghc-turtle-static
BuildRequires: ghc-base-devel
BuildRequires: ghc-criterion-devel
BuildRequires: ghc-optparse-applicative-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-silently-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-turtle-devel
# End cabal-rpm deps
%description
@ -62,6 +62,9 @@ mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild