chromaprint/chromaprint.spec

149 lines
4.8 KiB
RPMSpec
Raw Normal View History

2011-12-08 11:43:00 +00:00
Name: chromaprint
2015-03-17 18:18:01 +00:00
Version: 1.2
Release: 6%{?dist}
2011-12-08 11:43:00 +00:00
Summary: Library implementing the AcoustID fingerprinting
Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.acoustid.org/chromaprint/
2013-09-16 19:45:56 +00:00
Source: https://bitbucket.org/acoustid/%{name}/downloads/%{name}-%{version}.tar.gz
2011-12-08 11:43:00 +00:00
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.
2011-12-08 11:43:00 +00:00
%package -n libchromaprint
Summary: Library implementing the AcoustID fingerprinting
Group: System Environment/Libraries
Obsoletes: python-chromaprint < 0.6-3
2011-12-08 11:43:00 +00:00
%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.
2011-12-08 11:43:00 +00:00
%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
2011-12-08 11:43:00 +00:00
%build
make %{?_smp_mflags}
%install
2011-12-08 11:43:00 +00:00
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
2015-03-17 18:18:01 +00:00
%doc COPYING.txt NEWS.txt README.md
2011-12-08 11:43:00 +00:00
%{_libdir}/lib*.so.*
%files -n libchromaprint-devel
%{_includedir}/chromaprint.h
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%changelog
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-05-02 10:57:19 +00:00
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.2-2
- Rebuilt for GCC 5 C++11 ABI change
2015-03-17 18:18:01 +00:00
* Tue Mar 17 2015 Ismael Olea <ismael@olea.org> - 1.2-1
- update to 1.2
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sat Nov 23 2013 Ismael Olea <ismael@olea.org> - 1.1-1
- update to 1.1
- CHANGES.txt file removed in upstream
2013-09-16 19:45:56 +00:00
* Mon Sep 16 2013 Ismael Olea <ismael@olea.org> - 1.0-1
- update to 1.0
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@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@lists.fedoraproject.org> - 0.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2012-09-06 15:36:05 +00:00
* Thu Sep 6 2012 Ismael Olea <ismael@olea.org> - 0.7-1
- update to 0.7
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Feb 7 2012 Ismael Olea <ismael@olea.org> - 0.6-4
- moved the obsoletes python-chromaprint to libchromaprint
* Mon Feb 6 2012 Ismael Olea <ismael@olea.org> - 0.6-3
- cosmetic SPEC changes
- obsoleting python-chromaprint (see #786946)
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-12-27 19:47:58 +00:00
* Tue Dec 27 2011 Ismael Olea <ismael@olea.org> - 0.6-1
- update to 0.6
- python bindings removed
- python not a requirment now
2011-12-08 11:43:00 +00:00
* Wed Dec 07 2011 Ismael Olea <ismael@olea.org> - 0.5-4
- minor spec enhancements
* Mon Dec 05 2011 Ismael Olea <ismael@olea.org> - 0.5-3
- Macro cleaning at spec
2015-03-17 18:18:01 +00:00
* Fri Nov 18 2011 Ismael Olea <ismael@olea.org> - 0.5-2
2011-12-08 11:43:00 +00:00
- first version for Fedora
* Thu Nov 10 2011 Ismael Olea <ismael@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