forked from pool/python-gtk
Accepting request 27053 from home:jengelh:branches:devel:languages:python
Copy from home:jengelh:branches:devel:languages:python/python-gtk via accept of submit request 27053 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/27053 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gtk?expand=0&rev=4
This commit is contained in:
parent
c5957064d0
commit
ce27d76d3f
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-gtk (Version 2.16.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 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
|
||||
@ -31,8 +31,8 @@ BuildRequires: gtk-doc
|
||||
Url: http://www.pygtk.org/
|
||||
Summary: Python bindings for the GTK+ widget set
|
||||
Version: 2.16.0
|
||||
Release: 2
|
||||
License: LGPLv2.1+
|
||||
Release: 1
|
||||
License: LGPL v2.1 or later
|
||||
Group: Development/Libraries/Python
|
||||
Source: %{_name}-%{version}.tar.bz2
|
||||
Source1: python-gtk-acinclude.m4
|
||||
@ -50,7 +50,7 @@ can write in python with PyGTK (within reason), but with all of
|
||||
python's benefits.
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.1+
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Files needed to build wrappers for GTK+ addon libraries
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{name} = %{version} python-gobject2-devel python-cairo-devel
|
||||
@ -60,12 +60,12 @@ This package contains files required to build wrappers for GTK+ addon
|
||||
libraries so that they interoperate with pygtk.
|
||||
|
||||
%package doc
|
||||
License: LGPLv2.1+
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Python bindings for the GTK+ widget set
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{name} = %{version}
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description doc
|
||||
|
Loading…
x
Reference in New Issue
Block a user