Tweak previous sub
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-av?expand=0&rev=71
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 12:19:02 UTC 2023 - David Anes <david.anes@suse.com>
|
||||
|
||||
- Add support for libxml 2.11.0+
|
||||
+ Add patch "gupnp-av-libxml2.11-support.patch"
|
||||
- Add patch "gupnp-av-libxml2.11-support.patch": Use xmlReadMemory
|
||||
instead of xmlRecoverMemory, as it's been deprecated in libxml2
|
||||
2.11.0.
|
||||
- Use autosetup and ldconfig_scriptlets macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 11:29:39 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
@@ -24,7 +24,7 @@ License: LGPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://www.gupnp.org/
|
||||
Source: https://download.gnome.org/sources/gupnp-av/0.14/%{name}-%{version}.tar.xz
|
||||
# Patch sent upstream: https://gitlab.gnome.org/GNOME/gupnp-av/-/issues/10
|
||||
# PATCH-FIX-UPSTREAM gupnp-av-libxml2.11-support.patch david.anes@suse.com -- use xmlReadMemory instead of xmlRecoverMemory
|
||||
Patch0: gupnp-av-libxml2.11-support.patch
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
@@ -69,8 +69,7 @@ GUPnP A/V is a small utility library that aims to ease the handling and
|
||||
implementation of UPnP A/V profiles.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autopatch -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
@@ -82,8 +81,7 @@ implementation of UPnP A/V profiles.
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%post -n libgupnp-av-1_0-3 -p /sbin/ldconfig
|
||||
%postun -n libgupnp-av-1_0-3 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libgupnp-av-1_0-3
|
||||
|
||||
%files
|
||||
%{_datadir}/gupnp-av/
|
||||
|
Reference in New Issue
Block a user