refresh to cabal-rpm-2.1.0 with SPDX migration
This commit is contained in:
parent
195afe2c58
commit
3d22f41cf6
@ -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 prettyprinter-ansi-terminal
|
||||
@ -11,10 +11,10 @@
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.1.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: ANSI terminal backend for the prettyprinter package
|
||||
|
||||
License: BSD
|
||||
License: BSD-2-Clause
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
# Begin cabal-rpm sources:
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
@ -23,10 +23,16 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-ansi-terminal-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-prettyprinter-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-ansi-terminal-prof
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-prettyprinter-prof
|
||||
BuildRequires: ghc-text-prof
|
||||
%endif
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-doctest-devel
|
||||
%endif
|
||||
@ -125,6 +131,9 @@ library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 1.1.3-3
|
||||
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user