]> git.pld-linux.org Git - packages/fdmf.git/blob - fdmf.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/fdmf.git] / fdmf.spec
1 Summary:        FDMF - find duplicate music files
2 Summary(pl.UTF-8):      FDMF - szukanie duplikatów plików muzycznych
3 Name:           fdmf
4 Version:        0.0.9r
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Sound
8 Source0:        http://www.w140.com/audio/%{name}-%{version}.tar.gz
9 # Source0-md5:  1d79911c83605a68573d0a2ea8a01d18
10 URL:            http://www.w140.com/audio/
11 BuildRequires:  fftw3-devel
12 BuildRequires:  gdbm-devel
13 BuildRequires:  rpm-perlprov >= 4.1-13
14 Requires:       plotutils
15 Requires:       mplayer
16 Suggests:       mpg123
17 Suggests:       vorbis-tools
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 dmf is portable Perl/C software for finding pairs of music files in a
22 collection that are likely to contain the same music. It works on the
23 music itself, not on the filename, tags, or headers.
24
25 %description -l pl.UTF-8
26 dmf to przenośny program w Perlu/C do znajdowania w swojej kolekcji
27 par plików muzycznych, które najprawdopodobniej zawierają tę samą
28 muzykę. Porównuje samą muzykę, a nie nazwę pliku, znaczniki czy
29 nagłówki.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__make} \
36         CC="%{__cc}" \
37         OPTFLAGS="%{rpmcflags}"
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{_bindir}
42 install cleanup_dups fdmf fdmf_bench optparam sonic_reducer vector_pairs $RPM_BUILD_ROOT%{_bindir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc CHANGES INSTALL README
50 %attr(755,root,root) %{_bindir}/cleanup_dups
51 %attr(755,root,root) %{_bindir}/fdmf
52 %attr(755,root,root) %{_bindir}/fdmf_bench
53 %attr(755,root,root) %{_bindir}/optparam
54 %attr(755,root,root) %{_bindir}/sonic_reducer
55 %attr(755,root,root) %{_bindir}/vector_pairs
This page took 0.04805 seconds and 4 git commands to generate.