Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37376989
en ru br
ALT Linux repos
S:1.1.15-alt4
5.0: 1.1.13-alt1
4.1: 1.1.12-alt1
4.0: 1.1.12-alt1
+updates:1.1.12-alt1

Group :: System/Kernel and hardware
RPM: jfsutils

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_enable largefile

Name: jfsutils
Version: 1.1.12
Release: alt1

Summary: IBM JFS utility programs
License: GPL
Group: System/Kernel and hardware

Url: http://jfs.sourceforge.net
Source: %url/project/pub/%name-%version.tar.gz
Packager: Michael Shigorin <mike at altlinux.org>

Provides: jfsprogs = %version-%release
Obsoletes: jfsprogs

# Automatically added by buildreq on Fri Sep 15 2006

BuildRequires: libe2fs-devel linux-libc-headers

%description
IBM's journaled file system technology, currently used in IBM
enterprise servers, is designed for high-throughput server
environments, key to running intranet and other high-performance
e-business file servers.

%description -l ru_RU.UTF-8
Технология журналируемой файловой системы IBM, в настоящее время
используется на enterprise-серверах IBM, разработана для
высокопроизводительных серверных окружений, ключ к работающим
intranet- и другим высокопроизводительным файловым серверам
электронной коммерции.

%description -l uk_UA.UTF-8
Технологія журнальованої файлової системи IBM, яка нині
використовується на enterprise-серверах IBM, розроблена для
високопродуктивних серверних оточень, є ключом до працюючих
intranet- та інших високопродуктивних файлових серверів
електронної комерції.

%prep
%setup -q

%build
%configure \
--sbindir=/sbin \
%{subst_enable largefile}
%make_build

%install
%make_install DESTDIR=%buildroot install
for n in fsck mkfs; do
   ln -sf jfs_$n %buildroot/sbin/$n.jfs
   ln -sf jfs_$n.8 %buildroot/%_man8dir/$n.jfs.8
done
# why so much hassle?
bzip2 --best --keep --force ChangeLog
gzip --best --stdout NEWS > NEWS.gz

%files
%doc AUTHORS ChangeLog.* NEWS.* README
/sbin/*
%_man8dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin