replace license with spdx.org variant

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdc1394?expand=0&rev=33
This commit is contained in:
Stephan Kulow 2011-12-06 17:23:07 +00:00 committed by Git OBS Bridge
parent 01a3a750f8
commit 8e1708edc7

View File

@ -34,7 +34,7 @@ BuildRequires: libv4l-devel >= 0.8.4
%endif
Version: %{libdc1394_version}
Release: 27
License: LGPLv2.1+
License: LGPL-2.1+
Summary: 1394-Based Digital Camera Control Library
Url: http://sourceforge.net/projects/libdc1394/
Group: Hardware/Camera
@ -60,7 +60,7 @@ the camera.
%package -n libdc1394_control12
Version: %{libdc1394_12_version}
Release: 22
License: LGPLv2.1+
License: LGPL-2.1+
Summary: 1394-Based Digital Camera Control Library
Group: Hardware/Camera
@ -74,7 +74,7 @@ communicate with the camera.
%package -n libdc1394_control12-devel
Version: %{libdc1394_12_version}
Release: 22
License: LGPLv2.1+
License: LGPL-2.1+
Summary: 1394-Based Digital Camera Control Library
Group: Development/Libraries/C and C++
Requires: libdc1394_control12 = %{libdc1394_12_version}
@ -90,7 +90,7 @@ communicate with the camera.
%endif
%package 22
License: LGPLv2.1+
License: LGPL-2.1+
Summary: 1394-Based Digital Camera Control Library
Group: Hardware/Camera
@ -102,7 +102,7 @@ It utilizes the low-level functionality provided by libraw1394 to
communicate with the camera.
%package devel
License: LGPLv2.1+
License: LGPL-2.1+
Summary: Development libraries and header files for dc1394
Group: Development/Libraries/C and C++
Requires: libdc1394 = %{libdc1394_version}