Mon, 06 May 2024 20:56:28 UTC | login

Information for build cabal-rpm-2.1.0-1.fc38

ID244662
Package Namecabal-rpm
Version2.1.0
Release1.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/cabal-rpm.git#c21db5cea0f22187100a26f65fc5f9d914606ed4
SummaryRPM packaging tool for Haskell Cabal-based packages
DescriptionThis package provides a RPM packaging tool for Haskell Cabal-based packages. cabal-rpm has commands to generate a RPM spec file and srpm for a package. It can rpmbuild packages, yum/dnf install their dependencies, prep packages, and install them. There are commands to list package dependencies and missing dependencies. The diff command compares the current spec file with a freshly generated one, the update command updates the spec file to latest version from Stackage or Hackage, and the refresh command updates the spec file to the current cabal-rpm packaging. It also handles Hackage revisions of packages. Standalone packages can also be made, built with cabal-install.
Built bydavidlt
State failed
Volume DEFAULT
StartedMon, 12 Jun 2023 12:35:25 UTC
CompletedMon, 12 Jun 2023 16:16:38 UTC
Taskbuild (f38, /rpms/cabal-rpm.git:c21db5cea0f22187100a26f65fc5f9d914606ed4)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/cabal-rpm.git#c21db5cea0f22187100a26f65fc5f9d914606ed4'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Feb 22 2023 Jens Petersen <petersen@redhat.com> - 2.1.0-1 - spec: list out ghc-*-prof BRs separately from ghc-*-devel - spec: output SPDX license tags - spec: for standalone f36+ cabal-install needs ghc_set_gcc_flags - spec: handle '.' paragraph separator lines in description - spec: initial support for --with-ghc version to build with ghcX.Y - spec: check if deps of missing deps available - Stackage: default to latest lts-20 stream - refresh: build cabal-rpm in tempdir - PackageUtils rpmbuild: no longer override _builddir, _rpmdir, _srcrpmdir - PackageUtils tryUnpack: now into _builddir - PackageUtils patchSpec: show .rej if patch fails - PackageUtils: handle tools like ghc-tags which are not a library - always assume revised .cabal is wanted/used * Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 2.0.11.1-1 - https://hackage.haskell.org/package/cabal-rpm-2.0.11.1/changelog - refresh to cabal-rpm-2.1.0 with SPDX migration * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 2.0.11-2 - rebuild * Mon Mar 14 2022 Jens Petersen <petersen@redhat.com> - 2.0.11-1 - take build-tool-depends into account (#65) - 'spec','update': detect autorelease and preserve autochangelog (#66) - 'spec --standalone': strip executable - support _builddir * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Jan 08 2022 Miro HronĨok <mhroncok@redhat.com> - 2.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34 * Sat Aug 14 2021 Jens Petersen <petersen@redhat.com> - 2.0.10-1 - Spec: drop ghc_fix_rpath for subpkgs - Stackage: bump to LTS 18 - update: only output old version if upgrading - pkgSpecPkgData: try allowing versioned dir * Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 2.0.9-3 - rebuild * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jun 09 2021 Jens Petersen <petersen@redhat.com> - 2.0.9-1 - spec: doc requires ghc-filesystem - spec: make cabal_test conditional explicit - refresh: fix installation of cabal-rpm-version with cabal install - spec: tweak conditions for standalone sandbox (ie rhel8) * Sat Mar 27 2021 Jens Petersen <petersen@redhat.com> - 2.0.8-1 - update: make sure krb ticket exists before uploading source - spec: executable doc files now handled by ghc-rpm-macros - move dos2unix for revised DOS .cabal from download to spec build time - spec: do not enable testsuite for standalone package - spec: also bash-completion for simple-cmd-args - spec: for bash-completions use default not filenames - Stackage: use lts-17 - pkgInstallMissing: also install ghc-rpm-macros