diff --git a/gupnp-av-0.12.11.tar.xz b/gupnp-av-0.12.11.tar.xz deleted file mode 100644 index 69800e7d61f09420e6b5c23a6a528c7b01cf5456..0000000000000000000000000000000000000000 Binary files a/gupnp-av-0.12.11.tar.xz and /dev/null differ diff --git a/gupnp-av-0.14.0.tar.xz b/gupnp-av-0.14.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..9fc489c0fae8e6deae69a9c6d8beb7ecf30bdff4 Binary files /dev/null and b/gupnp-av-0.14.0.tar.xz differ diff --git a/gupnp-av.spec b/gupnp-av.spec index e077e988e52d22e323e30506ba94c0fa0607a192..f87a66a45c2b87934b56812752000d02dc6c5fa6 100644 --- a/gupnp-av.spec +++ b/gupnp-av.spec @@ -1,12 +1,13 @@ Name: gupnp-av -Version: 0.12.11 +Version: 0.14.0 Release: 1 Summary: A small utility library that aims to ease the handing and implimation of UPnP AV. License: LGPLv2+ URL: http://www.gupnp.org/ -Source0: http://download.gnome.org/sources/gupnp-av/0.12/gupnp-av-%{version}.tar.xz -BuildRequires: glib2-devel gtk-doc gobject-introspection-devel >= 1.36.0 libxml2-devel -BuildRequires: libsoup-devel vala +Source0: http://download.gnome.org/sources/gupnp-av/0.14/%{name}-%{version}.tar.xz + +BuildRequires: glib2-devel gtk-doc gobject-introspection-devel libxml2-devel +BuildRequires: libsoup-devel vala meson %description GUPnP is an object-oriented open source framework for creating UPnP @@ -18,58 +19,56 @@ applications using GUPnP. %package devel Summary: Development package for gupnp-av -Requires: gupnp-av = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %description devel -Files for development with gupnp-av. +Files for development with %{name}. %package help Summary: Documentation files for gupnp-av -Requires: gupnp-av = %{version}-%{release} +Requires: %{name} = %{version}-%{release} BuildArch: noarch Provides: gupnp-av-docs = %{version}-%{release} Obsoletes: gupnp-av-docs < %{version}-%{release} %description help -This package contains developer documentation for gupnp-av. +This package contains developer documentation for %{name}. %prep -%autosetup -n gupnp-av-%{version} -p1 +%autosetup -n %{name}-%{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 %{?_smp_mflags} V=1 - -%post -/sbin/ldconfig - -%postun -/sbin/ldconfig +%meson_test %files -%doc AUTHORS COPYING README +%license COPYING %{_libdir}/libgupnp-av-1.0.so.* %{_libdir}/girepository-1.0/GUPnPAV-1.0.typelib -%{_datadir}/gupnp-av +%{_datadir}/gupnp-av/ %files devel -%{_includedir}/gupnp-av-1.0 +%{_includedir}/gupnp-av-1.0/ %{_libdir}/pkgconfig/gupnp-av-1.0.pc %{_libdir}/libgupnp-av-1.0.so %{_datadir}/gir-1.0/GUPnPAV-1.0.gir %{_datadir}/vala/vapi/gupnp-av* %files help -%{_datadir}/gtk-doc/html/gupnp-av +%doc AUTHORS README.md +%{_datadir}/gtk-doc/html/gupnp-av/ %changelog +* Mon Mar 28 2022 lin zhang - 0.14.0-1 +- Update to 0.14.0 + * Mon Jun 7 2021 weijin deng - 0.12.11-1 - Upgrade to 0.12.11 - Update Version, Release