]> git.pld-linux.org Git - packages/dump3.git/blame - dump3.spec
- new, needs java deps
[packages/dump3.git] / dump3.spec
CommitLineData
fd776903
ER
1Summary: DuMP3 - duplicate & similar file finder
2Name: dump3
3Version: 0.2.9
4Release: 0.1
5License: GPL
6Group: Applications/File
7Source0: http://dl.sourceforge.net/dump3/%{name}_morpheus_%{version}_src.zip
8# Source0-md5: 97b3fbad6597ea536213db57e8c0eeb0
9URL: http://dump3.sourceforge.net
10BuildRequires: ant
11BuildRequires: jaxp_parser_impl
12BuildRequires: jpackage-utils
13BuildRequires: rpmbuild(macros) >= 1.294
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18DuMP3 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
36rm -rf $RPM_BUILD_ROOT
37
38%clean
39rm -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.135389 seconds and 4 git commands to generate.