File recover.spec of Package recover
#
# spec file for package recover
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# norootforbuild
Name: recover
Version: 1.3c
Release: 1
Summary: Utility for recovering a lost file from ext2 filesystem
License: GPL
Group: File tools
Url: http://recover.sourceforge.net/linux/recover/
Source: %{name}-%{version}.tar.bz2
Patch0: %{name}.patch
Patch1: fixcomp.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: e2fsprogs
%description
Recover is a utility which automates some steps as described in the
Ext2fs-Undeletion howto.
(http://tldp.org/HOWTO/Ext2fs-Undeletion.html) in order to recover a
lost file. The goal is to make it as easy as possible to undelete a
file.
%if 0%{?mandriva_version} < 2007
%debug_package
%endif
%prep
%setup -q
%patch -P0
%patch -P1 -p1
%build
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc CHANGES LICENSE README
%{_bindir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_mandir}/man1/%{name}.1*
%changelog
* Tue Mar 06 2007 Dirk Stöcker <soft@dstoecker.de> 1.3c
- rebuild for openSUSE build service
* Tue Oct 26 2004 Lenny Cartier 1.3c
- rebuild
* Fri Sep 12 2003 Lenny Cartier 1.3c
- 1.3c
* Wed Aug 28 2002 Lenny Cartier 1.3b
- 1.3b
* Tue Aug 28 2001 Lenny Cartier 1.3
- 1.3
* Fri Jan 26 2001 Lenny Cartier 1.2
- rebuild
* Mon Dec 13 2000 Guillaume Rousse 1.2
- included ressource and man page into package
- corrected my own adress in changelog :-)
* Mon Nov 13 2000 Lenny Cartier 1.2
- updated to 1.2
* Thu Sep 28 2000 Lenny Cartier 1.1
- used srpm from Guillaume Rousse :
* Wed Sep 27 2000 Guillaume Rousse 1.1
- added e2fsprogs requires for debugfs
* Tue Sep 26 2000 Guillaume Rousse 1.1
- first mandrake release