|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
#
|
|
|
|
|
# spec file for package libofa
|
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -20,9 +20,9 @@ Name: libofa
|
|
|
|
|
Version: 0.9.3
|
|
|
|
|
Release: 0
|
|
|
|
|
Summary: Open Fingerprint Architecture Library
|
|
|
|
|
License: GPL-2.0+ OR APL-1.0
|
|
|
|
|
License: GPL-2.0-or-later OR APL-1.0
|
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
Url: http://code.google.com/p/musicip-libofa/
|
|
|
|
|
URL: https://code.google.com/p/musicip-libofa/
|
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
Source1: baselibs.conf
|
|
|
|
|
Patch0: libofa-incl.patch
|
|
|
|
@ -38,8 +38,6 @@ BuildRequires: libtool
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: pkgconfig(expat)
|
|
|
|
|
BuildRequires: pkgconfig(fftw3)
|
|
|
|
|
BuildRequires: pkgconfig(fftw3f)
|
|
|
|
|
BuildRequires: pkgconfig(fftw3l)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
MusicDNS and the Open Fingerprint Architecture provide a system for
|
|
|
|
@ -101,7 +99,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|
|
|
|
%{_libdir}/lib*.so.0*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%doc AUTHORS COPYING README
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc AUTHORS README
|
|
|
|
|
%doc examples/*.cpp examples/*.h
|
|
|
|
|
%dir %{_includedir}/ofa1
|
|
|
|
|
%{_includedir}/ofa1/*.h
|
|
|
|
|