commit e4955a4eaa42427870a8ed534266e07c292bd40a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Feb 4 17:36:28 2018 +0000
Sync with Fedora proper
Upstream URL changed to github
Updating to 1.4.2
Renamed LICENSE.md
Binary licenses should be GPLv2+ because linking with fftw (which uses GPLv2+)
.gitignore | 1 +
chromaprint-tools.spec | 25 ++++++++++++++++---------
ffmpeg.patch | 16 ----------------
sources | 2 +-
4 files changed, 18 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6215fae..250bd27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
chromaprint-1.1.tar.gz
chromaprint-1.2.tar.gz
+/chromaprint-1.4.2.tar.gz
diff --git a/chromaprint-tools.spec b/chromaprint-tools.spec
index a1d8b9c..a13f9e3 100644
--- a/chromaprint-tools.spec
+++ b/chromaprint-tools.spec
@@ -1,12 +1,11 @@
Name: chromaprint-tools
-Version: 1.2
-Release: 7%{?dist}
+Version: 1.4.2
+Release: 1%{?dist}
Summary: Chromaprint audio fingerprinting tools
Group: Applications/Multimedia
-License: LGPLv2+
-URL:
http://www.acoustid.org/chromaprint/
-Source:
https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-%{versio...
-Patch0: ffmpeg.patch
+License: GPLv2+
+URL:
http://www.acoustid.org/chromaprint
+Source:
https://github.com/acoustid/chromaprint/releases/download/v%{version}/chr...
BuildRequires: cmake
BuildRequires: fftw-devel >= 3
@@ -25,13 +24,14 @@ fingerprints from raw audio sources.
This is a set of Chromaprint tools related to acoustic fingerprinting
featuring fpcalc an standalone AcoustID tool used by Picard.
+License for binaries is GPLv2+ but source code is MIT + LGPLv2+
+
%prep
%setup -q -n chromaprint-%{version}
-%patch0 -p1 -b .ffmpeg
%build
-%cmake -DBUILD_EXAMPLES=on -DBUILD_TESTS=off
+%cmake -DBUILD_EXAMPLES=ON -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON
make %{?_smp_mflags}
%install
@@ -45,10 +45,17 @@ rm -f %{buildroot}%{_libdir}/lib*.so*
%files
%doc NEWS.txt README.md
-%license COPYING.txt
+%license LICENSE.md
%{_bindir}/fpcalc
%changelog
+* Sun Feb 04 2018 Sérgio Basto <sergio(a)serjux.com> - 1.4.2-1
+- Sync with Fedora proper
+- Upstream URL changed to github
+- Updating to 1.4.2
+- Renamed LICENSE.md
+- Binary licenses should be GPLv2+ because linking with fftw (which uses GPLv2+)
+
* Thu Jan 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.2-7
- Rebuilt for ffmpeg-3.5 git
diff --git a/sources b/sources
index 59fa4ee..804c14e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-748da044a8f0ee5f31edec8b67045b3e chromaprint-1.2.tar.gz
+895c42ba6d769840a2e10e507ad9f14d chromaprint-1.4.2.tar.gz