Accepting request 545567 from home:jkraehemann
- fixed license to be LGPL-2.1 only - added missing licenses GPL-2.0 and GPL-2.0+ - replaced build dependencies by pkgconfig call OBS-URL: https://build.opensuse.org/request/show/545567 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libinstpatch?expand=0&rev=5
This commit is contained in:
parent
aa7a108bb0
commit
a09bb20bbd
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 17:48:26 UTC 2017 - jkraehemann@gmail.com
|
||||
|
||||
- fixed license to be LGPL-2.1 only
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 08:27:45 UTC 2017 - jkraehemann@gmail.com
|
||||
|
||||
- added missing licenses GPL-2.0 and GPL-2.0+
|
||||
- replaced build dependencies by pkgconfig call
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 01:14:09 UTC 2017 - jkraehemann@gmail.com
|
||||
|
||||
|
@ -20,7 +20,7 @@ Name: libinstpatch
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: MIDI instrument patch library
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1 AND GPL-2.0 AND GPL-2.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://www.swamiproject.org/
|
||||
# Fetch source via
|
||||
@ -31,8 +31,9 @@ Source1: libinstpatch-snapshot.sh
|
||||
# .pc file fixes. Patch sent upstream via their mailing list
|
||||
Patch0: libinstpatch-cmake-fixes.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(sndfile)
|
||||
|
||||
%description
|
||||
libInstPatch is a library for processing digital sample based MIDI
|
||||
@ -54,9 +55,7 @@ This package contains the library of %{name}.
|
||||
%package devel
|
||||
Summary: Development package for %{name}
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: glib2-devel
|
||||
Requires: libinstpatch-1_0-0 = %{version}
|
||||
Requires: libsndfile-devel
|
||||
|
||||
%description devel
|
||||
This package includes the header files for %{name}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user