SPECS: dump3.spec (NEW) - new, needs java deps
glen
glen at pld-linux.org
Sat Sep 9 00:38:32 CEST 2006
Author: glen Date: Fri Sep 8 22:38:32 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, needs java deps
---- Files affected:
SPECS:
dump3.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/dump3.spec
diff -u /dev/null SPECS/dump3.spec:1.1
--- /dev/null Sat Sep 9 00:38:32 2006
+++ SPECS/dump3.spec Sat Sep 9 00:38:26 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary: DuMP3 - duplicate & similar file finder
+Name: dump3
+Version: 0.2.9
+Release: 0.1
+License: GPL
+Group: Applications/File
+Source0: http://dl.sourceforge.net/dump3/%{name}_morpheus_%{version}_src.zip
+# Source0-md5: 97b3fbad6597ea536213db57e8c0eeb0
+URL: http://dump3.sourceforge.net
+BuildRequires: ant
+BuildRequires: jaxp_parser_impl
+BuildRequires: jpackage-utils
+BuildRequires: rpmbuild(macros) >= 1.294
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DuMP3 can find files that are not exact duplicates:
+- Binary files are compared by SHA1 hash (configurable to any MD hash)
+- Text files that were changed by addition or deletion (2 fingerprint
+ algorithms available)
+- Pictures in different formats, sizes and/or rotations (BMP, GIF,
+ JPEG, JPEG2000, PNG, PNM, RAW, TIFF)
+- Audio files that were recorded at different bit rates or saved in
+ different formats (AU, AIF, WAV, MP3, OGG)
+- plugin fingerprint classes can be written for any file where inexact
+ matching is needed (fonts, videos, etc)
+
+%prep
+%setup -q -c
+
+%build
+%ant build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%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 2006/09/08 22:38:26 glen
+- new, needs java deps
+
================================================================
More information about the pld-cvs-commit
mailing list