!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
|
Name: gupnp-dlna
|
||||||
Version: 0.10.5
|
Version: 0.12.0
|
||||||
Release: 10
|
Release: 1
|
||||||
Summary: A collection of helpers applications for building UPnP AV
|
Summary: A collection of helpers applications for building UPnP AV
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gupnp.org/
|
URL: http://www.gupnp.org/
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.10/gupnp-dlna-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.12/%{name}-%{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
|
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
|
%description
|
||||||
GUPnP is an open source framework for creating general-purpose plug-and-play devices
|
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
|
%autosetup -n gupnp-dlna-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%meson -Dgtk_doc=true
|
||||||
%make_build V=1
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
%meson_test
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
@ -59,7 +60,6 @@ make check
|
|||||||
%{_libdir}/girepository-1.0/{GUPnPDLNA-2.0.typelib,GUPnPDLNAGst-2.0.typelib}
|
%{_libdir}/girepository-1.0/{GUPnPDLNA-2.0.typelib,GUPnPDLNAGst-2.0.typelib}
|
||||||
%{_datadir}/gupnp-dlna-2.0/
|
%{_datadir}/gupnp-dlna-2.0/
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/{gupnp-dlna-2.0.pc,gupnp-dlna-gst-2.0.pc,gupnp-dlna-metadata-2.0.pc}
|
%{_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}
|
%{_datadir}/gtk-doc/html/{gupnp-dlna,gupnp-dlna-gst,gupnp-dlna-metadata}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 16 2020 yaokai<yaokai13@huawei.com> - 0.10.5-10
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user