jfsutils.spec.in

来自「在Linux内核从2.4升级到2.6时需要升级的软件包」· IN 代码 · 共 44 行

IN
44
字号
Name      : @PACKAGE@Version   : @VERSION@Release   : 1Group     : System/KernelSummary   : IBM JFS utility programsCopyright : GPLPackager  : JFS/Linux team <shaggy@austin.ibm.com>URL       : http://jfs.sourceforge.net/Buildroot : %{_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 - createa JFS formatted partition. jfs_tune - adjust tunable parameters of the JFSfile 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 + -
显示快捷键?