From: Elan Ruusamäe Date: Fri, 8 Sep 2006 22:38:26 +0000 (+0000) Subject: - new, needs java deps X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdump3.git;a=commitdiff_plain;h=fd7769035ad3115991c560f8078cc72ae0248698 - new, needs java deps Changed files: dump3.spec -> 1.1 --- fd7769035ad3115991c560f8078cc72ae0248698 diff --git a/dump3.spec b/dump3.spec new file mode 100644 index 0000000..74afbdb --- /dev/null +++ b/dump3.spec @@ -0,0 +1,43 @@ +Summary: DuMP3 - duplicate & similar file finder +Name: dump3 +Version: 0.2.9 +Release: 0.1 +License: GPL +Group: Applications/File +Source0: http://dl.sourceforge.net/dump3/%{name}_morpheus_%{version}_src.zip +# Source0-md5: 97b3fbad6597ea536213db57e8c0eeb0 +URL: http://dump3.sourceforge.net +BuildRequires: ant +BuildRequires: jaxp_parser_impl +BuildRequires: jpackage-utils +BuildRequires: rpmbuild(macros) >= 1.294 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +DuMP3 can find files that are not exact duplicates: +- Binary files are compared by SHA1 hash (configurable to any MD hash) +- Text files that were changed by addition or deletion (2 fingerprint + algorithms available) +- Pictures in different formats, sizes and/or rotations (BMP, GIF, + JPEG, JPEG2000, PNG, PNM, RAW, TIFF) +- Audio files that were recorded at different bit rates or saved in + different formats (AU, AIF, WAV, MP3, OGG) +- plugin fingerprint classes can be written for any file where inexact + matching is needed (fonts, videos, etc) + +%prep +%setup -q -c + +%build +%ant build + +%install +rm -rf $RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO