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