replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/augeas?expand=0&rev=21
This commit is contained in:
parent
a244b7ecb0
commit
4e92280b80
10
augeas.spec
10
augeas.spec
@ -22,7 +22,7 @@ Version: 0.9.0
|
|||||||
Release: 1
|
Release: 1
|
||||||
Summary: A library for changing configuration files
|
Summary: A library for changing configuration files
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: GPLv3+ ; LGPLv2.1+
|
License: GPL-3.0+ ; LGPL-2.1+
|
||||||
Url: http://augeas.net/
|
Url: http://augeas.net/
|
||||||
Source0: http://augeas.net/download/augeas-%{version}.tar.gz
|
Source0: http://augeas.net/download/augeas-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
@ -43,7 +43,7 @@ file format and the transformation into a tree.
|
|||||||
%define __shrlibname lib%{name}0
|
%define __shrlibname lib%{name}0
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPLv3+ ; LGPLv2.1+
|
License: GPL-3.0+ ; LGPL-2.1+
|
||||||
Summary: A library for changing configuration files
|
Summary: A library for changing configuration files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{__shrlibname} = %{version}
|
Requires: %{__shrlibname} = %{version}
|
||||||
@ -59,7 +59,7 @@ details. It is controlled by ``lens'' definitions that describe the
|
|||||||
file format and the transformation into a tree.
|
file format and the transformation into a tree.
|
||||||
|
|
||||||
%package -n %{__shrlibname}
|
%package -n %{__shrlibname}
|
||||||
License: GPLv3+ ; LGPLv2.1+
|
License: GPL-3.0+ ; LGPL-2.1+
|
||||||
Summary: A library for changing configuration files
|
Summary: A library for changing configuration files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Recommends: %{name}-lenses = %{version}
|
Recommends: %{name}-lenses = %{version}
|
||||||
@ -75,7 +75,7 @@ details. It is controlled by ``lens'' definitions that describe the
|
|||||||
file format and the transformation into a tree.
|
file format and the transformation into a tree.
|
||||||
|
|
||||||
%package lenses
|
%package lenses
|
||||||
License: GPLv3+ ; LGPLv2.1+
|
License: GPL-3.0+ ; LGPL-2.1+
|
||||||
Summary: Official set of lenses for use by %{__shrlibname}
|
Summary: Official set of lenses for use by %{__shrlibname}
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: %{__shrlibname} = %{version}
|
Requires: %{__shrlibname} = %{version}
|
||||||
@ -89,7 +89,7 @@ mapping of its contents into a tree. This package includes the official
|
|||||||
set of lenses.
|
set of lenses.
|
||||||
|
|
||||||
%package lense-tests
|
%package lense-tests
|
||||||
License: GPLv3+ ; LGPLv2.1+
|
License: GPL-3.0+ ; LGPL-2.1+
|
||||||
Summary: Set of tests for official Augeas lenses
|
Summary: Set of tests for official Augeas lenses
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: %{name}-lenses = %{version}
|
Requires: %{name}-lenses = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user