Accepting request 104438 from devel:openSUSE:Factory:patch-license
patch license to follow spdx.org standard OBS-URL: https://build.opensuse.org/request/show/104438 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=34
This commit is contained in:
parent
296dacdae2
commit
e1be23e24c
@ -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
|
Tue Nov 15 10:06:57 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
17
pangomm.spec
17
pangomm.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pangomm
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,10 +21,10 @@
|
|||||||
|
|
||||||
Name: pangomm
|
Name: pangomm
|
||||||
Version: 2.28.4
|
Version: 2.28.4
|
||||||
Release: 1
|
Release: 0
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
License: GPLv2+ ; LGPLv2.0+
|
|
||||||
Summary: C++ interface for pango
|
Summary: C++ interface for pango
|
||||||
|
License: GPL-2.0+ ; LGPL-2.0+
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.gtkmm.org
|
Url: http://www.gtkmm.org
|
||||||
Source: http://download.gnome.org/sources/pangomm/2.28/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/pangomm/2.28/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -39,26 +39,23 @@ pangomm provides a C++ interface to the pango library.
|
|||||||
|
|
||||||
%package -n libpangomm%{so_ver}
|
%package -n libpangomm%{so_ver}
|
||||||
|
|
||||||
License: GPLv2+ ; LGPLv2.0+
|
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Summary: C++ interface for pango
|
Summary: C++ interface for pango
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n libpangomm%{so_ver}
|
%description -n libpangomm%{so_ver}
|
||||||
pangomm provides a C++ interface to the pango library.
|
pangomm provides a C++ interface to the pango library.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPLv2+ ; LGPLv2.0+
|
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Summary: C++ interface for pango -- Development Files
|
Summary: C++ interface for pango -- Development Files
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libpangomm%{so_ver} = %{version}
|
Requires: libpangomm%{so_ver} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
pangomm provides a C++ interface to the pango library.
|
pangomm provides a C++ interface to the pango library.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: GPLv2+ ; LGPLv2.0+
|
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Summary: C++ interface for pango -- Developer Documentation
|
Summary: C++ interface for pango -- Developer Documentation
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
pangomm provides a C++ interface to the pango library.
|
pangomm provides a C++ interface to the pango library.
|
||||||
|
Loading…
Reference in New Issue
Block a user