]> git.pld-linux.org Git - packages/dump3.git/blame - dump3.spec
- converted to UTF-8
[packages/dump3.git] / dump3.spec
CommitLineData
fd776903 1Summary: DuMP3 - duplicate & similar file finder
fd7ae6f1 2Summary(pl.UTF-8): DuMP3 - program do znajdywania powtórzonych i podobnych plików
fd776903
ER
3Name: dump3
4Version: 0.2.9
5Release: 0.1
6License: GPL
7Group: Applications/File
8Source0: http://dl.sourceforge.net/dump3/%{name}_morpheus_%{version}_src.zip
9# Source0-md5: 97b3fbad6597ea536213db57e8c0eeb0
2645676a 10URL: http://dump3.sourceforge.net/en/index.html
fd776903
ER
11BuildRequires: ant
12BuildRequires: jaxp_parser_impl
13BuildRequires: jpackage-utils
14BuildRequires: rpmbuild(macros) >= 1.294
2645676a 15BuildRequires: unzip
fd776903
ER
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20DuMP3 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
fd7ae6f1
JR
31%description -l pl.UTF-8
32DuMP3 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,
ffb75db9 38 GIF, JPEG, JPEG2000, PNG, PNM, RAW, TIFF)
fd7ae6f1 39- pliki dźwiękowe zapisane z różną prędkością strumienia lub w różnych
ffb75db9 40 formatach (AU, AIF, WAV, MP3, OGG)
fd7ae6f1
JR
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.)
ffb75db9 43
fd776903
ER
44%prep
45%setup -q -c
46
47%build
48%ant build
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53%clean
54rm -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.054135 seconds and 4 git commands to generate.