diff --git a/cabal-rpm.spec b/cabal-rpm.spec index 73c376f..b8e49a4 100644 --- a/cabal-rpm.spec +++ b/cabal-rpm.spec @@ -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