jfsutils.spec
来自「jfs 源码」· SPEC 代码 · 共 44 行
SPEC
44 行
Name : jfsutilsVersion : 1.1.7Release : 1Group : System/KernelSummary : IBM JFS utility programsCopyright : GPLPackager : JFS/Linux team <shaggy@austin.ibm.com>URL : http://oss.software.ibm.com/jfsBuildroot : %{_tmppath}/%{name}-%{version}Source : %{name}-%{version}.tar.gz%DescriptionUtilities for managing IBM's Journaled File System (JFS) under Linux. Thefollowing utilities are available: jfs_fsck - initiate replay of the JFStransaction log, and check and repair a JFS formatted device. jfs_fscklog - extract a log from the JFS fsck workspace into a file and/or display it. jfs_logdump - dump a JFS formatted device's journal log. jfs_mkfs - create a JFS formatted partition. jfs_tune - adjust tunable parameters of the JFS file system. jfs_debugfs - shell-type JFS file system editor.%Prep%setup -q%BuildCFLAGS="${RPM_OPT_FLAGS}" ./configure --mandir=/usr/share/man/en/make%Installmake install DESTDIR=${RPM_BUILD_ROOT}%Cleanrm -rf ${RPM_BUILD_ROOT}%Files%defattr(-,root,root)/sbin/*%{_mandir}/en/man8/*%doc AUTHORS COPYING INSTALL NEWS README ChangeLog
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?