37 # list of sources |
37 # list of sources |
38 Source0: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz |
38 Source0: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz |
39 Patch0: lsof.patch |
39 Patch0: lsof.patch |
40 |
40 |
41 # build information |
41 # build information |
42 BuildPreReq: OpenPKG, openpkg >= 20100101, gcc |
42 BuildPreReq: OpenPKG, openpkg >= 20100101, gcc, make |
43 PreReq: OpenPKG, openpkg >= 20100101 |
43 PreReq: OpenPKG, openpkg >= 20100101 |
44 |
44 |
45 %description |
45 %description |
46 List Open Files (lsof) shows all currently open file descriptors of |
46 List Open Files (lsof) shows all currently open file descriptors of |
47 processes. |
47 processes. |