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