replace license with spdx.org variant

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit?expand=0&rev=27
This commit is contained in:
Stephan Kulow 2011-12-06 17:52:22 +00:00 committed by Git OBS Bridge
parent f855251443
commit 99ad4eaff8

View File

@ -21,7 +21,7 @@ Name: polkit
Summary: PolicyKit Authorization Framework
Version: 0.102
Release: 1
License: LGPLv2.1+
License: LGPL-2.1+
Url: http://www.freedesktop.org/wiki/Software/PolicyKit
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries
@ -57,7 +57,7 @@ It is used for allowing unprivileged processes to speak to privileged
processes.
%package devel
License: LGPLv2.1+
License: LGPL-2.1+
Summary: Development files for PolicyKit
Group: Development/Libraries/C and C++
Requires: %name = %{version}-%{release}
@ -68,7 +68,7 @@ Requires: glib2-devel
Development files for PolicyKit Authorization Framework.
%package doc
License: LGPLv2.1+
License: LGPL-2.1+
Summary: Development documentation for PolicyKit
Group: Development/Libraries/C and C++
%if 0%{?suse_version} >= 1120
@ -79,7 +79,7 @@ BuildArch: noarch
Development documentation for PolicyKit Authorization Framework.
%package -n libpolkit0
License: LGPLv2.1+
License: LGPL-2.1+
Summary: Libraries required for polkit
Group: System/Libraries
Requires: %{name} = %{version}