Compare commits

...

No commits in common. 'i8ce' and 'epel9' have entirely different histories.
i8ce ... epel9

@ -1 +0,0 @@
3d90530e643a351f49460f08fcbc163179e9c036 SOURCES/chromaprint-1.4.2.tar.gz

10
.gitignore vendored

@ -1 +1,9 @@
SOURCES/chromaprint-1.4.2.tar.gz
/chromaprint-0.5.tar.gz
/chromaprint-0.6.tar.gz
/chromaprint-0.7.tar.gz
/chromaprint-1.0.tar.gz
/chromaprint-1.1.tar.gz
/chromaprint-1.2.tar.gz
/chromaprint-1.4.2.tar.gz
/chromaprint-1.5.0.tar.gz
/chromaprint-1.5.1.tar.gz

@ -1,6 +1,6 @@
Name: chromaprint
Version: 1.4.2
Release: 6%{?dist}
Version: 1.5.1
Release: 1%{?dist}
Summary: Library implementing the AcoustID fingerprinting
License: GPLv2+
@ -22,7 +22,6 @@ 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
@ -48,24 +47,23 @@ 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
%setup -q
# examples and cli tools equire ffmpeg, so turn off; test depend of external artifact so turn off.
%{cmake} -DBUILD_EXAMPLES=OFF -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=OFF .
%autosetup -n %{name}-%{version}
%build
make %{?_smp_mflags}
# 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_build
%install
make install DESTDIR=%{buildroot}
rm -f %{buildroot}%{_libdir}/lib*.la
%cmake_install
%ldconfig_scriptlets -n libchromaprint
rm -f %{buildroot}%{_libdir}/lib*.la
%files -n libchromaprint
%doc NEWS.txt README.md
@ -79,8 +77,21 @@ rm -f %{buildroot}%{_libdir}/lib*.la
%{_libdir}/pkgconfig/*.pc
%changelog
* Thu Feb 29 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.4.2-6
- Rebuilt for MSVSphere 8.9
* 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

@ -0,0 +1 @@
SHA512 (chromaprint-1.5.1.tar.gz) = ea16e4d2b879c15b1d9b9ec93878da8b893f1834c70942663e1d2d106c2e0a661094fe2dd3bae7a6c2a1f9d5d8fab5e0b0ba493561090cf57b2228606fad1e66
Loading…
Cancel
Save