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 Name: chromaprint
Version: 1.4.2 Version: 1.5.1
Release: 6%{?dist} Release: 1%{?dist}
Summary: Library implementing the AcoustID fingerprinting Summary: Library implementing the AcoustID fingerprinting
License: GPLv2+ License: GPLv2+
@ -22,7 +22,6 @@ found in the main header file.
License for binaries is GPLv2+ but source code is MIT + LGPLv2+ License for binaries is GPLv2+ but source code is MIT + LGPLv2+
%package -n libchromaprint %package -n libchromaprint
Summary: Library implementing the AcoustID fingerprinting Summary: Library implementing the AcoustID fingerprinting
Obsoletes: python-chromaprint < 0.6-3 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 The library exposes a simple C API. The documentation for the C API can be
found in the main header file. found in the main header file.
%prep %prep
%setup -q %autosetup -n %{name}-%{version}
# 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 .
%build %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 %install
make install DESTDIR=%{buildroot} %cmake_install
rm -f %{buildroot}%{_libdir}/lib*.la
rm -f %{buildroot}%{_libdir}/lib*.la
%ldconfig_scriptlets -n libchromaprint
%files -n libchromaprint %files -n libchromaprint
%doc NEWS.txt README.md %doc NEWS.txt README.md
@ -79,8 +77,21 @@ rm -f %{buildroot}%{_libdir}/lib*.la
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%changelog %changelog
* Thu Feb 29 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.4.2-6 * Thu Dec 23 2021 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.5.1-1
- Rebuilt for MSVSphere 8.9 - 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 * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

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