!3 Update to 0.12.0
From: @zhang__3125 Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
b4ae7d94ef
Binary file not shown.
BIN
gupnp-dlna-0.12.0.tar.xz
Normal file
BIN
gupnp-dlna-0.12.0.tar.xz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user