diff --git a/pangomm.changes b/pangomm.changes index afff3b9..0ccb3b0 100644 --- a/pangomm.changes +++ b/pangomm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 13 10:51:36 UTC 2012 - coolo@suse.com + +- patch license to follow spdx.org standard + ------------------------------------------------------------------- Tue Nov 15 10:06:57 UTC 2011 - vuntz@opensuse.org diff --git a/pangomm.spec b/pangomm.spec index 70bff08..b01404a 100644 --- a/pangomm.spec +++ b/pangomm.spec @@ -1,7 +1,7 @@ # # spec file for package pangomm # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,10 +21,10 @@ Name: pangomm Version: 2.28.4 -Release: 1 -Group: Development/Libraries/C and C++ -License: GPLv2+ ; LGPLv2.0+ +Release: 0 Summary: C++ interface for pango +License: GPL-2.0+ ; LGPL-2.0+ +Group: Development/Libraries/C and C++ Url: http://www.gtkmm.org Source: http://download.gnome.org/sources/pangomm/2.28/%{name}-%{version}.tar.bz2 BuildRequires: fdupes @@ -39,26 +39,23 @@ pangomm provides a C++ interface to the pango library. %package -n libpangomm%{so_ver} -License: GPLv2+ ; LGPLv2.0+ -Group: Development/Libraries/C and C++ Summary: C++ interface for pango +Group: Development/Libraries/C and C++ %description -n libpangomm%{so_ver} pangomm provides a C++ interface to the pango library. %package devel -License: GPLv2+ ; LGPLv2.0+ -Group: Development/Libraries/C and C++ Summary: C++ interface for pango -- Development Files +Group: Development/Libraries/C and C++ Requires: libpangomm%{so_ver} = %{version} %description devel pangomm provides a C++ interface to the pango library. %package doc -License: GPLv2+ ; LGPLv2.0+ -Group: Development/Libraries/C and C++ Summary: C++ interface for pango -- Developer Documentation +Group: Development/Libraries/C and C++ %description doc pangomm provides a C++ interface to the pango library.