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 6d57e0f15b
commit 265eb86a1f
2 changed files with 21 additions and 7 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 uuid-types
@ -8,10 +8,10 @@
Name: ghc-%{pkg_name}
Version: 1.0.5
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Type definitions for Universally Unique Identifiers
License: BSD
License: BSD-3-Clause
Url: https://hackage.haskell.org/package/%{pkg_name}
# Begin cabal-rpm sources:
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
@ -21,6 +21,15 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
# Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-devel
BuildRequires: ghc-binary-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-hashable-devel
BuildRequires: ghc-random-devel
BuildRequires: ghc-template-haskell-devel
BuildRequires: ghc-text-devel
%if %{with ghc_prof}
BuildRequires: ghc-base-prof
BuildRequires: ghc-binary-prof
BuildRequires: ghc-bytestring-prof
@ -29,6 +38,7 @@ BuildRequires: ghc-hashable-prof
BuildRequires: ghc-random-prof
BuildRequires: ghc-template-haskell-prof
BuildRequires: ghc-text-prof
%endif
# End cabal-rpm deps
%description
@ -113,6 +123,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 1.0.5-5
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
name: uuid-types
version: 1.0.5
x-revision: 2
x-revision: 3
copyright:
(c) 2017-2018 Herbert Valerio Riedel
(c) 2008-2014 Antoine Latter
@ -23,8 +23,9 @@ tested-with:
|| ==8.6.4
|| ==8.8.4
|| ==8.10.7
|| ==9.0.1
|| ==9.2.1
|| ==9.0.2
|| ==9.2.4
|| ==9.4.1
synopsis: Type definitions for Universally Unique Identifiers
description:
@ -54,7 +55,7 @@ library
, deepseq >=1.3.0.0 && <1.5
, hashable >=1.2.7.0 && <1.5
, random >=1.1 && <1.3
, template-haskell >=2.7.0.0 && <2.19
, template-haskell >=2.7.0.0 && <2.20
, text >=1.2.3.0 && <1.3 || >=2.0 && <2.1
exposed-modules: Data.UUID.Types