[chromaprint/f20: 2/3] update to 1.0

Ismael Olea olea at fedoraproject.org
Mon Sep 16 20:34:50 UTC 2013


commit 97059b995cd365e83a9b5f6901a573ab1b96cbae
Author: Ismael Olea <ismael at olea.org>
Date:   Mon Sep 16 22:33:13 2013 +0200

    update to 1.0

 chromaprint.spec |  120 ------------------------------------------------------
 sources          |    1 -
 2 files changed, 0 insertions(+), 121 deletions(-)
---
diff --git a/chromaprint.spec b/chromaprint.spec
index 805c704..e69de29 100644
--- a/chromaprint.spec
+++ b/chromaprint.spec
@@ -1,120 +0,0 @@
-Name:           chromaprint
-Version:        1.0
-Release:        1%{?dist}
-Summary:        Library implementing the AcoustID fingerprinting
-
-Group:          System Environment/Libraries
-License:        LGPLv2+
-URL:            http://www.acoustid.org/chromaprint/
-Source:         https://bitbucket.org/acoustid/%{name}/downloads/%{name}-%{version}.tar.gz
-
-BuildRequires:  cmake
-BuildRequires:  fftw-devel >= 3
-
-%description
-Chromaprint library is the core component of the AcoustID project. It's a 
-client-side library that implements a custom algorithm for extracting 
-fingerprints from raw audio sources.
-
-The library exposes a simple C API. The documentation for the C API can be
-found in the main header file.
-
-%package -n libchromaprint
-Summary:        Library implementing the AcoustID fingerprinting
-Group:          System Environment/Libraries
-Obsoletes:      python-chromaprint < 0.6-3
-
-%description -n libchromaprint
-Chromaprint library is the core component of the AcoustID project. It's a 
-client-side library that implements a custom algorithm for extracting 
-fingerprints from raw audio sources.
-
-The library exposes a simple C API. The documentation for the C API can be
-found in the main header file.
-
-%package -n libchromaprint-devel
-Summary:        Headers for developing programs that will use %{name} 
-Group:          Development/Libraries
-Requires:       libchromaprint%{?_isa} = %{version}-%{release}
-
-%description -n libchromaprint-devel
-This package contains the headers that programmers will need to develop
-applications which will use %{name}. 
-
-
-%prep
-%setup -q
-
-# examples require ffmpeg, so turn off examples
-%{cmake} -DBUILD_EXAMPLES=off -DBUILD_TESTS=off
-
-
-%build
-make %{?_smp_mflags}
-
-
-%install
-make install DESTDIR=%{buildroot}
-rm  -f %{buildroot}%{_libdir}/lib*.la
-
-
-%post -n libchromaprint -p /sbin/ldconfig
-
-%postun -n libchromaprint -p /sbin/ldconfig
-
-%files -n libchromaprint
-%doc CHANGES.txt COPYING.txt NEWS.txt README.txt
-%{_libdir}/lib*.so.*
-
-%files -n libchromaprint-devel
-%{_includedir}/chromaprint.h
-%{_libdir}/lib*.so
-%{_libdir}/pkgconfig/*.pc
-
-%changelog
-* Mon Sep 16 2013 Ismael Olea <ismael at olea.org> - 1.0-1
-- update to 1.0
-
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Thu Sep 6 2012 Ismael Olea <ismael at olea.org> - 0.7-1
-- update to 0.7
-
-* Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Tue Feb 7 2012 Ismael Olea <ismael at olea.org> - 0.6-4
-- moved the obsoletes python-chromaprint to libchromaprint
-
-* Mon Feb 6 2012 Ismael Olea <ismael at olea.org> - 0.6-3
-- cosmetic SPEC changes
-- obsoleting python-chromaprint (see #786946)
-
-* Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Tue Dec 27 2011 Ismael Olea <ismael at olea.org> - 0.6-1
-- update to 0.6
-- python bindings removed
-- python not a requirment now
-
-* Wed Dec 07 2011 Ismael Olea <ismael at olea.org> - 0.5-4
-- minor spec enhancements
-
-* Mon Dec 05 2011 Ismael Olea <ismael at olea.org> - 0.5-3
-- Macro cleaning at spec
-
-* Thu Nov 18 2011 Ismael Olea <ismael at olea.org> - 0.5-2
-- first version for Fedora
-
-* Thu Nov 10 2011 Ismael Olea <ismael at olea.org> - 0.5-1
-- update to 0.5
-- subpackage for fpcalc 
-
-* Sat Aug 06 2011 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.4-1
-- Initial package
diff --git a/sources b/sources
index 6d0fa6b..e69de29 100644
--- a/sources
+++ b/sources
@@ -1 +0,0 @@
-0b928db88d25099e6aece97fa9fc2335  chromaprint-1.0.tar.gz


More information about the scm-commits mailing list