rpmbuild-order-0.4.12: Sort RPM packages in dependency order
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.RPM.Build.ProvReqs

Description

This module has commands for reading the Requires and Provides from an RPM package spec file.

Synopsis

Documentation

rpmspecProvidesBuildRequires Source #

Arguments

:: Bool

lenient (allow failure)

-> [String]

RPM opts

-> FilePath

spec file ghc 8.10 haddock cannot annotate inside type

-> IO (Maybe ([String], [String]))

(Provs,BRs)

Get RPM Provides and BuildRequires based on spec file.