]> git.pld-linux.org Git - packages/e2salvage.git/blame - e2salvage.spec
- converted to UTF-8
[packages/e2salvage.git] / e2salvage.spec
CommitLineData
35a2565d 1Summary: e2salvage - a utility which tries to recover a data from damaged ext2
a0e635b9 2Summary(pl.UTF-8): e2salvage - narzędzie próbujące odzyskać dane z uszkodzonego ext2
04f1e80e 3Name: e2salvage
4Version: 0.0.8a
3ba7e3d3 5Release: 1
04f1e80e 6License: GPL
35a2565d 7Group: Applications/System
04f1e80e 8Source0: http://dl.sourceforge.net/e2salvage/%{name}-%{version}.tbz2
9# Source0-md5: 029608f5f42890aabd1a2c889de859ad
5f81cfa4 10Patch0: %{name}-linux_types.patch
3ba7e3d3 11Patch1: %{name}-gcc4.patch
47f1121d 12Patch2: %{name}-am.patch
04f1e80e 13URL: http://e2salvage.sourceforge.net/
35a2565d
JB
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: libtool
04f1e80e 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20e2salvage is a utility which tries to recover a data from damaged ext2
21filesystems. Unlike e2fsck, it does not look for the data at
22particular places and it don't tend to believe the data it finds; thus
23it can handle much more damaged filesystem.
24
35a2565d 25fsck connects the found i-nodes to lost+found directory; e2salvage
04f1e80e 26instead tries to recover the directory structure. If all else fails
27the directories are linked to the root.
28
a0e635b9
JR
29%description -l pl.UTF-8
30e2salvage to narzędzie, które próbuje odzyskać dane z uszkodzonych
31systemów plików ext2. W przeciwieństwie do e2fsck nie szuka danych w
32określonych miejscach i nie próbuje zaufać danym, które znajdzie;
33dzięki temu może obsłużyć dużo bardziej uszkodzone systemy plików.
35a2565d 34
a0e635b9
JR
35fsck dołącza znalezione i-węzły do katalogu lost+found; e2salvage
36zamiast tego próbuje odtworzyć strukturę katalogów. Jeśli wszystko
37inne zawiedzie, katalogi są podłączane do głównego katalogu.
35a2565d 38
04f1e80e 39%prep
40%setup -q
3ba7e3d3
PS
41%patch0 -p0
42%patch1 -p1
47f1121d 43%patch2 -p1
04f1e80e 44
45%build
46%{__libtoolize}
47%{__aclocal}
48%{__autoconf}
49%{__autoheader}
50%{__automake}
51%configure
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62%files
63%defattr(644,root,root,755)
64%doc AUTHORS NEWS README TODO ChangeLog
65%attr(755,root,root) %{_bindir}/*
This page took 0.108521 seconds and 4 git commands to generate.