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