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