Sophie

Sophie

distrib > Arklinux > devel > i586 > by-pkgid > b275cad2b20554e327806abe2db03473 > files > 3

e2undel-0.82-1ark.src.rpm

Name: e2undel
Version: 0.82
Release: 1ark
Summary: Ext2/Ext3 filesystem file undeletion support
Patch: e2undel-0.82-compile.patch
URL: http://e2undel.sf.net/
Source: %name-%version.tar.bz2
License: GPL
Group: System Environment/Tools
BuildRoot: %{_tmppath}/%{name}-root

%description
Ext2/Ext3 filesystem file undeletion support

%prep
%setup
%patch -p1 -b .compile~

%build
make %?_smp_mflags CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-O"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%_bindir
install -c -m 755 e2undel $RPM_BUILD_ROOT%_bindir

%files
%defattr(-,root,root)
%_bindir/e2undel

%clean
rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version}

%changelog
* Fri Sep 23 2005 Bernhard Rosenkraenzer <bero@arklinux.org> 0.82-1ark
- initial RPM