Accepting request 755839 from home:plater
- Add specific version requirement for libserd see boo#1158728 OBS-URL: https://build.opensuse.org/request/show/755839 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=37
This commit is contained in:
parent
5de1aeca15
commit
d703763c72
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 11 11:53:07 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
- Add specific version requirement for libserd see boo#1158728
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 4 06:54:30 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
Wed Dec 4 06:54:30 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
%define sover 0
|
%define sover 0
|
||||||
%define sordversion %(pkg-config --modversion sord-0)
|
%define sordversion %(pkg-config --modversion sord-0)
|
||||||
|
%define serdversion %(pkg-config --modversion serd-0)
|
||||||
Name: lilv
|
Name: lilv
|
||||||
Version: 0.24.6
|
Version: 0.24.6
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -49,8 +50,10 @@ Lilv is a C library to make use of LV2 plugins in applications.
|
|||||||
|
|
||||||
%package -n liblilv-0-%{sover}
|
%package -n liblilv-0-%{sover}
|
||||||
Summary: C library to make use of LV2 plugins
|
Summary: C library to make use of LV2 plugins
|
||||||
# NOTE: This is the only way to ensure that the correct version of sord is installed.
|
# NOTE: This is the only way to ensure that the correct version of sord and serd is installed.
|
||||||
|
# See boo#1158728
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Requires: libserd-0-0 = %{serdversion}
|
||||||
Requires: libsord-0-0 = %{sordversion}
|
Requires: libsord-0-0 = %{sordversion}
|
||||||
|
|
||||||
%description -n liblilv-0-%{sover}
|
%description -n liblilv-0-%{sover}
|
||||||
|
Loading…
Reference in New Issue
Block a user