File xesam-tools.spec of Package xesam-tools
#
# spec file for package xesam-tools (Version 0.7.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
# norootforbuild
Name: xesam-tools
BuildRequires: python-devel
License: LGPL v2.1 or later
Group: Productivity/Other
Summary: A toolkit for Xesam compliant services
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://xesam.org/people/kamstrup/xesam-tools/
Version: 0.7.0
Release: 2
Source: xesam-tools-%{version}.tar.bz2
%description
This software package provides Python packages to interface with Xesam
compliant services as well as a command line tool to use directly.
Authors:
--------
Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
%prep
%setup -q
%build
%install
python setup.py install --prefix=%{_prefix} --root="$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%doc COPYING README demo samples test
/usr/bin/xesam-tool
%{python_sitelib}/xesam_tools-*
%{python_sitelib}/xesam
%changelog