jfsutils-vl.spec 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Name : jfsutils
  2. Version : 1.1.15
  3. Release : 1%{?_dist_release}
  4. Group : Applications/Administration
  5. Packager : kenta
  6. Vendor : Project Vine
  7. Summary : IBM JFS utility programs
  8. Summary(ja): IBMが開発したJournaled File System (JFS) 用ユーティリティ群
  9. License : GPL
  10. URL : http://jfs.sourceforge.net/
  11. Buildroot : %{_tmppath}/%{name}-%{version}
  12. Source : http://jfs.sourceforge.net/project/pub/%{name}-%{version}.tar.gz
  13. BuildRequires: libuuid-devel
  14. %description
  15. Utilities for managing IBM's Journaled File System (JFS) under Linux. The
  16. following utilities are available: jfs_fsck - initiate replay of the JFS
  17. transaction log, and check and repair a JFS formatted device. jfs_fscklog -
  18. extract a log from the JFS fsck workspace into a file and/or display it.
  19. jfs_logdump - dump a JFS formatted device's journal log. jfs_mkfs - create
  20. a JFS formatted partition. jfs_tune - adjust tunable parameters of the JFS
  21. file system. jfs_debugfs - shell-type JFS file system editor.
  22. %description -l ja
  23. jfsutils は IBM が開発した Linux版 Journaled File System (JFS) の管理ユー
  24. ティリティ群であり、次のユーティリティが含まれています。
  25. jfs_fsck: JFSのトランザクション・ログのリプレイを初期化し、JFSフォーマット
  26. のデバイスのチェックや修復を行います。
  27. jfs_fscklog: jfs_fsck の作業領域からログを抽出し、ファイルや画面に出力します。
  28. jfs_logdump: JFSフォーマットのデバイスからジャーナル・ログをダンプします。
  29. jfs_mkfs: JFSフォーマットのパーティションを作成します。
  30. jfs_tune: JFSフォーマットのファイルシステムに関するいくつかのパラメータを
  31. 調整することが出来ます。
  32. jfs_debugfs: 対話型の JFS用ファイルシステム・エディタです。
  33. %prep
  34. %setup -q
  35. %build
  36. CFLAGS="${RPM_OPT_FLAGS}" ./configure --mandir=%{_mandir}
  37. make
  38. %install
  39. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  40. make install DESTDIR=${RPM_BUILD_ROOT}
  41. %clean
  42. rm -rf ${RPM_BUILD_ROOT}
  43. %files
  44. %defattr(-,root,root)
  45. %doc AUTHORS COPYING INSTALL NEWS README ChangeLog
  46. %{_syssbindir}/*
  47. %{_mandir}/*/*
  48. %changelog
  49. * Sat Apr 16 2011 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.15-1
  50. - new upstream release
  51. * Sat May 30 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.14-1
  52. - new upstream release
  53. * Tue Jul 22 2008 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.13-1
  54. - new upstream release
  55. - spec in UTF-8
  56. - new versioning policy
  57. * Sun Oct 07 2007 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.12-0vl1
  58. - new upstream release
  59. * Thu Nov 23 2006 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.11-0vl2
  60. - add Japanese Summaries and descriptions
  61. * Fri Sep 22 2006 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.11-0vl1
  62. - new upstream release
  63. * Fri Mar 10 2006 NAKAMURA Kenta <kenta@c.csce.kyushu-u.ac.jp> 1.1.10-1vl1
  64. - initial release