]> git.pld-linux.org Git - packages/dump3.git/commitdiff
- new, needs java deps
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 8 Sep 2006 22:38:26 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dump3.spec -> 1.1

dump3.spec [new file with mode: 0644]

diff --git a/dump3.spec b/dump3.spec
new file mode 100644 (file)
index 0000000..74afbdb
--- /dev/null
@@ -0,0 +1,43 @@
+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
This page took 0.062524 seconds and 4 git commands to generate.