Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 71ab5b8c40d05b28ef10082967a01c44 > files > 2

liblarch-2.1.0-2.mga3.src.rpm

Name:		liblarch
Version:	2.1.0
Release:	%mkrel 2
Summary:	A python library to easily handle data structures
Group:		System/Libraries
License:	GPLv3
URL:		http://live.gnome.org/liblarch
Source0:	http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	python
Provides:	%{name}-gtk = %{version}
Obsoletes:	%{name}-gtk <= 0.1.0

%description
Liblarch is a python library built to easily handle data structures such as
lists, trees and directed acyclic graphs (tree where nodes can have multiple
parents). There's also a liblarch-gtk binding that will allow you to use your
data structures in Gtk.Treeview.

%package gtk
Summary:	GTK binding for Liblarch
Requires:	%{name} = %{version}

%description gtk
GTK binding for Liblarch

%prep
%setup -q

%build
#nothing to do

%install
rm -rf %{buildroot}
python setup.py install --root %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS README LICENSE
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}_gtk
%{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info


%changelog

* Sat Jan 12 2013 umeabot <umeabot> 2.1.0-2.mga3
+ Revision: 357624
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Nov 08 2012 mitya <mitya> 2.1.0-1.mga3
+ Revision: 316487
- New version 2.1.0
- Obsolete liblarch-gtk

* Mon Apr 23 2012 mitya <mitya> 0.1.0-1.mga2
+ Revision: 233062
- imported package liblarch