]> git.pld-linux.org Git - packages/extundelete.git/blame - extundelete.spec
- fix building with recent e2fsprogs
[packages/extundelete.git] / extundelete.spec
CommitLineData
690d1dea 1Summary: Recover deleted files from an ext3 or ext4 partition
8a14e18c 2Summary(pl.UTF-8): Odtwarzanie usuniętych plików z partycji ext3 lub ext4
690d1dea 3Name: extundelete
4ca937f5
MB
4Version: 0.2.4
5Release: 1
690d1dea
TP
6License: GPL v2
7Group: Applications/System
4ca937f5
MB
8Source0: http://download.sourceforge.net/extundelete/%{name}-%{version}.tar.bz2
9# Source0-md5: 77e626ad31433680c0a222069295d2ca
f50bab4c
TP
10Patch0: %{name}-attrs.patch
11Patch1: %{name}-dirs.patch
e2d0bdd0 12Patch2: e2fsprogs.patch
8a14e18c 13URL: http://extundelete.sourceforge.net/
690d1dea 14BuildRequires: e2fsprogs-devel
8a14e18c 15BuildRequires: libcom_err-devel
690d1dea
TP
16BuildRequires: libstdc++-devel
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20extundelete is a utility that can recover deleted files from an ext3
21or ext4 partition. The ext3 file system is the most common file system
22when using Linux, and ext4 is its successor. extundelete uses the
23information stored in the partition's journal to attempt to recover a
24file that has been deleted from the partition. There is no guarantee
25that any particular file will be able to be undeleted, so always try
26to have a good backup system in place, or at least put one in place
27after recovering your files!
28
8a14e18c
JB
29%description
30extundelete to narzędzie które potrafi odzyskać usunięte pliki z
31partycji ext3 lub ext4. System plików ext3 jest najczęściej używanym
32systemem plików pod Linuksem, a ext4 to jego następca. extundelete
33wykorzystuje informacje zapisane w kronice partycji, aby spróbować
34odtworzyć plik, który został wcześniej z partycji usunięty. Nie ma
35gwarancji, że jakikolwiek plik da się odzyskać, więc nie należy
36zapominać o kopiach zapasowych!
37
690d1dea
TP
38%prep
39%setup -q
f50bab4c
TP
40%patch0 -p1
41%patch1 -p1
e2d0bdd0 42%patch2 -p1
690d1dea
TP
43
44%build
45%configure
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%doc README
60%attr(755,root,root) %{_bindir}/%{name}
This page took 0.422451 seconds and 4 git commands to generate.