forked from pool/libimobiledevice
replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=18
This commit is contained in:
parent
4c2aabb6b7
commit
e0f3451181
@ -22,7 +22,7 @@ Name: libimobiledevice
|
||||
%define _name libimobiledevice2
|
||||
Version: 1.1.1
|
||||
Release: 6
|
||||
License: GPLv2+; LGPLv2.1+
|
||||
License: GPL-2.0+ ; LGPL-2.1+
|
||||
BuildRequires: gcc-c++ glib2-devel libtasn1-devel libxml2-devel sed
|
||||
BuildRequires: libusbmuxd-devel >= 1.0.0
|
||||
BuildRequires: libplist++-devel >= 1.1 libplist-devel >= 1.1
|
||||
@ -54,7 +54,7 @@ on using any existing `.dll` or `.so` libraries from Apple.
|
||||
|
||||
%package -n %{_name}
|
||||
|
||||
License: LGPLv2.1+
|
||||
License: LGPL-2.1+
|
||||
Summary: Native protocols library for iPhone, iPod Touch and iPad
|
||||
Group: System/Libraries
|
||||
Provides: %{name} = %{version}
|
||||
@ -67,7 +67,7 @@ iPhone, iPod Touch and iPad devices. Unlike other projects, it does not depend
|
||||
on using any existing `.dll` or `.so` libraries from Apple.
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.1+
|
||||
License: LGPL-2.1+
|
||||
Summary: Development files for %{_name}
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{_name} = %{version}
|
||||
@ -80,7 +80,7 @@ The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{_name}.
|
||||
|
||||
%package tools
|
||||
License: GPLv2+; LGPLv2.1+
|
||||
License: GPL-2.0+ ; LGPL-2.1+
|
||||
Summary: Tools using %{_name} for iPhone, iPod Touch and iPad
|
||||
Group: Productivity/Multimedia/Other
|
||||
Requires: %{_name} = %{version}
|
||||
@ -91,7 +91,7 @@ iPhone, iPod Touch and iPad devices. Unlike other projects, it does not depend
|
||||
on using any existing `.dll` or `.so` libraries from Apple.
|
||||
|
||||
%package doc
|
||||
License: LGPLv2.1+
|
||||
License: LGPL-2.1+
|
||||
Summary: API Reference Documentation for %{_name}
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
@ -99,7 +99,7 @@ Group: Development/Libraries/C and C++
|
||||
Contains API reference documentation for developers using %{_name}.
|
||||
|
||||
%package -n python-imobiledevice
|
||||
License: LGPLv2.1+
|
||||
License: LGPL-2.1+
|
||||
Summary: Python bindings for %{_name}
|
||||
Group: Development/Languages/Python
|
||||
Requires: %{_name} = %{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user