change license tags to GPLv2+ (main app), LGPLv2+ (libs and devel)

This commit is contained in:
Nils Philippsen 2007-08-16 09:00:00 +00:00
parent ed319ac2a6
commit d7da25354f

View File

@ -45,7 +45,7 @@ Version: 2.2.17
%define microver %(ver=%{version}; echo ${ver##*.*.})
Release: 1%{?dist}
Epoch: 2
License: GPL, LGPL
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.gimp.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -120,6 +120,7 @@ with multi-level undo.
%package libs
Summary: GIMP libraries
Group: System Environment/Libraries
License: LGPLv2+
%description libs
The gimp-libs package contains shared libraries needed for the GNU Image
@ -128,6 +129,7 @@ Manipulation Program (GIMP).
%package devel
Summary: GIMP plugin and extension development kit
Group: Applications/Multimedia
License: LGPLv2+
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
Requires: gtk2-devel
Requires: glib2-devel
@ -424,6 +426,9 @@ fi
%{_libdir}/pkgconfig/*
%changelog
* Thu Aug 16 2007 Nils Philippsen <nphilipp@redhat.com>
- change license tags to GPLv2+ (main app), LGPLv2+ (libs and devel)
* Fri Jul 13 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.17-1
- version 2.2.17