3
0
forked from pool/libcap-ng

replace license with spdx.org variant

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap-ng?expand=0&rev=16
This commit is contained in:
Stephan Kulow 2011-12-06 17:22:50 +00:00 committed by Git OBS Bridge
parent 64783b2084
commit f33fe03022

View File

@ -26,7 +26,7 @@ Version: 0.6.6
Release: 1
%define soname 0
%define rname libcap-ng
License: LGPLv2+
License: LGPL-2.1+
Group: System/Libraries
Url: http://people.redhat.com/sgrubb/libcap-ng
# http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-%{version}.tar.gz
@ -46,7 +46,7 @@ Libcap-ng is a library that makes using posix capabilities easier
%package -n %{name}%{soname}
Summary: An alternate POSIX capabilities library
License: LGPLv2+
License: LGPL-2.1+
Group: System/Libraries
%description -n %{name}%{soname}
@ -55,7 +55,7 @@ Libcap-ng is a library that makes using posix capabilities easier
%package devel
Summary: Header files for libcap-ng library
License: LGPLv2+
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Requires: kernel-headers >= 2.6.11
Requires: %{name}%{soname} = %{version}
@ -68,7 +68,7 @@ applications that need to use the libcap-ng library.
%package utils
Summary: Utilities for analysing and setting file capabilities
License: GPLv2+
License: GPL-2.0+
Group: System/Base
%description utils
@ -80,7 +80,7 @@ lets you set the file system based capabilities.
%package -n python-capng
Summary: Python bindings for libcap-ng library
License: LGPLv2+
License: LGPL-2.1+
Group: Development/Libraries/Python
BuildRequires: python-devel swig
Requires: %{rname}%{soname} = %{version}