!9 Upgrade 1.4.0.1

From: @cherry530 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-05-31 03:15:20 +00:00 committed by Gitee
commit 1f2795ba8d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 4 deletions

Binary file not shown.

BIN
gssdp-1.4.0.1.tar.xz Normal file

Binary file not shown.

View File

@ -1,13 +1,14 @@
Name: gssdp Name: gssdp
Version: 1.2.3 Version: 1.4.0.1
Release: 1 Release: 1
Summary: Resource discovery and announcement over SSDP Summary: Resource discovery and announcement over SSDP
License: LGPLv2+ License: LGPLv2+
URL: http://www.gupnp.org/ URL: http://www.gupnp.org/
Source0: http://download.gnome.org/sources/gssdp/1.2/gssdp-%{version}.tar.xz Source0: http://download.gnome.org/sources/gssdp/1.4/gssdp-%{version}.tar.xz
BuildRequires: chrpath gtk-doc pkgconfig vala >= 0.20 gobject-introspection-devel >= 1.36 meson BuildRequires: chrpath gtk-doc pkgconfig vala >= 0.20 gobject-introspection-devel >= 1.36 meson
BuildRequires: dbus-glib-devel GConf2-devel glib2-devel gtk3-devel libsoup-devel libxml2-devel BuildRequires: dbus-glib-devel GConf2-devel glib2-devel gtk3-devel libsoup-devel libxml2-devel
BuildRequires: gtk4-devel gi-docgen glib2-devel
Requires: dbus Requires: dbus
Provides: gssdp-utils Provides: gssdp-utils
@ -54,7 +55,8 @@ chrpath --delete %{buildroot}%{_bindir}/gssdp-device-sniffer
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%doc COPYING AUTHORS README NEWS %license COPYING
%doc AUTHORS NEWS README.md
%{_libdir}/libgssdp-1.2.so.* %{_libdir}/libgssdp-1.2.so.*
%{_libdir}/girepository-1.0/GSSDP-1.2.typelib %{_libdir}/girepository-1.0/GSSDP-1.2.typelib
%{_bindir}/gssdp-device-sniffer %{_bindir}/gssdp-device-sniffer
@ -67,9 +69,12 @@ chrpath --delete %{buildroot}%{_bindir}/gssdp-device-sniffer
%{_datadir}/vala/vapi/gssdp* %{_datadir}/vala/vapi/gssdp*
%files help %files help
%{_datadir}/gtk-doc/html/gssdp %{_datadir}/doc/gssdp-1.2/
%changelog %changelog
* Fri May 27 2022 xu_ping <xuping33@h-partners.com> - 1.4.0.1-1
- Upgrade 1.4.0.1
* Mon Jun 7 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.2.3-1 * Mon Jun 7 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.2.3-1
- Upgrade to 1.2.3 - Upgrade to 1.2.3
- Update Version, Release, Source0, BuildRequires - Update Version, Release, Source0, BuildRequires