source: projects/specs/trunk/j/jfsutils/jfsutils-vl.spec @ 521

Revision 521, 2.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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