From 2384005b6962226f8d395aafe122fe39d0ba4973 Mon Sep 17 00:00:00 2001 From: songnannan Date: Wed, 15 Jan 2020 15:38:53 +0800 Subject: [PATCH] optimization the spec --- libnice.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libnice.spec b/libnice.spec index 55dcf1e..2505696 100644 --- a/libnice.spec +++ b/libnice.spec @@ -1,6 +1,6 @@ Name: libnice Version: 0.1.14 -Release: 9 +Release: 10 Summary: An implementation of ICE standard License: LGPLv2 and MPLv1.1 URL: https://nice.freedesktop.org/wiki/ @@ -12,7 +12,7 @@ Patch0004: libnice-0.1.14-turn-verify.patch BuildRequires: autoconf automake glib2-devel gnutls-devel >= 2.12.0 BuildRequires: gobject-introspection-devel gstreamer1-devel >= 0.11.91 -BuildRequires: gstreamer1-plugins-base-devel >= 0.11.91 gupnp-igd-devel >= 0.1.2 +BuildRequires: gstreamer1-plugins-base-devel >= 0.11.91 %description Libnice is an implementation of the IETF's Interactive Connectivity @@ -77,5 +77,11 @@ make check %{_datadir}/{gtk-doc/html/libnice/,gir-1.0/Nice-0.1.gir} %changelog +* Wed Jan 15 2020 openEuler Buildteam - 0.1.14-10 +- Type:enhancement +- Id:NA +- SUG:NA +- DESC:optimization the spec + * Fri Oct 25 2019 yanzhihua - 0.1.14-9 - Package init -- Gitee