File beagle-quickfinder.spec of Package beagle-quickfinder
#
# spec file for package beagle-quickfinder (Version 1.0.1)
#
# 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-quickfinder
Version: 1.0.1
Release: 112
Summary: QuickFinder Beagle Backend
Group: Productivity/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.gz
Requires: beagle
BuildRequires: beagle mono-devel
License: MIT License (or similar)
Url: http://www.novell.com/products/quickfinder
%description
This packages contains a Beagle Backend that allows you to search any
QuickFinder server from the Beagle client. This is especially usefull
if you want to search files stored on a Novell Open Enterprise Server.
You can index the files with QuickFinder and access the search results
on your desktop through Beagle. You can even open the files for
editing through a mount point. To configure the QuickFinder Backend
edit ~/.config/qfsearch/qfbeagled.cfg.
Authors:
--------
Chad Scholes
%prep
%setup -c
%build
INSTALL_LIB_DIR=/usr/%_lib
cd make/gcc
make PLATFORM=linux INSTALL_LIB_DIR=$INSTALL_LIB_DIR
%install
DESTDIR=$RPM_BUILD_ROOT
INSTALLDIR=/usr/%_lib/beagle
cd make/gcc
make PLATFORM=linux INSTALL_DIR=$DESTDIR$INSTALLDIR install
%files
%defattr(755,root,root)
/usr/%_lib/beagle/Backends/QFBeagled.dll
%changelog