rpms/md5deep/devel import.log, NONE, 1.1 md5deep.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul P Komkoff Jr (stingray) fedora-extras-commits at redhat.com
Tue Aug 5 20:28:50 UTC 2008


Author: stingray

Update of /cvs/extras/rpms/md5deep/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4408/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log md5deep.spec 
Log Message:
Initial import of md5deep-3.1



--- NEW FILE import.log ---
md5deep-3_1-1_fc10:HEAD:md5deep-3.1-1.fc10.src.rpm:1217968052


--- NEW FILE md5deep.spec ---
Name:           md5deep
Version:        3.1
Release:        1%{?dist}
Summary:        A set of cross-platform tools to compute hashes
Group:          Applications/File
License:        GPLv2
URL:            http://md5deep.sf.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
This is md5deep, a set of cross-platform tools to compute hashes, or
message digests, for any number of files while optionally recursively
digging through the directory structure.  It can also take a list of known
hashes and display the filenames of input files whose hashes either do or
do not match any of the known hashes. This version supports MD5, SHA-1,
SHA-256, Tiger, and Whirlpool hashes.

%prep
%setup -q

%build
export CFLAGS="-fPIE -pie ${RPM_OPT_FLAGS}"
%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,-)
%doc README NEWS COPYING ChangeLog AUTHORS TODO
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Fri Aug  1 2008 Paul P. Komkoff Jr <i at stingr.net> - 3.1-1
- new upstream version

* Fri Jul 18 2008 Paul P. Komkoff Jr <i at stingr.net> - 3.0-1
- new upstream version

* Sun Feb 24 2008 Paul P. Komkoff Jr <i at stingr.net> - 2.0.1-1
- initial rpm submission to Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/md5deep/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Aug 2008 02:37:08 -0000	1.1
+++ .cvsignore	5 Aug 2008 20:28:20 -0000	1.2
@@ -0,0 +1 @@
+md5deep-3.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/md5deep/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Aug 2008 02:37:08 -0000	1.1
+++ sources	5 Aug 2008 20:28:20 -0000	1.2
@@ -0,0 +1 @@
+e040566200cb282e7948ed9f5f0adff3  md5deep-3.1.tar.gz




More information about the fedora-extras-commits mailing list