File beagle-xesam.spec of Package beagle-xesam
#
# spec file for package beagle-xesam (Version 0.2)
#
# 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: beagle-xesam
BuildRequires: beagle-devel dbus-1-devel glib-sharp2 gtk-sharp2 mono-devel ndesk-dbus-glib ndesk-dbus-glib-devel
License: X11/MIT
Group: Productivity/Other
AutoReqProv: on
Version: 0.2
Release: 143
Summary: Beagle XESAM adapter
Url: http://beagle-project.org
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Support for the XESAM protocol with the Beagle search engine as the
backend.
Authors:
--------
Arun Raghavan <arunissatan@gmail.com>
%prep
%setup
%build
# The variable substitution in the wrapper seems to rely on BASH
export BASH="/bin/bash"
%configure \
--libexecdir=%{_prefix}/lib/beagle
%__make %{?jobs:-j%jobs}
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS NEWS README COPYING
%{_bindir}/*
%{_prefix}/%{_lib}/beagle-xesam
%changelog
* Tue Mar 25 2008 ro@suse.de
- added ndesk-dbus-glib-devel to buildreq
* Fri Jan 25 2008 jpr@suse.de
- Be more granular in %%files so the debuginfo packages can build
* Mon Jan 21 2008 jpr@suse.de
- Initial check in