Hello community,

here is the log from the commit of package python-liblarch_gtk for 
openSUSE:Factory checked in at 2012-03-06 13:41:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-liblarch_gtk (Old)
 and      /work/SRC/openSUSE:Factory/.python-liblarch_gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-liblarch_gtk", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-03-04 14:46:25.491534019 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-liblarch_gtk.new/python-liblarch_gtk.changes 
    2012-03-06 13:41:31.000000000 +0100
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Mon Mar  5 15:45:59 UTC 2012 - [email protected]
+
+- license update: LGPL-3.0+
+  No GPL-3.0 present in the package.
+
+-------------------------------------------------------------------
+Wed Feb 15 19:34:52 UTC 2012 - [email protected]
+
+- Initial package, version 0.1.0. 
+

New:
----
  liblarch_gtk-0.1.0.tar.gz
  python-liblarch_gtk.changes
  python-liblarch_gtk.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-liblarch_gtk.spec ++++++
#
# 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
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to