SHA256
1
0
forked from pool/xapian-core

Autobuild autoformatter for 82335

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xapian-core?expand=0&rev=2
This commit is contained in:
Ruediger Oertel 2011-09-19 15:57:30 +00:00 committed by Git OBS Bridge
parent eb263a7e9c
commit b903152bd0

View File

@ -1,10 +1,25 @@
#
# spec file for package xapian-core
#
# Copyright (c) 2011 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/
#
Name: xapian-core
Version: 1.2.7
Release: 0
Release: 1
License: GPLv2
Summary: The Xapian Probabilistic Information Retrieval Library
Url: http://www.xapian.org/
@ -23,6 +38,7 @@ offers a highly adaptable toolkit that allows developers to easily add advanced
indexing and search facilities to applications
%package -n libxapian22
Summary: Xapian search engine libraries
Group: Development/Libraries/C and C++
Provides: xapian-core-libs
@ -34,6 +50,7 @@ indexing and search facilities to applications. This package provides the
libraries for applications using Xapian functionality
%package -n libxapian-devel
Summary: Files needed for building packages which use Xapian
Group: Development/Libraries/C and C++
Requires: gcc-c++
@ -48,6 +65,7 @@ indexing and search facilities to applications. This package provides the
files needed for building packages which use Xapian
%package doc
Summary: Documentation for Xapian-core libraries
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
@ -59,6 +77,7 @@ indexing and search facilities to applications. This package provides the
files needed for building packages which use Xapian
%package examples
Summary: Examples for Xapian-core libraries
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}