From be21935feb77ba0887b6fde41bc64438f17f1a23 Mon Sep 17 00:00:00 2001 From: Ismael Olea Date: Dec 27 2011 19:47:58 +0000 Subject: Updating to 0.6 --- diff --git a/.gitignore b/.gitignore index 488a56f..a3951fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /chromaprint-0.5.tar.gz +/chromaprint-0.6.tar.gz diff --git a/chromaprint.spec b/chromaprint.spec index 815b23d..a981082 100644 --- a/chromaprint.spec +++ b/chromaprint.spec @@ -1,6 +1,6 @@ Name: chromaprint -Version: 0.5 -Release: 4%{?dist} +Version: 0.6 +Release: 1%{?dist} Summary: Library implementing the AcoustID fingerprinting Group: System Environment/Libraries @@ -12,7 +12,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake BuildRequires: fftw-devel >= 3 -BuildRequires: python %description Chromaprint library is the core component of the AcoustID project. It's a @@ -47,14 +46,7 @@ Requires: pkgconfig This package contains the headers that programmers will need to develop applications which will use %{name}. -%package -n python-chromaprint -Summary: Python module for %{name} -Group: Development/Libraries -License: MIT - Requires: libchromaprint%{?_isa} = %{version}-%{release} -%description -n python-chromaprint -This package contains the python module to use %{name}. %prep %setup -q @@ -65,19 +57,11 @@ This package contains the python module to use %{name}. %build make %{?_smp_mflags} -cd python -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build -cd .. - - %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} -cd python -%{__python} setup.py install -O1 --skip-build --root=%{buildroot} -cd .. rm -f %{buildroot}%{_libdir}/lib*.la @@ -100,14 +84,12 @@ rm -rf %{buildroot} %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc -# MIT licensed -%files -n python-chromaprint -%doc python/examples python/LICENSE -%{python_sitelib}/chromaprint -%{python_sitelib}/*.egg-info - - %changelog +* Tue Dec 27 2011 Ismael Olea - 0.6-1 +- update to 0.6 +- python bindings removed +- python not a requirment now + * Wed Dec 07 2011 Ismael Olea - 0.5-4 - minor spec enhancements diff --git a/sources b/sources index 7455ac6..238030a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59c7b54b7d0b814a0cee593c8ef1d5fd chromaprint-0.5.tar.gz +6b5a4f2685395e68d8abc40d1c2a8785 chromaprint-0.6.tar.gz