############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = xfsprogs version = 6.4.0 release = 1 groups = System/Filesystems url = https://xfs.wiki.kernel.org/ license = GPL+ and LGPLv2+ summary = Utilities for managing the XFS filesystem description A set of commands to use the XFS filesystem, including mkfs.xfs. end source_dl = https://www.kernel.org/pub/linux/utils/fs/xfs/%{name}/ sources = %{thisapp}.tar.xz build requires gettext libacl-devel libattr-devel libblkid-devel >= 2.17 libinih-devel libtool liburcu-devel libuuid-devel readline-devel end configure_options += \ --libexecdir=%{libdir} \ --enable-readline=yes \ --enable-blkid=yes make_build_targets += \ V=1 DEBUG=-DNDEBUG # This package does not come with a testsuite. make_install_targets += \ install-dev V=1 DIST_ROOT=%{BUILDROOT} \ PKG_ROOT_SBIN_DIR=%{sbindir} PKG_ROOT_LIB_DIR=%{libdir} end packages package %{name} conflicts filesystem < 002 end end package %{name}-devel template DEVEL end package %{name}-debuginfo template DEBUGINFO end end