refresh description

This commit is contained in:
Jens Petersen 2018-12-10 00:56:19 +09:00
parent 6acfe0813e
commit 82dcc50fd7

View File

@ -55,18 +55,15 @@ Requires: rpmdevtools
Requires: wget
%description
Cabal-rpm is a tool for RPM packaging of Haskell Cabal-based packages.
It interacts with dnf to install build dependencies and can also act as
a cabal-install wrapper installing dependencies packaged in Fedora before
running "cabal install".
This package provides a RPM packaging tool for Haskell Cabal-based packages.
cblrpm has commands to generate a RPM spec file and srpm for a package.
It can rpmbuild packages, dnf install their dependencies, prep packages, and
install them. There are commands to list package dependencies and missing
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.
current cabal-rpm packaging. It also handles Hackage revisions of packages.
%prep