Hello community,

here is the log from the commit of package python-liblarch for openSUSE:Factory 
checked in at 2012-03-01 17:26:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-liblarch (Old)
 and      /work/SRC/openSUSE:Factory/.python-liblarch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-liblarch", Maintainer is ""

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

--- /dev/null   2012-02-28 22:35:32.095577906 +0100
+++ /work/SRC/openSUSE:Factory/.python-liblarch.new/python-liblarch.changes     
2012-03-01 17:26:52.000000000 +0100
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Tue Feb 28 10:43:02 UTC 2012 - [email protected]
+
+- license update: LGPL-3.0+
+  See README and License files. This package is LGPL-3.0+
+
+-------------------------------------------------------------------
+Wed Feb 15 19:34:52 UTC 2012 - [email protected]
+
+- Initial package, version 0.1.0. 
+

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

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

Other differences:
------------------
++++++ python-liblarch.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
%define         _name liblarch
Version:        0.1.0
Release:        0
License:        LGPL-3.0+
Summary:        A python library to easily handle data structure
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
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)

%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