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

Revision 9248, 3.1 KB checked in by inagaki, 9 years ago (diff)

2015-01-11 Ryoichi INAGAKI <ryo1@…>

  • QtRuby?, kimono, kio_gopher, korundum, qyoto: updated
  • hfsutils, kio-ftps, kio_sysinfo, kphotoalbum: rebuilt
  • jfsutils: added Patch


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