]> git.pld-linux.org Git - packages/dump3.git/blob - dump3.spec
- fix URL, BR: unzip
[packages/dump3.git] / dump3.spec
1 Summary:        DuMP3 - duplicate & similar file finder
2 Summary(pl):    DuMP3 - program do znajdywania powtórzonych i podobnych plików
3 Name:           dump3
4 Version:        0.2.9
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/File
8 Source0:        http://dl.sourceforge.net/dump3/%{name}_morpheus_%{version}_src.zip
9 # Source0-md5:  97b3fbad6597ea536213db57e8c0eeb0
10 URL:            http://dump3.sourceforge.net/en/index.html
11 BuildRequires:  ant
12 BuildRequires:  jaxp_parser_impl
13 BuildRequires:  jpackage-utils
14 BuildRequires:  rpmbuild(macros) >= 1.294
15 BuildRequires:  unzip
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 DuMP3 can find files that are not exact duplicates:
21 - Binary files are compared by SHA1 hash (configurable to any MD hash)
22 - Text files that were changed by addition or deletion (2 fingerprint
23   algorithms available)
24 - Pictures in different formats, sizes and/or rotations (BMP, GIF,
25   JPEG, JPEG2000, PNG, PNM, RAW, TIFF)
26 - Audio files that were recorded at different bit rates or saved in
27   different formats (AU, AIF, WAV, MP3, OGG)
28 - plugin fingerprint classes can be written for any file where inexact
29   matching is needed (fonts, videos, etc)
30
31 %description -l pl
32 DuMP3 potrafi znale¼æ pliki nie bêd±ce dok³adnymi duplikatami:
33 - binarne pliki s± porównywane za pomoc± skrótu SHA1 (konfigurowalne
34   do dowolnego skrótu MD)
35 - pliki tekstowe zmienione przez dodanie lub usuniêcie (dostêpne dwa
36   algorytmy "odcisków palca")
37 - obrazki w ró¿nych formatach, rozmiarach i/lub orientacjach (BMP,
38   GIF, JPEG, JPEG2000, PNG, PNM, RAW, TIFF)
39 - pliki d¼wiêkowe zapisane z ró¿n± prêdko¶ci± strumienia lub w ró¿nych
40   formatach (AU, AIF, WAV, MP3, OGG)
41 - mo¿na dopisywaæ wtyczki "odcisków palców" dla dowolnych formatów
42   plików wymagaj±cych niedok³adnego porównywania (fontów, filmów itp.)
43
44 %prep
45 %setup -q -c
46
47 %build
48 %ant build
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.060879 seconds and 3 git commands to generate.