rpms/ext3grep/devel ext3grep.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miloš Jakubíček (mjakubicek) fedora-extras-commits at redhat.com
Sat May 31 12:33:08 UTC 2008


Author: mjakubicek

Update of /cvs/pkgs/rpms/ext3grep/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2382/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ext3grep.spec 
Log Message:
- Initial commit.



--- NEW FILE ext3grep.spec ---
Name:			ext3grep
Version:		0.6.0
Release:		1%{?dist}
Summary:		Recovery tool for ext3 filesystems

Group:			Applications/File
License:		GPLv2+
URL:			http://code.google.com/p/ext3grep/
Source0:		http://ext3grep.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	e2fsprogs-devel

%description
A tool to investigate an ext3 file system for deleted content and possibly
recover it.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_bindir}/ext3grep
%doc NEWS README LICENSE.GPL2

%changelog

* Tue May 27 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 0.6.0-1
- Initial release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ext3grep/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 May 2008 20:26:59 -0000	1.1
+++ .cvsignore	31 May 2008 12:32:28 -0000	1.2
@@ -0,0 +1 @@
+ext3grep-0.6.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ext3grep/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 May 2008 20:26:59 -0000	1.1
+++ sources	31 May 2008 12:32:28 -0000	1.2
@@ -0,0 +1 @@
+aabd3b85e5862cddc284a37f300df186  ext3grep-0.6.0.tar.gz




More information about the fedora-extras-commits mailing list