]> git.pld-linux.org Git - packages/fdmf.git/blame - fdmf.spec
- more deps, use mpg123 as PLD's mpg321 doesn't have mpg123 symlink
[packages/fdmf.git] / fdmf.spec
CommitLineData
65d4e6e3
ER
1%include /usr/lib/rpm/macros.perl
2Summary: FDMF - find duplicate music files
3Name: fdmf
4Version: 0.0.9j
fe571b34 5Release: 0.2
65d4e6e3
ER
6License: GPL
7Group: Applications/Sound
8URL: http://www.w140.com/audio/
9Source0: http://www.w140.com/audio/%{name}-%{version}.tar.gz
10# Source0-md5: 5aca21e61ef3bb1cd876828af9c54d32
11BuildRequires: fftw3-devel
12BuildRequires: gdbm-devel
13BuildRequires: rpm-perlprov >= 4.1-13
14Requires: fftw3
15Requires: gdbm
fe571b34
ER
16Requires: mpg123
17Requires: ogg123
47e7d755 18Requires: openssl-tools
fe571b34 19Requires: plotutils
65d4e6e3
ER
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23dmf is portable perl/C software for finding pairs of music files in a
24collection that are likely to contain the same music. It works on the
25music itself, not on the filename, tags, or headers.
26
27%prep
28%setup -q
29
30%build
31%{__make} \
32 CC="%{__cc}" \
33 OPTFLAGS="%{rpmcflags}"
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{_bindir}
38install cleanup_dups fdmf fdmf_bench optparam sonic_reducer vector_pairs $RPM_BUILD_ROOT%{_bindir}
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
47e7d755 45%doc CHANGES INSTALL README
65d4e6e3 46%attr(755,root,root) %{_bindir}/*
This page took 0.060246 seconds and 4 git commands to generate.