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 Requires: wget
%description %description
Cabal-rpm is a tool for RPM packaging of Haskell Cabal-based packages. This package provides a RPM packaging tool for 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".
cblrpm has commands to generate a RPM spec file and srpm for a package. cabal-rpm has commands to generate a RPM spec file and srpm for a package.
It can rpmbuild packages, dnf install their dependencies, prep packages, and It can rpmbuild packages, yum/dnf install their dependencies, prep packages,
install them. There are commands to list package dependencies and missing and install them. There are commands to list package dependencies and missing
dependencies. The diff command compares the current spec file with a freshly 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 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 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 %prep