!3 Update to 0.12.0

From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-04-14 01:52:46 +00:00 committed by Gitee
commit b4ae7d94ef
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 13 additions and 10 deletions

Binary file not shown.

BIN
gupnp-dlna-0.12.0.tar.xz Normal file

Binary file not shown.

View File

@ -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 <lin.zhang@turbolinux.com.cn> - 0.12.0-1
- Update to 0.12.0
* Thu Apr 16 2020 yaokai<yaokai13@huawei.com> - 0.10.5-10
- Package init