]> git.ipfire.org Git - ipfire-3.x.git/blame - lsof/lsof.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / lsof / lsof.nm
CommitLineData
892f5783 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
892f5783
SS
4###############################################################################
5
802ea3af 6name = lsof
6a949b44 7version = 4.98.0
093faec5 8release = 1
892f5783 9
832fe3cd 10groups = Development/Debuggers
6a949b44 11url = https://github.com/lsof-org/lsof
802ea3af 12license = zlib
6a949b44 13summary = A utility which lists open files on a Linux/UNIX system
892f5783 14
802ea3af 15description
f0b93618
SS
16 Lsof stands for LiSt Open Files, and it does just that:
17 it lists information about files that are open by the
892f5783 18 processes running on a system.
802ea3af
MT
19end
20
6a949b44 21source_dl = https://github.com/lsof-org/lsof/releases/download/%{version}/
892f5783 22
802ea3af 23build
6a949b44
MT
24 requires
25 groff
26 libtirpc-devel
802ea3af
MT
27 end
28end
29
30packages
31 package %{name}
1f9bc2f0
MT
32
33 package %{name}-debuginfo
34 template DEBUGINFO
35 end
802ea3af 36end