Author: gotar                        Date: Tue Jun 14 13:04:07 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/ext3grep:
   ext3grep.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/ext3grep/ext3grep.spec
diff -u /dev/null packages/ext3grep/ext3grep.spec:1.1
--- /dev/null   Tue Jun 14 15:04:07 2011
+++ packages/ext3grep/ext3grep.spec     Tue Jun 14 15:03:58 2011
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+Summary:       A tool to investigate an ext3 FS for deleted content and 
possibly recover it
+Name:          ext3grep
+Version:       0.10.2
+Release:       1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://ext3grep.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5: 38e134734d6c8856370ed00a9c73dbee
+URL:           http://code.google.com/p/ext3grep/
+BuildRequires: e2fsprogs-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A tool to investigate an ext3 file system for deleted content and
+possibly recover it.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README
+%attr(755,root,root) %{_bindir}/%{name}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/06/14 13:03:58  gotar
+- initial PLD release
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to