Name: python-liblarch Version: 0.1.0 Release: 2%{?dist} Summary: Data structures helper library for python License: LGPLv3+ URL: https://live.gnome.org/liblarch Source0: http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/0.1/liblarch-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel Requires: pygobject2 %description Liblarch is a python library built to easily handle data structure such as lists, trees and directed acyclic graphs. %prep %setup -q -n liblarch-%{version} %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files %doc AUTHORS LICENSE README %{python_sitelib}/* %changelog * Tue Mar 6 2012 Yanko Kaneti - 0.1.0-2 - Address review. BR python2-devel. No sitelib definition. * Tue Feb 14 2012 Yanko Kaneti - 0.1.0-1 - Attempt at packaging