File xesam-tools.spec of Package xesam-tools
#
# spec file for package xesam-tools (Version 0.6.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# 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.6.1
Release: 1
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
%{py_sitedir}/xesam_tools-*
%{py_sitedir}/xesam
%changelog
* Mon Jun 16 2008 stbinner@suse.de
- update to version 0.6.1: XESAM RC2 compatibility
* Sun Jan 27 2008 stbinner@suse.de
- update to version 0.6:
* This version is compatible with XESAM RC1, version 0.9.
* Mon Oct 22 2007 stbinner@suse.de
- update to version 0.5:
* Bundle super simple UI. Only for development purposes.
* Add more unit tests for xesam server implementations.
* Tue Jul 17 2007 stbinner@suse.de
- update to version 0.4.1:
* Re-introduce xesam-dummy-service, a simple service spawning
hits on demand and exposing various aspects of the xesam api
(such as StateChanged signals and SearchDone)
* Support StateChanged and SearchDone signals in xesam.client
* Add switches to xesam-dummy-service and xesam-tool to monitor
search engine state changes
* Fri Jul 06 2007 stbinner@suse.de
- update to version 0.4:
* updated to the new API
* laid the ground stone for a xesam-service unit testing suite
- don't build as noarch
* Mon Jun 25 2007 stbinner@suse.de
- initial package