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 96c0ae6feb
commit 0913846270
2 changed files with 23 additions and 4 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/ # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
%global pkg_name xml-conduit %global pkg_name xml-conduit
@ -8,7 +8,7 @@
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 1.9.1.1 Version: 1.9.1.1
Release: 4%{?dist} Release: 5%{?dist}
Summary: XML parsing and rendering with conduit Summary: XML parsing and rendering with conduit
License: MIT License: MIT
@ -23,6 +23,21 @@ BuildRequires: dos2unix
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-cabal-doctest-devel BuildRequires: ghc-cabal-doctest-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-blaze-html-devel
BuildRequires: ghc-blaze-markup-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-conduit-devel
BuildRequires: ghc-conduit-extra-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-data-default-class-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-resourcet-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-xml-types-devel
%if %{with ghc_prof}
BuildRequires: ghc-attoparsec-prof BuildRequires: ghc-attoparsec-prof
BuildRequires: ghc-base-prof BuildRequires: ghc-base-prof
BuildRequires: ghc-blaze-html-prof BuildRequires: ghc-blaze-html-prof
@ -37,6 +52,7 @@ BuildRequires: ghc-resourcet-prof
BuildRequires: ghc-text-prof BuildRequires: ghc-text-prof
BuildRequires: ghc-transformers-prof BuildRequires: ghc-transformers-prof
BuildRequires: ghc-xml-types-prof BuildRequires: ghc-xml-types-prof
%endif
%if %{with tests} %if %{with tests}
BuildRequires: ghc-HUnit-devel BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-doctest-devel BuildRequires: ghc-doctest-devel
@ -149,6 +165,9 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
%changelog %changelog
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 1.9.1.1-5
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1.1-4 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

View File

@ -2,7 +2,7 @@ cabal-version: >= 1.14
name: xml-conduit name: xml-conduit
version: 1.9.1.1 version: 1.9.1.1
x-revision: 1 x-revision: 2
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>, Aristid Breitkreuz <aristidb@googlemail.com> author: Michael Snoyman <michael@snoyman.com>, Aristid Breitkreuz <aristidb@googlemail.com>
@ -24,7 +24,7 @@ library
build-depends: base >= 4 && < 5 build-depends: base >= 4 && < 5
, conduit >= 1.3 && < 1.4 , conduit >= 1.3 && < 1.4
, conduit-extra >= 1.3 && < 1.4 , conduit-extra >= 1.3 && < 1.4
, resourcet >= 1.2 && < 1.3 , resourcet >= 1.2 && < 1.4
, bytestring >= 0.10.2 , bytestring >= 0.10.2
, text >= 0.7 , text >= 0.7
, containers >= 0.2 , containers >= 0.2