# This file is source as well by spack.spec in order to build the dependencies for
# the rpm package, as well it is parsed by a script to create a system
# packages.yaml file for spack.  The syntax relies on following trick, undefined
# macros in spec file are not expanded, which means that %{?foo} will not be
# treated as anything if %foo is not defined. The syntax for every line is now
# Requires: rpmname%{?spackname/path/to/library}
Requires: bzip2%{?skip_package}
Requires: cmake
Requires: curl
Requires: gdbm-devel
Requires: git
Requires: gmp-devel
Requires: hwloc-devel
Requires: libbz2-devel%{?bzip2}
Requires: liblz4-devel%{?lz4}
Requires: libopenssl-devel
Requires: libtool
Requires: libzstd-devel%{?zstd}
Requires: mpfr-devel
Requires: openssl
Requires: perl
Requires: pkgconf
Requires: snappy-devel
Requires: unzip
Requires: util-macros-devel
Requires: xz
Requires: zlib-devel

