From a0162a020faa6c9a031b07fe78fd4f18ce0cdc2f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:12:12 +0100 Subject: [PATCH] automatic version update by autodist [release 0.2.4-1mamba;Mon Jan 14 2013] --- README.md | 4 ++++ extundelete.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 extundelete.spec diff --git a/README.md b/README.md index 4010c8a..779f0e2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # extundelete +extundelete is a utility that can recover deleted files from an ext3 or ext4 partition. +The ext3 file system is the most common file system when using Linux, and ext4 is its successor. +extundelete uses the information stored in the partition's journal to attempt to recover a file that has been deleted from the partition. + diff --git a/extundelete.spec b/extundelete.spec new file mode 100644 index 0000000..606bf35 --- /dev/null +++ b/extundelete.spec @@ -0,0 +1,52 @@ +Name: extundelete +Version: 0.2.4 +Release: 1mamba +Summary: An ext3 and ext4 file undeletion utility +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +URL: http://extundelete.sourceforge.net/ +Source: http://downloads.sourceforge.net/project/extundelete/extundelete/%{version}/extundelete-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libe2fs-devel +BuildRequires: libgcc +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +extundelete is a utility that can recover deleted files from an ext3 or ext4 partition. +The ext3 file system is the most common file system when using Linux, and ext4 is its successor. +extundelete uses the information stored in the partition's journal to attempt to recover a file that has been deleted from the partition. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/extundelete +%doc LICENSE README + +%changelog +* Mon Jan 14 2013 Automatic Build System 0.2.4-1mamba +- automatic version update by autodist + +* Wed Dec 19 2012 Automatic Build System 0.2.3-1mamba +- automatic version update by autodist + +* Mon Jun 06 2011 Stefano Cotta Ramusino 0.2.0-1mamba +- package created by autospec