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