diff --git a/xapian-core.spec b/xapian-core.spec index 4b8fd8d..f316335 100644 --- a/xapian-core.spec +++ b/xapian-core.spec @@ -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}