]> git.pld-linux.org Git - packages/ext3rminator.git/blame - ext3rminator.spec
- tabs in preamble
[packages/ext3rminator.git] / ext3rminator.spec
CommitLineData
da6f8ade 1Summary: Simple program for undeleting files from ext3 partition
548d1666 2Summary(pl.UTF-8): Prosty program do odzyskiwania usuniętych plików na partycjach ext3
da6f8ade 3Name: ext3rminator
4%define _pre pre2
5Version: 0.3.0
6Release: 0.%{_pre}.1
7License: GPL v2
8Group: Applications/System
9Source0: http://web.glandium.org/debian/repository/experimental/%{name}_0.2.99+%{version}%{_pre}.orig.tar.gz
10# Source0-md5: 450ce0405a2be760a1e9ced200c05c72
d5566628 11Patch0: %{name}-linking.patch
024e1ece 12URL: http://web.glandium.org/debian/repository/experimental/
30a4d054
JB
13BuildRequires: autoconf
14BuildRequires: automake
da6f8ade 15BuildRequires: e2fsprogs-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
024e1ece
JB
19Ext3rminator is a last chance program when you just unthoughtfully
20deleted several megabytes of data on an ext3 (or ext2) partition. It
21goes through all free blocks in the filesystem to look for what can
22look like data.
23
24It is only able to recover files where the 48 first KB (actually, 12
25blocks, a block usually being 4096 bytes) are contiguous.
26
71af374f
JR
27%description -l pl.UTF-8
28ext3rminator to program ostatniej szansy w przypadku bezmyślnego
29usunięcia wielu megabajtów danych z partycji ext3 (lub ext2).
30Przeszukuje wszystkie wolne bloki w systemie plików w poszukiwaniu
31czegoś, co wygląda jak dane.
024e1ece 32
71af374f
JR
33Jest w stanie odzyskać pliki tylko jeśli pierwsze 48 kB (właściwie 12
34bloków przy rozmiarze bloku równym zwykle 4096 bajtów) jest ciągłe.
da6f8ade 35
36%prep
37%setup -q -n %{name}-%{version}%{_pre}
d5566628 38%patch0 -p1
da6f8ade 39
40%build
d5566628 41%{__aclocal}
42%{__autoconf}
43%{__automake}
da6f8ade 44CFLAGS="-I%{_includedir}/et %{rpmcflags}"
45export CFLAGS
46%configure
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
60%doc AUTHORS ChangeLog TODO
61%attr(755,root,root) %{_bindir}/%{name}
62%{_mandir}/man1/%{name}.1*
This page took 0.062698 seconds and 4 git commands to generate.