Accepting request 99950 from devel:openSUSE:Factory:for-legal-lhf
patching license field to be in spdx.org format, for legal team to review before forward OBS-URL: https://build.opensuse.org/request/show/99950 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=30
This commit is contained in:
parent
4137a4aebc
commit
da5e386c5a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 11:30:43 UTC 2012 - coolo@suse.com
|
||||
|
||||
- change license to be in spdx.org format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 8 11:01:56 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
23
libnice.spec
23
libnice.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnice
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,14 +15,9 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libnice
|
||||
Version: 0.1.1
|
||||
Release: 1
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
Release: 0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} > 1030
|
||||
BuildRequires: gstreamer-0_10-devel
|
||||
@ -34,6 +29,8 @@ BuildRequires: libgupnp-igd-devel
|
||||
Url: http://nice.freedesktop.org/
|
||||
Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||
Summary: Interactive Connectivity Establishment implementation
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
|
||||
%description
|
||||
libnice is an implementation of the IETF's draft Interactive
|
||||
@ -42,9 +39,9 @@ Connectivity Establishment standard (ICE).
|
||||
|
||||
|
||||
%package -n libnice10
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
Summary: Interactive Connectivity Establishment implementation
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Recommends: gstreamer-0_10-libnice
|
||||
|
||||
%description -n libnice10
|
||||
@ -54,9 +51,9 @@ Connectivity Establishment standard (ICE).
|
||||
|
||||
|
||||
%package -n gstreamer-0_10-libnice
|
||||
License: LGPLv2.1+ ; MPL ..
|
||||
Group: System/Libraries
|
||||
Summary: Interactive Connectivity Establishment implementation - GStreamer plug-in
|
||||
License: LGPL-2.1+ ; MPL-1.1
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n gstreamer-0_10-libnice
|
||||
libnice is an implementation of the IETF's draft Interactive
|
||||
@ -65,9 +62,9 @@ Connectivity Establishment standard (ICE).
|
||||
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Interactive Connectivity Establishment implementation - development files
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libnice10 = %{version}
|
||||
Provides: libnice-doc = %{version}
|
||||
Obsoletes: libnice-doc < %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user