Mailinglist Archive: opensuse-commit (1855 mails)
| < Previous | Next > |
commit md5deep for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 02 Sep 2011 13:26:38 +0200
- Message-id: <20110902112638.BB0E6201F5@hilbert.suse.de>
Hello community,
here is the log from the commit of package md5deep for openSUSE:Factory
checked in at Fri Sep 2 13:26:38 CEST 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/md5deep/md5deep.changes 2011-06-06
23:03:13.000000000 +0200
@@ -0,0 +1,24 @@
+-----------------------------------------------------------------
+Mon Jun 6 21:03:00 GMT 2011 - elchevive@xxxxxxxxxxxx
+
+- Updated to version 3.9.1
+
+-------------------------------------------------------------------
+Thu May 12 12:38:00 GMT 2011 - elchevive@xxxxxxxxxxxx
+
+- Remove licenses dep. from spec file
+
+-------------------------------------------------------------------
+Tue May 2 14:53:00 GMT 2011 - elchevive@xxxxxxxxxxxx
+
+- Updated to version 3.9
+
+-------------------------------------------------------------------
+Mon Dec 27 16:49:00 GMT 2010 - elchevive@xxxxxxxxxxxx
+
+- Updated to version 3.7
+
+-------------------------------------------------------------------
+Fri Sep 19 14:45:00 GMT 2010 - elchevive@xxxxxxxxxxxx
+
+- Initial package
calling whatdependson for head-i586
New:
----
md5deep-3.9.1.tar.gz
md5deep.changes
md5deep.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ md5deep.spec ++++++
#
# spec file for package md5deep
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Summary: Compute MD5, SHA-1, SHA-256, Tiger or Whirlpool message digests
Name: md5deep
Version: 3.9.1
Release: 1
Source0: %{name}-%{version}.tar.gz
License: Public Domain and GPLv2
Group: System/Base
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://md5deep.sourceforge.net/
Requires: python
BuildRequires: fdupes python python-devel
%description
md5deep computes the MD5, SHA-1, SHA-256, Tiger, or Whirlpool message digest
for any number of files while optionally recursively digging through the
directory structure. md5deep can also match input files against lists of known
hashes in a variety of formats.
Author:
--------
Jesse Kornblum <research@xxxxxxxxxxxxxxxxx>
%prep
%setup -q
%build
if test -x ./configure; then
%configure
fi
make
%install
make DESTDIR=%buildroot install
# create symlinks for man pages
%fdupes -s $RPM_BUILD_ROOT/%_mandir
# create hardlinks for the rest
%fdupes $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/hashdeep
%{_bindir}/md5deep
%{_bindir}/sha1deep
%{_bindir}/sha256deep
%{_bindir}/tigerdeep
%{_bindir}/whirlpooldeep
%{_mandir}/man1/hashdeep.1*
%{_mandir}/man1/md5deep.1*
%{_mandir}/man1/sha1deep.1*
%{_mandir}/man1/sha256deep.1*
%{_mandir}/man1/whirlpooldeep.1*
%{_mandir}/man1/tigerdeep.1*
%doc AUTHORS ChangeLog COPYING README NEWS
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |