!5 [sync] PR-3: Update to 0.14.0
From: @openeuler-sync-bot Reviewed-by: @licihua Signed-off-by: @licihua
This commit is contained in:
commit
b375493a44
Binary file not shown.
BIN
gupnp-av-0.14.0.tar.xz
Normal file
BIN
gupnp-av-0.14.0.tar.xz
Normal file
Binary file not shown.
@ -1,12 +1,13 @@
|
|||||||
Name: gupnp-av
|
Name: gupnp-av
|
||||||
Version: 0.12.11
|
Version: 0.14.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A small utility library that aims to ease the handing and implimation of UPnP AV.
|
Summary: A small utility library that aims to ease the handing and implimation of UPnP AV.
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gupnp.org/
|
URL: http://www.gupnp.org/
|
||||||
Source0: http://download.gnome.org/sources/gupnp-av/0.12/gupnp-av-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gupnp-av/0.14/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: glib2-devel gtk-doc gobject-introspection-devel >= 1.36.0 libxml2-devel
|
|
||||||
BuildRequires: libsoup-devel vala
|
BuildRequires: glib2-devel gtk-doc gobject-introspection-devel libxml2-devel
|
||||||
|
BuildRequires: libsoup-devel vala meson
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GUPnP is an object-oriented open source framework for creating UPnP
|
GUPnP is an object-oriented open source framework for creating UPnP
|
||||||
@ -18,58 +19,56 @@ applications using GUPnP.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development package for gupnp-av
|
Summary: Development package for gupnp-av
|
||||||
Requires: gupnp-av = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Files for development with gupnp-av.
|
Files for development with %{name}.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Documentation files for gupnp-av
|
Summary: Documentation files for gupnp-av
|
||||||
Requires: gupnp-av = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Provides: gupnp-av-docs = %{version}-%{release}
|
Provides: gupnp-av-docs = %{version}-%{release}
|
||||||
Obsoletes: gupnp-av-docs < %{version}-%{release}
|
Obsoletes: gupnp-av-docs < %{version}-%{release}
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
This package contains developer documentation for gupnp-av.
|
This package contains developer documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n gupnp-av-%{version} -p1
|
%autosetup -n %{name}-%{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 %{?_smp_mflags} V=1
|
%meson_test
|
||||||
|
|
||||||
%post
|
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun
|
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING README
|
%license COPYING
|
||||||
%{_libdir}/libgupnp-av-1.0.so.*
|
%{_libdir}/libgupnp-av-1.0.so.*
|
||||||
%{_libdir}/girepository-1.0/GUPnPAV-1.0.typelib
|
%{_libdir}/girepository-1.0/GUPnPAV-1.0.typelib
|
||||||
%{_datadir}/gupnp-av
|
%{_datadir}/gupnp-av/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/gupnp-av-1.0
|
%{_includedir}/gupnp-av-1.0/
|
||||||
%{_libdir}/pkgconfig/gupnp-av-1.0.pc
|
%{_libdir}/pkgconfig/gupnp-av-1.0.pc
|
||||||
%{_libdir}/libgupnp-av-1.0.so
|
%{_libdir}/libgupnp-av-1.0.so
|
||||||
%{_datadir}/gir-1.0/GUPnPAV-1.0.gir
|
%{_datadir}/gir-1.0/GUPnPAV-1.0.gir
|
||||||
%{_datadir}/vala/vapi/gupnp-av*
|
%{_datadir}/vala/vapi/gupnp-av*
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_datadir}/gtk-doc/html/gupnp-av
|
%doc AUTHORS README.md
|
||||||
|
%{_datadir}/gtk-doc/html/gupnp-av/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.14.0-1
|
||||||
|
- Update to 0.14.0
|
||||||
|
|
||||||
* Mon Jun 7 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.12.11-1
|
* Mon Jun 7 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.12.11-1
|
||||||
- Upgrade to 0.12.11
|
- Upgrade to 0.12.11
|
||||||
- Update Version, Release
|
- Update Version, Release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user