From 5de50daf22b1cb060e6cd18fc2ee31d42c24901dd111205d0d1524837a2a6982 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 6 Dec 2011 18:02:51 +0000 Subject: [PATCH] replace license with spdx.org variant OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_image?expand=0&rev=22 --- SDL_image.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SDL_image.spec b/SDL_image.spec index a612082..55ab1e4 100644 --- a/SDL_image.spec +++ b/SDL_image.spec @@ -26,7 +26,7 @@ Release: 1 # removed VisualC.zip, VisualCE.zip, Watcom-OS2.zip, Xcode.tar.gz, Xcode_iPhone.tar.gz from upstream tarball [bnc#508084] Source: %{name}-%{version}-repack.tar.bz2 Source1: baselibs.conf -License: LGPLv2.1+ +License: LGPL-2.1+ Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,7 +38,7 @@ formats. %package -n libSDL_image-1_2-0 Summary: Simple DirectMedia Layer--Sample Image Loading Library Group: System/Libraries -License: LGPLv2.1+ +License: LGPL-2.1+ Provides: SDL_image = %{version} Obsoletes: SDL_image <= %{version} @@ -48,7 +48,7 @@ surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats. %package -n libSDL_image-devel -License: LGPLv2.1+ +License: LGPL-2.1+ Summary: Libraries, includes and more to develop SDL_image applications Group: Development/Libraries/C and C++ Requires: libSDL_image-1_2-0 = %{version} libSDL-devel