]> git.pld-linux.org Git - packages/fdmf.git/blame - fdmf.spec
- or still, contains optional deps
[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
5Release: 0.1
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
16Requires: mpg321
47e7d755 17Requires: openssl-tools
65d4e6e3
ER
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21dmf is portable perl/C software for finding pairs of music files in a
22collection that are likely to contain the same music. It works on the
23music itself, not on the filename, tags, or headers.
24
25%prep
26%setup -q
27
28%build
29%{__make} \
30 CC="%{__cc}" \
31 OPTFLAGS="%{rpmcflags}"
32
33%install
34rm -rf $RPM_BUILD_ROOT
35install -d $RPM_BUILD_ROOT%{_bindir}
36install cleanup_dups fdmf fdmf_bench optparam sonic_reducer vector_pairs $RPM_BUILD_ROOT%{_bindir}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
47e7d755 43%doc CHANGES INSTALL README
65d4e6e3 44%attr(755,root,root) %{_bindir}/*
This page took 0.088385 seconds and 4 git commands to generate.