69 lines
2.0 KiB
RPMSpec
69 lines
2.0 KiB
RPMSpec
|
Name: jfsutils
|
||
|
Version: 1.1.15
|
||
|
Release: 1mamba
|
||
|
Summary: IBM JFS utility programs
|
||
|
Group: System/Kernel and Hardware
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Aleph0 <aleph0@openmamba.org>
|
||
|
URL: http://jfs.sourceforge.net/
|
||
|
Source: http://jfs.sourceforge.net/project/pub/jfsutils-%{version}.tar.gz
|
||
|
Patch0: jfsutils-1.1.15-glibc-2.17.patch
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libe2fs-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
Utilities for managing IBM's Journaled File System (JFS) under Linux.
|
||
|
The following utilities are available:
|
||
|
jfs_fsck - initiate replay of the JFS transaction 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
|
||
|
%patch0 -p1
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_sbindir}/*
|
||
|
%{_mandir}/man8/*
|
||
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||
|
|
||
|
%changelog
|
||
|
* Mon May 27 2013 Automatic Build System <autodist@mambasoft.it> 1.1.15-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Sat Jan 10 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.13-1mamba
|
||
|
- update to 1.1.13
|
||
|
|
||
|
* Tue Dec 11 2007 Aleph0 <aleph0@openmamba.org> 1.1.12-1mamba
|
||
|
- update to 1.1.12
|
||
|
|
||
|
* Thu Mar 09 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 1.1.10-1qilnx
|
||
|
- update to version 1.1.10 by autospec
|
||
|
- specfile fixed and updated
|
||
|
|
||
|
* Tue Mar 30 2004 Silvan Calarco <silvan.caalrco@qilinux.it> 1.1.5-1qilnx
|
||
|
- new version build
|
||
|
|
||
|
* Thu Jan 29 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.1.4-1qilnx
|
||
|
- first build
|