diff --git a/gupnp-dlna-0.10.5.tar.xz b/gupnp-dlna-0.10.5.tar.xz deleted file mode 100644 index 5c55641..0000000 Binary files a/gupnp-dlna-0.10.5.tar.xz and /dev/null differ diff --git a/gupnp-dlna-0.12.0.tar.xz b/gupnp-dlna-0.12.0.tar.xz new file mode 100644 index 0000000..c8a3e76 Binary files /dev/null and b/gupnp-dlna-0.12.0.tar.xz differ diff --git a/gupnp-dlna.spec b/gupnp-dlna.spec index c05b707..74ecdc8 100644 --- a/gupnp-dlna.spec +++ b/gupnp-dlna.spec @@ -1,12 +1,13 @@ Name: gupnp-dlna -Version: 0.10.5 -Release: 10 +Version: 0.12.0 +Release: 1 Summary: A collection of helpers applications for building UPnP AV License: LGPLv2+ URL: http://www.gupnp.org/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.10/gupnp-dlna-%{version}.tar.xz -BuildRequires: glib2-devel gobject-introspection-devel >= 1.36 gssdp-devel gstreamer1-plugins-base-devel -BuildRequires: gupnp-devel gupnp-av-devel libxml2-devel vala gtk-doc gstreamer1-devel +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.12/%{name}-%{version}.tar.xz + +BuildRequires: glib2-devel gobject-introspection-devel gssdp-devel gstreamer1-plugins-base-devel +BuildRequires: gupnp-devel gupnp-av-devel libxml2-devel vala gtk-doc gstreamer1-devel meson %description GUPnP is an open source framework for creating general-purpose plug-and-play devices @@ -36,15 +37,15 @@ Provides the developer documentation for gupnp-dlna. %autosetup -n gupnp-dlna-%{version} -p1 %build -%configure --disable-static -%make_build V=1 +%meson -Dgtk_doc=true +%meson_build %install -%make_install +%meson_install %delete_la %check -make check +%meson_test %post /sbin/ldconfig @@ -59,7 +60,6 @@ make check %{_libdir}/girepository-1.0/{GUPnPDLNA-2.0.typelib,GUPnPDLNAGst-2.0.typelib} %{_datadir}/gupnp-dlna-2.0/ - %files devel %{_libdir}/lib*.so %{_libdir}/pkgconfig/{gupnp-dlna-2.0.pc,gupnp-dlna-gst-2.0.pc,gupnp-dlna-metadata-2.0.pc} @@ -72,5 +72,8 @@ make check %{_datadir}/gtk-doc/html/{gupnp-dlna,gupnp-dlna-gst,gupnp-dlna-metadata} %changelog +* Mon Mar 28 2022 lin zhang - 0.12.0-1 +- Update to 0.12.0 + * Thu Apr 16 2020 yaokai - 0.10.5-10 - Package init