File python-goocanvas.spec of Package python-goocanvas
#
# spec file for package python-goocanvas (Version 0.10.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: python-goocanvas
BuildRequires: goocanvas-devel gtk2-devel python-cairo-devel python-devel python-gobject2-devel python-gtk-devel
Summary: Python bindings for goocanvas
Version: 0.10.0
Release: 1
License: LGPL v2.0 or later; LGPL v2.1 or later
Group: Development/Libraries/GNOME
Source0: pygoocanvas-%{version}.tar.bz2
Url: https://developer.berlios.de/projects/pygoocanvas/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Requires: python-cairo python-gobject2
%description
Python bindings for goocanvas.
%prep
%setup -q -n pygoocanvas-%{version}
%build
%configure
CFLAGS=$RPM_OPT_FLAGS make
%install
%makeinstall
rm $RPM_BUILD_ROOT/%{py_sitedir}/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS NEWS README
%{py_sitedir}/*.so
%{_libdir}/pkgconfig/*.pc
%changelog
* Tue Jul 01 2008 maw@suse.de
- Update to version 0.10.0:
+ Install a .pc file
+ Add goocanvas.ItemSimple.bounds getsets
+ Prevent PYGTK from being imported into goocanvasmodule
(bln##150412)
o fix object registration TYPE_CAIRO_PATTERN (Gian Mario)
o New custom example for SVG images. (Gian Mario)
o update with new goocanvas 0.10 API (Gian Mario)
o fix a bug introduced by pycairo API change, see LP#222503
reported by David Boucher (Gian Mario)
o Update docs according to new API (Gian Mario)
* Wed Dec 05 2007 maw@suse.de
- Import into autobuild.
* Thu Nov 01 2007 maw@suse.de
- Require python-gobject2
* Thu Nov 01 2007 maw@suse.de
- Require python-cairo.
* Thu Nov 01 2007 maw@suse.de
- Don't require the -lang subpackage, since it doesn't exist.
* Thu Nov 01 2007 maw@suse.de
- Initial package.