Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
python3-gobject2
python3-gobject2.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python3-gobject2.spec of Package python3-gobject2
# # spec file for package python3-gobject2 # # Copyright (c) 2011 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild %define build_for_python3 1 %if %{build_for_python3} %define local_py_requires Requires: python(abi) = %py3_ver %define local_py_sitedir %{python3_sitearch} %else %define local_py_requires %{py_requires} %define local_py_sitedir %{py_sitedir} %endif Name: python3-gobject2 %define _name pygobject Summary: Python bindings for GObject Version: 2.28.6 Release: 6 License: LGPL-2.1+ Group: Development/Libraries/Python Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/ Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/%{_name}-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM python-gobject-python3.patch vuntz@opensuse.org -- Taken from git, various fixes for python3 Patch0: python-gobject-python3.patch BuildRequires: fdupes BuildRequires: libtool BuildRequires: glib2-devel BuildRequires: libffi-devel %if %{build_for_python3} BuildRequires: python3-cairo-devel BuildRequires: python3-devel %else BuildRequires: python-cairo-devel BuildRequires: python-devel %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %{local_py_requires} %description Pygobjects is an extension module for python that gives you access to GLib's GObjects. %package cairo License: LGPL-2.1+ Summary: Python bindings for GObject -- Cairo bindings Group: Development/Libraries/Python Requires: %{name} = %{version} %define cairo_real_package %(rpm -q --qf '%%{NAME}' --whatprovides cairo) Supplements: packageand(%{name}:%{cairo_real_package}) %description cairo Pygobjects is an extension module for python that gives you access to GLib's GObjects. This package contains the Python Cairo bindings for GObject. %package devel License: LGPL-2.1+ Summary: Python bindings for GObject Group: Development/Libraries/Python Requires: %{name} = %{version} %if %{build_for_python3} # Several files are conflicting between python2 and python3 builds Conflicts: python-gobject-devel %else Provides: python-gobject2-doc = %{version} Obsoletes: python-gobject2-doc < %{version} %endif %description devel This package contains files required to build wrappers for gobject addon libraries such as pygtk. %prep %setup -q -n %{_name}-%{version} %patch0 -p1 autoreconf -fi %build %if %{build_for_python3} export PYTHON=python3 %endif %configure --disable-static --disable-introspection make %{?jobs:-j%jobs} V=1 %install %makeinstall find %{buildroot} -name '*.la' -delete -print rm examples/Makefile* %fdupes $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc AUTHORS NEWS README ChangeLog examples %dir %{local_py_sitedir}/gtk-2.0 %{local_py_sitedir}/gtk-2.0/gio/ %{local_py_sitedir}/glib/ %{local_py_sitedir}/gobject/ %{local_py_sitedir}/gtk-2.0/dsextras.py* %{local_py_sitedir}/pygtk.* %{_libdir}/*.so.* %files devel %defattr(-,root,root) %{_includedir}/pygtk-2.0/ %{_libdir}/*.so %{_libdir}/pkgconfig/pygobject-2.0.pc ## codegen %{_bindir}/pygobject-codegen-2.0 # we explicitly list the directories here to be sure we don't include something # that should live in the main package %dir %{_datadir}/%{_name} %dir %{_datadir}/%{_name}/2.0 %{_datadir}/%{_name}/2.0/codegen/ %{_datadir}/%{_name}/2.0/defs/ %{_datadir}/%{_name}/xsl/ ## doc: we need the files there since building API docs for other python ## bindings require some files from here # Own these repositories to not depend on gtk-doc while building: %dir %{_datadir}/gtk-doc %dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/pygobject/ %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor