Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module has commands for reading the Requires and Provides from an RPM package spec file.
Synopsis
- rpmspecProvidesBuildRequires :: Bool -> [String] -> FilePath -> IO (Maybe ([String], [String]))
Documentation
rpmspecProvidesBuildRequires :: Bool -> [String] -> FilePath -> IO (Maybe ([String], [String])) Source #
Get RPM Provides and BuildRequires based on spec file.