OBS User unknown 2006-11-04 11:35:09 +00:00 committed by Git OBS Bridge
parent 8afa28f27f
commit db93c1446e

View File

@ -1,29 +1,41 @@
#
# spec file for package xapian-core (Version 0.9.8)
#
# Copyright (c) 2006 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: xapian-core
Version: 0.9.6
Release: 0
Name: xapian-core
Version: 0.9.8
Release: 0
#
License: GPL
Group: Productivity/Databases/Servers
License: GPL
Group: Productivity/Databases/Servers
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
Requires: %{name}-libs = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
Requires: %{name}-libs = %{version}
#
URL: http://www.xapian.org/
Source: http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.gz
Url: http://www.xapian.org/
Source: http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.gz
#
Summary: The Xapian Probabilistic Information Retrieval Library.
Summary: The Xapian Probabilistic Information Retrieval Library.
%description
Xapian is an Open Source Probabilistic Information Retrieval Library. It
offers a highly adaptable toolkit that allows developers to easily add advanced
indexing and search facilities to applications.
%package libs
Group: Development/Libraries/C and C++
Group: Development/Libraries/C and C++
#
Summary: Xapian search engine libraries.
Summary: Xapian search engine libraries.
%description libs
Xapian is an Open Source Probabilistic Information Retrieval framework. It
offers a highly adaptable toolkit that allows developers to easily add advanced
@ -32,12 +44,13 @@ libraries for applications using Xapian functionality.
%package devel
Group: Development/Libraries/C and C++
Group: Development/Libraries/C and C++
#
Requires: %{name}-libs = %{version}
Requires: libstdc++-devel
Requires: %{name}-libs = %{version}
Requires: gcc-c++
#
Summary: Files needed for building packages which use Xapian.
Summary: Files needed for building packages which use Xapian.
%description devel
Xapian is an Open Source Probabilistic Information Retrieval framework. It
offers a highly adaptable toolkit that allows developers to easily add advanced
@ -55,6 +68,7 @@ files needed for building packages which use Xapian.
# makeinstall doesn't work properly with libtool built libraries
#%{__make} DESTDIR=%{buildroot} install docdatadir=%{_docdir}/%{name}
%makeinstall docdatadir=%{_docdir}/%{name}
%{__rm} -rf examples/{.libs,.deps}
%{__cp} -vr \
AUTHORS COPYING ChangeLog ChangeLog.examples \
HACKING INSTALL NEWS PLATFORMS README examples \
@ -70,6 +84,7 @@ files needed for building packages which use Xapian.
%files
%defattr(-, root, root)
%{_bindir}/xapian-tcpsrv
%{_bindir}/xapian-progsrv
%{_bindir}/quartzcheck
%{_bindir}/quartzcompact
%{_bindir}/quartzdump
@ -116,3 +131,10 @@ files needed for building packages which use Xapian.
%doc %{_docdir}/%{name}/*.html
%doc %{_docdir}/%{name}/apidoc*
%doc %{_docdir}/%{name}/examples/
%changelog -n xapian-core
* Sat Nov 04 2006 - mrueckert@suse.de
- do not package .deps and .libs in the examples dir
* Sat Nov 04 2006 - mrueckert@suse.de
- update to 0.9.8:
many small fixes