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