refresh to cabal-rpm-2.0.2
This commit is contained in:
parent
afe81abf5b
commit
d9009656cf
@ -1,13 +1,11 @@
|
||||
# generated by cabal-rpm-1.0.1
|
||||
# generated by cabal-rpm-2.0.2
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%bcond_without manpage
|
||||
|
||||
%global _devel -%{?ghc_devel_prof:static}%{!?ghc_devel_prof:devel}
|
||||
|
||||
Name: cabal-rpm
|
||||
Version: 2.0.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: RPM packaging tool for Haskell Cabal-based packages
|
||||
|
||||
License: GPLv3+
|
||||
@ -19,21 +17,21 @@ Source1: cblrpm.1
|
||||
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-Cabal%{_devel}
|
||||
BuildRequires: ghc-base%{_devel}
|
||||
BuildRequires: ghc-bytestring%{_devel}
|
||||
BuildRequires: ghc-directory%{_devel}
|
||||
BuildRequires: ghc-filepath%{_devel}
|
||||
BuildRequires: ghc-http-client%{_devel}
|
||||
BuildRequires: ghc-http-client-tls%{_devel}
|
||||
BuildRequires: ghc-http-conduit%{_devel}
|
||||
BuildRequires: ghc-optparse-applicative%{_devel}
|
||||
BuildRequires: ghc-process%{_devel}
|
||||
BuildRequires: ghc-simple-cabal%{_devel}
|
||||
BuildRequires: ghc-simple-cmd%{_devel}
|
||||
BuildRequires: ghc-simple-cmd-args%{_devel}
|
||||
BuildRequires: ghc-time%{_devel}
|
||||
BuildRequires: ghc-unix%{_devel}
|
||||
BuildRequires: ghc-Cabal-static
|
||||
BuildRequires: ghc-base-static
|
||||
BuildRequires: ghc-bytestring-static
|
||||
BuildRequires: ghc-directory-static
|
||||
BuildRequires: ghc-filepath-static
|
||||
BuildRequires: ghc-http-client-static
|
||||
BuildRequires: ghc-http-client-tls-static
|
||||
BuildRequires: ghc-http-conduit-static
|
||||
BuildRequires: ghc-optparse-applicative-static
|
||||
BuildRequires: ghc-process-static
|
||||
BuildRequires: ghc-simple-cabal-static
|
||||
BuildRequires: ghc-simple-cmd-static
|
||||
BuildRequires: ghc-simple-cmd-args-static
|
||||
BuildRequires: ghc-time-static
|
||||
BuildRequires: ghc-unix-static
|
||||
# End cabal-rpm deps
|
||||
%if %{with manpage}
|
||||
BuildRequires: pandoc
|
||||
@ -106,6 +104,9 @@ ln -s %{name} %{buildroot}%{_bindir}/cblrpm
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 20 2020 Jens Petersen <petersen@redhat.com> - 2.0.0-3
|
||||
- refresh to cabal-rpm-2.0.2
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user