Name: chromaprint-tools Version: 0.4 Release: 1%{?dist} Summary: Chromaprint audio fingerprinting tools. Group: Applications/Multimedia License: LGPLv2+ URL: http://www.acoustid.org/chromaprint/ Source: https://github.com/downloads/lalinsky/chromaprint/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake BuildRequires: gtest-devel BuildRequires: fftw-devel >= 3 BuildRequires: boost-devel BuildRequires: ffmpeg-devel %description This package contains a fingerprinting tool using the chromaprint library. %prep %setup -q %{cmake} -DBUILD_EXAMPLES=on . %build make %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib* %clean %{__rm} -rf $RPM_BUILD_ROOT %files -n chromaprint-tools %defattr(-,root,root,-) %doc CHANGES.txt COPYING.txt NEWS.txt README.txt %{_bindir}/fpcalc %changelog * Sat Aug 06 2011 Thomas Vander Stichele - 0.4-1 - Initial package