SPECS: ext3undel.spec (NEW) - new

adamg adamg at pld-linux.org
Sun Jan 11 16:06:08 CET 2009


Author: adamg                        Date: Sun Jan 11 15:06:08 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   ext3undel.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ext3undel.spec
diff -u /dev/null SPECS/ext3undel.spec:1.1
--- /dev/null	Sun Jan 11 16:06:08 2009
+++ SPECS/ext3undel.spec	Sun Jan 11 16:06:01 2009
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:	A collection of scripts to help you recover files from ext3/ext3
+Summary(pl.UTF-8):	Zestaw skryptów do odzyskiwania plików z ext3/ext3
+Name:		ext3undel
+Version:	0.1.6
+Release:	1
+License:	GPL v2
+Group:		Applications
+# Source0Download: http://projects.izzysoft.de/trac/ext3undel/wiki/Download
+Source0:	%{name}-%{version}.tar.gz
+# Source0-md5:	996107eead228ed476e89e8b9b82242f
+Patch0:		%{name}-bashizm.patch
+URL:		http://projects.izzysoft.de/trac/ext3undel
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ext3undel is a collection of scripts to help you recover deleted files
+from ext2/ext3 file systems. ext3undel tries to automate most of the
+difficult manual work of recovery so that it may be possible to
+recover a single specified file or all data on a given disk.
+
+%description -l pl.UTF-8
+ext3undel to zestaw skryptów wspomagających odzyskiwanie usuniętych
+plików z systemów plików ext2/ext3. ext3undel stara się zautomatyzować
+większość trudnych czynność, tak aby możliwe było odzyskanie
+pojedynczego pliku lub całości danych na dysku.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	prefix=%{_prefix}
+
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/{history,install.txt,ralf.txt,readme.txt}
+%attr(755,root,root) %{_bindir}/*
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*
+%{_mandir}/man5/ext3undel.conf.5*
+%{_mandir}/man8/*.8*
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/01/11 15:06:01  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list