This is an update to the latest available version of xfsprogs.
* Change source URL and tarball format. * Add note for the non existing testsuite.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- xfsprogs/xfsprogs.nm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/xfsprogs/xfsprogs.nm b/xfsprogs/xfsprogs.nm index 5041e50..f773112 100644 --- a/xfsprogs/xfsprogs.nm +++ b/xfsprogs/xfsprogs.nm @@ -4,7 +4,7 @@ ###############################################################################
name = xfsprogs -version = 4.7.0 +version = 4.9.0 release = 1
groups = System/Filesystems @@ -16,7 +16,8 @@ description A set of commands to use the XFS filesystem, including mkfs.xfs. end
-source_dl = ftp://oss.sgi.com/projects/xfs/cmd_tars/ +source_dl = https://www.kernel.org/pub/linux/utils/fs/xfs/%%7Bname%7D/ +sources = %{thisapp}.tar.xz
build requires @@ -37,6 +38,8 @@ build 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}