Compare commits

...

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

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

10
.gitignore vendored

@ -1,9 +1 @@
/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
SOURCES/chromaprint-1.4.2.tar.gz

@ -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,21 +79,8 @@ 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
* Thu Feb 29 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.4.2-6
- Rebuilt for MSVSphere 8.9
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

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