automatic version update by autodist [release 0.2.4-1mamba;Mon Jan 14 2013]

This commit is contained in:
Automatic Build System 2024-01-05 22:12:12 +01:00
parent f723bf650e
commit a0162a020f
2 changed files with 56 additions and 0 deletions

View File

@ -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.

52
extundelete.spec Normal file
View File

@ -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 <stefano.cotta@openmamba.org>
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 <autodist@mambasoft.it> 0.2.4-1mamba
- automatic version update by autodist
* Wed Dec 19 2012 Automatic Build System <autodist@mambasoft.it> 0.2.3-1mamba
- automatic version update by autodist
* Mon Jun 06 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.2.0-1mamba
- package created by autospec