From: Jan Palus Date: Mon, 1 Mar 2021 22:51:59 +0000 (+0100) Subject: disable python3 by default; rel 5 X-Git-Tag: auto/th/python-pygobject-2.28.7-6~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=d6a2471595c2c3e276367246a9bc76bae42f3f2c;p=packages%2Fpython-pygobject.git disable python3 by default; rel 5 it's obsolete module which no longer builds with python 3.9 (API change). continue building for python 2 only. --- diff --git a/python-pygobject.spec b/python-pygobject.spec index c3b6bef..3e5e6f7 100644 --- a/python-pygobject.spec +++ b/python-pygobject.spec @@ -1,14 +1,14 @@ # # Conditional build: %bcond_without python2 # Python 2.x module -%bcond_without python3 # Python 3.x module +%bcond_with python3 # Python 3.x module %define module pygobject Summary: Python bindings for GObject library Summary(pl.UTF-8): Wiązania Pythona do biblioteki GObject Name: python-%{module} Version: 2.28.7 -Release: 4 +Release: 5 License: LGPL v2+ Group: Libraries/Python Source0: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/%{module}-%{version}.tar.xz