File beagle-quickfinder.spec of Package beagle-quickfinder
#
# spec file for package beagle-quickfinder (Version 1.0.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: beagle-quickfinder
Version: 1.0.1
Release: 4
Summary: QuickFinder Beagle Backend
Group: Productivity/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.gz
Requires: beagle
BuildRequires: beagle mono-devel
License: X11/MIT
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
* Thu Mar 27 2008 manu@novell.com
- Quickfinderdriver.cs is fixed for build failure
* Thu Mar 20 2008 manu@novell.com
- fixed the build failure in STABLE distribution
* Mon Dec 04 2006 dmueller@suse.de
- don't build as root
* Tue Nov 07 2006 cscholes@novell.com
- Added the assembly -scoped attribute
* Wed Sep 13 2006 ro@suse.de
- simplify specfile (use %%_lib)
* Wed Sep 13 2006 cscholes@novell.com
- Initial checkin (fate#3615)