File python-liblarch_gtk.spec of Package python-liblarch_gtk
#
# spec file for package
#
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
#
# 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/
#
Name: python-liblarch_gtk
%define _name liblarch_gtk
Version: 0.1.0
Release: 0
License: LGPL-3.0+
Summary: GTK bindings for liblarch
Url: https://live.gnome.org/liblarch
Group: Development/Languages/Python
Source: http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/0.1/%{_name}-%{version}.tar.gz
BuildRequires: python
Requires: python-gobject2
Requires: python-gtk
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%py_requires
%description
Liblarch is a python library built to easily handle data structure such are lists, trees and acyclic graphs
(tree where nodes can have multiple parents)
This package provides GTK bindings for liblarch.
%prep
%setup -q -n %{_name}-%{version}
%build
python setup.py build
%install
python setup.py install --root %{buildroot} --prefix %{_prefix}
%files
%defattr(-,root,root)
%doc README LICENSE
%{python_sitelib}/%{_name}-%{version}-*.egg-info
%{python_sitelib}/%{_name}/
%changelog