Accepting request 723238 from multimedia:libs

- Use %license macro
- Remove two BRs that are not directly used

OBS-URL: https://build.opensuse.org/request/show/723238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofa?expand=0&rev=26
factory
Dominique Leuenberger 4 years ago committed by Git OBS Bridge
commit 5e93499651

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 14 08:48:02 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Use %license macro
- Remove two BRs that are not directly used
-------------------------------------------------------------------
Fri Aug 25 13:30:51 UTC 2017 - jengelh@inai.de

@ -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

Loading…
Cancel
Save