Name: rpmbuild-order Version: 0.3 License: BSD3 License-File: LICENSE Author: Henning Thielemann Maintainer: Jens Petersen Copyright: 2010-2018 Henning Thielemann, 2018-2019 Jens Petersen Category: Distribution Homepage: https://github.com/juhp/rpmbuild-order Bug-reports: https://github.com/juhp/rpmbuild-order/issues Synopsis: Order RPM packages by dependencies Description: The rpmbuild-order tool orders RPM packages by dependencies, so that they can be built in the correct order. It does this by reading RPM package spec files and then topologically sorts them according to their dependencies. The code originates from cabal-sort by Henning Thielemann. It can also output the ordered dependencies or reverse depends for one or more packages, provided all the packages are checked out in neighboring directories. This is also useful to see what packages are affected when a low-level package changes. Tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1 Cabal-Version: >=1.6 Build-Type: Simple Extra-source-files: README.md TODO ChangeLog.md rpmbuild-order.1 source-repository head type: git location: https://github.com/juhp/rpmbuild-order Executable rpmbuild-order Build-Depends: base < 5, bytestring, Cabal, containers, directory, filepath, fgl, optparse-applicative, process, simple-cmd-args GHC-Options: -Wall Main-Is: Main.hs Extensions: CPP Other-modules: Paths_rpmbuild_order