Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > 5353ff7b49c191be7923d47328bbacbb > files > 2

python-liblarch-0.1.0-2.fc16.src.rpm

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 <yaneti@declera.com> - 0.1.0-2
- Address review. BR python2-devel. No sitelib definition.

* Tue Feb 14 2012 Yanko Kaneti <yaneti@declera.com> - 0.1.0-1
- Attempt at packaging