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