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