]> git.pld-linux.org Git - packages/dump3.git/blob - dump3.spec
74afbdb0858057054f7aab79676a924977326057
[packages/dump3.git] / dump3.spec
1 Summary:        DuMP3 - duplicate & similar file finder
2 Name:           dump3
3 Version:        0.2.9
4 Release:        0.1
5 License:        GPL
6 Group:          Applications/File
7 Source0:        http://dl.sourceforge.net/dump3/%{name}_morpheus_%{version}_src.zip
8 # Source0-md5:  97b3fbad6597ea536213db57e8c0eeb0
9 URL:            http://dump3.sourceforge.net
10 BuildRequires:  ant
11 BuildRequires:  jaxp_parser_impl
12 BuildRequires:  jpackage-utils
13 BuildRequires:  rpmbuild(macros) >= 1.294
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 DuMP3 can find files that are not exact duplicates:
19 - Binary files are compared by SHA1 hash (configurable to any MD hash)
20 - Text files that were changed by addition or deletion (2 fingerprint
21   algorithms available)
22 - Pictures in different formats, sizes and/or rotations (BMP, GIF,
23   JPEG, JPEG2000, PNG, PNM, RAW, TIFF)
24 - Audio files that were recorded at different bit rates or saved in
25   different formats (AU, AIF, WAV, MP3, OGG)
26 - plugin fingerprint classes can be written for any file where inexact
27   matching is needed (fonts, videos, etc)
28
29 %prep
30 %setup -q -c
31
32 %build
33 %ant build
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.085875 seconds and 2 git commands to generate.