refresh to cabal-rpm-2.1.0 with SPDX migration
This commit is contained in:
parent
3688177ae4
commit
21128df14e
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-2.0.12
|
||||
# generated by cabal-rpm-2.1.0
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name websockets
|
||||
@ -8,10 +8,10 @@
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.12.7.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A sensible and clean way to write WebSocket-capable servers in Haskell
|
||||
|
||||
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
|
||||
@ -22,6 +22,22 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-SHA-devel
|
||||
BuildRequires: ghc-async-devel
|
||||
BuildRequires: ghc-attoparsec-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base64-bytestring-devel
|
||||
BuildRequires: ghc-binary-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-case-insensitive-devel
|
||||
BuildRequires: ghc-clock-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-entropy-devel
|
||||
BuildRequires: ghc-network-devel
|
||||
BuildRequires: ghc-random-devel
|
||||
BuildRequires: ghc-streaming-commons-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-SHA-prof
|
||||
BuildRequires: ghc-async-prof
|
||||
BuildRequires: ghc-attoparsec-prof
|
||||
@ -37,6 +53,7 @@ BuildRequires: ghc-network-prof
|
||||
BuildRequires: ghc-random-prof
|
||||
BuildRequires: ghc-streaming-commons-prof
|
||||
BuildRequires: ghc-text-prof
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
@ -134,6 +151,9 @@ cabal-tweak-drop-dep bytestring-builder
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.12.7.3-3
|
||||
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.7.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user