From 33efc6f77d2f6c72e8231e21e1548f902cc19a0015cd8b0f8925fff9a5755b58 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 27 Sep 2021 06:25:22 +0000 Subject: [PATCH] Accepting request 920963 from GNOME:Next Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/920963 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-dlna?expand=0&rev=51 --- gupnp-dlna-0.10.5.tar.xz | 3 --- gupnp-dlna-0.12.0.tar.xz | 3 +++ gupnp-dlna.changes | 16 ++++++++++++++ gupnp-dlna.spec | 47 +++++++++++++++++++++------------------- 4 files changed, 44 insertions(+), 25 deletions(-) delete mode 100644 gupnp-dlna-0.10.5.tar.xz create mode 100644 gupnp-dlna-0.12.0.tar.xz diff --git a/gupnp-dlna-0.10.5.tar.xz b/gupnp-dlna-0.10.5.tar.xz deleted file mode 100644 index b8d2326..0000000 --- a/gupnp-dlna-0.10.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:123e368227c11d5c17fc1aa76cbdaffa345355eb51d172cd39fc74a5b468ff6a -size 329468 diff --git a/gupnp-dlna-0.12.0.tar.xz b/gupnp-dlna-0.12.0.tar.xz new file mode 100644 index 0000000..3dbd6f8 --- /dev/null +++ b/gupnp-dlna-0.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d53b96f85bc5628d33e367ec9bf2adb38ef2b34d7ad0434a6ba0cf4ad9048e6 +size 89480 diff --git a/gupnp-dlna.changes b/gupnp-dlna.changes index 241fcf7..9f3b0fe 100644 --- a/gupnp-dlna.changes +++ b/gupnp-dlna.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Sep 20 11:56:14 UTC 2021 - Dominique Leuenberger + +- Update to version 0.12.0: + + Re-tag of 0.11 as 0.12. No functional change +- Changes from version 0.11.0: + + Drop GStreamer 0.10 back-end + + Drop old compatibility code + + Add meson support + + Port to more modern GObject +- Switch to meson build system: + + Add meson BuildRequires. + + Replace configure/make/make_install macros with respective + meson/meson_build/meson_install. +- Enable test suite: add meson_test to check section. + ------------------------------------------------------------------- Wed Feb 28 16:33:11 UTC 2018 - dimstar@opensuse.org diff --git a/gupnp-dlna.spec b/gupnp-dlna.spec index e2b3605..f22c9aa 100644 --- a/gupnp-dlna.spec +++ b/gupnp-dlna.spec @@ -1,7 +1,7 @@ # # spec file for package gupnp-dlna # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,19 @@ # 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/ # Name: gupnp-dlna -Version: 0.10.5 +Version: 0.12.0 Release: 0 Summary: A collection of helpers for building DLNA applications License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: http://www.gupnp.org/ -Source: http://download.gnome.org/sources/gupnp-dlna/0.10/%{name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/gupnp-dlna/0.12/%{name}-%{version}.tar.xz +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(gmodule-2.0) @@ -33,17 +34,20 @@ BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-pbutils-1.0) BuildRequires: pkgconfig(libxml-2.0) >= 2.5.0 BuildRequires: pkgconfig(vapigen) +# libgupnp-dlna-2_0-3 violated shared library packaging policy +Conflicts: libgupnp-dlna-2_0-3 %description GUPnP-DLNA is a collection of helpers for building DLNA media sharing applications using GUPnP. -%package -n libgupnp-dlna-2_0-3 +%package -n libgupnp-dlna-2_0-4 Summary: A collection of helpers for building DLNA applications Group: System/Libraries +Requires: %{name} => %{version} Requires: libgupnp-dlna-backend >= %{version} -%description -n libgupnp-dlna-2_0-3 +%description -n libgupnp-dlna-2_0-4 GUPnP-DLNA is a collection of helpers for building DLNA media sharing applications using GUPnP. @@ -81,7 +85,7 @@ This package provides the GObject Introspection bindings for GUPnP-DLNA. %package -n libgupnp-dlna-devel Summary: A collection of helpers for building DLNA applications - Development Files Group: Development/Libraries/C and C++ -Requires: libgupnp-dlna-2_0-3 = %{version} +Requires: libgupnp-dlna-2_0-4 = %{version} Requires: typelib-1_0-GUPnPDLNA-2_0 = %{version} Requires: typelib-1_0-GUPnPDLNAGst-2_0 = %{version} @@ -101,24 +105,26 @@ applications using GUPnP. %setup -q %build -%configure \ - --disable-static -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print +%meson_install -%post -n libgupnp-dlna-2_0-3 -p /sbin/ldconfig -%postun -n libgupnp-dlna-2_0-3 -p /sbin/ldconfig +%check +%meson_test -%files -n libgupnp-dlna-2_0-3 -%license COPYING -%doc AUTHORS README TODO -# This directory contains DLNA profiles, needed by the library +%post -n libgupnp-dlna-2_0-4 -p /sbin/ldconfig +%postun -n libgupnp-dlna-2_0-4 -p /sbin/ldconfig + +%files %{_datadir}/%{name}-2.0/ + +%files -n libgupnp-dlna-2_0-4 +%license COPYING +%doc AUTHORS TODO %dir %{_libdir}/gupnp-dlna -%{_libdir}/lib*.so.3* +%{_libdir}/lib*.so.4* %files -n libgupnp-dlna-backend-gstreamer %{_libdir}/gupnp-dlna/libgstreamer.so @@ -139,9 +145,6 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_datadir}/gir-1.0/GUPnPDLNAGst-2.0.gir %dir %{_datadir}/vala/vapi/ %{_datadir}/vala/vapi/* -%doc %{_datadir}/gtk-doc/html/%{name}/ -%doc %{_datadir}/gtk-doc/html/%{name}-gst/ -%doc %{_datadir}/gtk-doc/html/%{name}-metadata/ %files -n gupnp-dlna-tools %{_bindir}/gupnp-dlna-info-2.0