Blob Blame History Raw
Summary: Utilities for managing the JFS filesystem.
Name: jfsutils
Version: 1.1.11
Release: 1
Source0: jfsutils-%{version}.tar.gz
URL: http://jfs.sourceforge.net/
Group: System Environment/Base
License: GPLv2+
Buildroot: %{_tmppath}/%{name}-root
Buildrequires: e2fsprogs-devel

%description
The jfsutils package contains a number of utilities for creating,
checking, modifying, and correcting any inconsistencies in JFS
filesystems.  The following utilities are available: fsck.jfs - initiate
replay of the JFS transaction log, and check and repair a JFS formatted
device; logdump - dump a JFS formatted device's journal log; logredo -
"replay" a JFS formatted device's journal log;  mkfs.jfs - create a JFS
formatted partition; xchkdmp - dump the contents of a JFS fsck log file
created with xchklog; xchklog - extract a log from the JFS fsck workspace
into a file;  xpeek - shell-type JFS file system editor.


%prep
%setup -q

%build
CFLAGS="${RPM_OPT_FLAGS}" ./configure --mandir=%{_mandir}
make

%install
[ "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# let brp-compress handle this policy
rm -f $RPM_BUILD_ROOT/%{_mandir}/*/*.gz

%clean
[ "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/sbin/*
%{_mandir}/*/*
%doc AUTHORS COPYING INSTALL NEWS README ChangeLog

%changelog
* Fri Aug 03 2007 Josh Boyer <jwboyer@jdub.homelinux.org> - 1.1.11-1
- Update license field

* Fri May 18 2007 Josh Boyer <jwboyer@jdub.homelinux.org> - 1.1.11-0
- Update to latest upstream release

* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.10-4.1
- rebuild

* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 1.1.10-4
- BuildRequires: e2fsprogs-devel

* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.1.10-3.2
- bump again for double-long bug on ppc(64)

* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.10-3.1
- rebuilt for new gcc4.1 snapshot and glibc changes

* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com>
- rebuilt again

* Fri Dec  9 2005 Dave Jones <davej@redhat.com>
- Update to newer upstream 1.1.10 release.

* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt

* Fri Apr 15 2005 Dave Jones <davej@redhat.com>
- rebuilt.

* Tue Oct 12 2004 Florian La Roche <laroche@redhat.com>
- 1.1.7

* Thu Jun 17 2004 Florian La Roche <Florian.LaRoche@redhat.de>
- 1.1.6

* Thu Feb 26 2004 Jeff Garzik <jgarzik@redhat.com>
- Version 1.1.4

* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

* Sat Oct 25 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- 1.1.3

* Sun Aug 10 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- 1.1.2

* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt

* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt

* Wed Jan 15 2003 Matt Wilson <msw@redhat.com> 1.0.17-5
- use #include <errno.h>, not extern int errno;

* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
- rebuild on all arches

* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild

* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild

* Tue Apr 09 2002 Michael K. Johnson <johnsonm@redhat.com>
- updated to jfsutils 1.0.17

* Fri Feb 08 2002 Michael K. Johnson <johnsonm@redhat.com>
- typo fixed

* Tue Jan 29 2002 Michael K. Johnson <johnsonm@redhat.com>
- Initial packaging