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