Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37042079
en ru br
ALT Linux repositórios
S:3.6.27-alt1
5.0: 3.6.19-alt4
4.1: 3.6.19-alt4
4.0: 3.6.19-alt3
3.0: 3.6.19-alt1

Group :: Sistema/Kernel e hardware
RPM: reiserfsprogs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: reiserfsprogs
Version: 3.6.19
Release: alt4

Summary: The utilities to create Reiserfs volume
License: GPL
Group: System/Kernel and hardware

Url: ftp://ftp.namesys.com/pub/reiserfsprogs
Source: %url/%name-%version.tar.gz
Patch0: reiserfsprogs-3.6.2-make-the-force-option-works-in-resize_reiserfs.patch.bz2
Patch1: 02-mkreiserfs-quiet.diff
Patch2: broken-inline.diff
Patch3: reiserfs-large-block-warning.diff
Patch4: reiserfsprogs-fsck-mapid.diff
Patch5: reiserfsprogs-external-journal-changes.diff
Patch6: reiserfsprogs-remove-stupid-fsck_sleep.diff
Patch7: reiserfsprogs-progress.diff
Patch8: reiserfsprogs-reorder-libs.diff
Patch9: reiserfsprogs-mkfs-use-o_excl.diff
Patch10: reiserfsprogs-3.6.19-alt-debian-headers.patch
Packager: Michael Shigorin <mike at altlinux.org>

Obsoletes: reiserfs-utils
Conflicts: progsreiserfs
Provides: reiserfs-utils = %version-%release

# Automatically added by buildreq on Wed May 12 2004

BuildRequires: libe2fs-devel

%description
Reiserfs is a file system using a plug-in based object oriented
variant on classical balanced tree algorithms. The results when
compared to the ext2fs conventional block allocation based file system
running under the same operating system and employing the same
buffering code suggest that these algorithms are overall more
efficient, and are becoming more so every passing month.  Loosely
speaking, every month we find another performance cranny that needs
work, and we fix it, and every month we find some way of improving our
overall general usage performance. The improvement in small file space
and time performance suggests that we may now revisit a common OS
design assumption that one should aggregate small objects using layers
above the file system layer. Being more effective at small files DOES
NOT make us less effective for other files, this is a general purpose
FS, and our overall traditional FS usage performance is high enough to
establish that. Reiserfs has a commitment to opening up the FS design
to contributions, and we are now now adding plug-ins so that you can
create your own types of directories and files.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
#patch7 -p1
#patch8 -p1
%patch9 -p1
%patch10 -p1

%build
%configure
%make OPTFLAGS="%optflags"

%install
mkdir -p %buildroot%_man8dir/
%makeinstall
mv %buildroot/%_sbindir %buildroot/sbin
ln -s mkreiserfs %buildroot/sbin/mkfs.reiserfs
ln -s reiserfsck %buildroot/sbin/fsck.reiserfs
ln -s mkreiserfs.8 %buildroot%_man8dir/mkfs.reiserfs.8
ln -s reiserfsck.8 %buildroot%_man8dir/fsck.reiserfs.8

%files
%doc README ChangeLog COPYING
/sbin/*
%_mandir/*/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009