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=15
This commit is contained in:
parent
4563ef0a04
commit
64783b2084
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user