Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37569674
en ru br
ALT Linux repositórios
S:0.0.16-alt2.qa1
5.0: 0.0.16-alt1
4.1: 0.0.16-alt1

Outros repositórios
Upstream:0.0.16

Group :: Ferramentas de Arquivo
RPM: e2tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: e2tools
Version: 0.0.16
Release: alt1
Summary: Manipulate files in unmounted ext2/ext3 filesystems

Packager: Kirill A. Shutemov <kas at altlinux.org>
Group: File tools
License: GPL
Url: http://home.earthlink.net/~k_sheff/sw/e2tools/
Source0: http://home.earthlink.net/~k_sheff/sw/e2tools/e2tools-0.0.16.tar.gz
Source1: e2tools-test.sh
# Thank you very much for the man pages from Debian package.
Source2: e2cp.1
Source3: e2ln.1
Source4: e2ls.1
Source5: e2mkdir.1
Source6: e2mv.1
Source7: e2rm.1
Source8: e2tail.1
Source9: e2tools.7
Patch1: e2tools-fedora-fixes.patch

BuildRequires: e2fsprogs-devel >= 1.27
BuildRequires: libe2fs-devel

%description
A simple set of utilities to read, write, and manipulate files in an
ext2/ext3 filesystem directly using the ext2fs library. This works

 - without root access
 - without the filesystem being mounted
 - without kernel ext2/ext3 support

The utilities are: e2cp e2ln e2ls e2mkdir e2mv e2rm e2tail

%prep
%setup -q
%patch1 -p1

%build
%configure
%make_build

# Run tests

for e in e2ln e2ls e2mkdir e2mv e2rm e2tail; do
   ln -s e2cp $e
done
sh %SOURCE1

%install
make install DESTDIR=%buildroot
%__install -d %buildroot%_man1dir %buildroot%_man7dir
%__install \
   %SOURCE2 \
   %SOURCE3 \
   %SOURCE4 \
   %SOURCE5 \
   %SOURCE6 \
   %SOURCE7 \
   %SOURCE8 \
   %buildroot%_man1dir/
%__install -D %SOURCE9 %buildroot%_man7dir/

%files
%doc README COPYING ChangeLog TODO AUTHORS
%_bindir/*
%_mandir/man?/*

%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