|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: chromaprint
|
|
|
|
|
Version: 1.5.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.4.2
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: Library implementing the AcoustID fingerprinting
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -22,6 +22,7 @@ found in the main header file.
|
|
|
|
|
|
|
|
|
|
License for binaries is GPLv2+ but source code is MIT + LGPLv2+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n libchromaprint
|
|
|
|
|
Summary: Library implementing the AcoustID fingerprinting
|
|
|
|
|
Obsoletes: python-chromaprint < 0.6-3
|
|
|
|
@ -47,24 +48,25 @@ applications which will use %{name}.
|
|
|
|
|
The library exposes a simple C API. The documentation for the C API can be
|
|
|
|
|
found in the main header file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{version}
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# examples and cli tools equire ffmpeg, so turn off; test depend of external artifact so turn off.
|
|
|
|
|
%cmake \
|
|
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
|
|
|
-DBUILD_TESTS=OFF \
|
|
|
|
|
-DBUILD_TOOLS=OFF \
|
|
|
|
|
.
|
|
|
|
|
%{cmake} -DBUILD_EXAMPLES=OFF -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=OFF .
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%cmake_install
|
|
|
|
|
%build
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/lib*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets -n libchromaprint
|
|
|
|
|
|
|
|
|
|
%files -n libchromaprint
|
|
|
|
|
%doc NEWS.txt README.md
|
|
|
|
|
%license LICENSE.md
|
|
|
|
@ -77,22 +79,6 @@ rm -f %{buildroot}%{_libdir}/lib*.la
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 23 2021 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.5.1-1
|
|
|
|
|
- Update to 1.5.1 release
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.5.0-1
|
|
|
|
|
- modernize specfile
|
|
|
|
|
- Update to 1.5.0 release
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|