SHA256
1
0
forked from pool/xapian-core

Accepting request 82003 from home:prusnak:search

- updated to 1.2.7

please forward to factory once accepted - needed for software-center

OBS-URL: https://build.opensuse.org/request/show/82003
OBS-URL: https://build.opensuse.org/package/show/server:search/xapian-core?expand=0&rev=33
This commit is contained in:
Raymond Wooninck 2011-09-13 12:39:06 +00:00 committed by Git OBS Bridge
parent 1a8cabeb8e
commit 0926779a2b
5 changed files with 49 additions and 61 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:392ccfccb4372725be24509e5ee95a7422f07c3d47d0cbdbb8545e789cc936f7
size 3935134

3
xapian-core-1.2.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ce8cb3502f35245ec0cb0dcf579ce4f65c015a2f2e8d1b4c388c95f58278c89
size 4069085

View File

@ -1,9 +1,9 @@
#This line is mandatory to access the configuration functions
from Config import *
addFilter("xapian-core.* no-changelogname-tag")
addFilter("xapian-core.* no-dependency-on xapian-core")
addFilter("xapian-core.* source-or-patch-not-bzipped")
addFilter("xapian-core.* zero-length.*")
addFilter("xapian-core.* package-with-huge-docs.*")
addFilter("libxapian15.* no-changelogname-tag")
#This line is mandatory to access the configuration functions
from Config import *
addFilter("xapian-core.* no-changelogname-tag")
addFilter("xapian-core.* no-dependency-on xapian-core")
addFilter("xapian-core.* source-or-patch-not-bzipped")
addFilter("xapian-core.* zero-length.*")
addFilter("xapian-core.* package-with-huge-docs.*")
addFilter("libxapian15.* no-changelogname-tag")

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 13 09:29:48 UTC 2011 - prusnak@opensuse.org
- updated to 1.2.7
-------------------------------------------------------------------
Tue May 3 17:55:49 UTC 2011 - tittiatcoke@gmail.com

View File

@ -1,31 +1,22 @@
#
# spec file for package xapian-core (Version 1.0.12)
#
# Copyright (c) 2007 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: 1.2.5
Version: 1.2.7
Release: 0
#
License: GPL
Group: Productivity/Databases/Servers
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++ zlib-devel fdupes
BuildRequires: libuuid-devel
Requires: %{name}-libs = %{version}
#
Url: http://www.xapian.org/
Source: http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.gz
Source1: %{name}-rpmlintrc
Summary: The Xapian Probabilistic Information Retrieval Library
Url: http://www.xapian.org/
Group: Productivity/Databases/Servers
Source: http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.gz
Source1: %{name}-rpmlintrc
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libuuid-devel
BuildRequires: zlib-devel
Requires: %{name}-libs = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Xapian is an Open Source Probabilistic Information Retrieval Library. It
@ -33,9 +24,9 @@ offers a highly adaptable toolkit that allows developers to easily add advanced
indexing and search facilities to applications
%package -n libxapian22
Group: Development/Libraries/C and C++
Provides: xapian-core-libs
Summary: Xapian search engine libraries
Group: Development/Libraries/C and C++
Provides: xapian-core-libs
%description -n libxapian22
Xapian is an Open Source Probabilistic Information Retrieval framework. It
@ -43,27 +34,25 @@ offers a highly adaptable toolkit that allows developers to easily add advanced
indexing and search facilities to applications. This package provides the
libraries for applications using Xapian functionality
%package devel
Group: Development/Libraries/C and C++
#
Requires: libxapian22 = %{version}
Requires: gcc-c++ zlib-devel
#
%package -n libxapian-devel
Summary: Files needed for building packages which use Xapian
Group: Development/Libraries/C and C++
Requires: gcc-c++
Requires: libxapian22 = %{version}
Requires: zlib-devel
Requires: libuuid-devel
%description devel
%description -n libxapian-devel
Xapian is an Open Source Probabilistic Information Retrieval framework. It
offers a highly adaptable toolkit that allows developers to easily add advanced
indexing and search facilities to applications. This package provides the
files needed for building packages which use Xapian
%package doc
Group: Development/Libraries/C and C++
#
Requires: %{name} = %{version}
#
Summary: Documentation for Xapian-core libraries
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
%description doc
Xapian is an Open Source Probabilistic Information Retrieval framework. It
offers a highly adaptable toolkit that allows developers to easily add advanced
@ -71,11 +60,10 @@ indexing and search facilities to applications. This package provides the
files needed for building packages which use Xapian
%package examples
Group: Development/Libraries/C and C++
#
Requires: %{name} = %{version}
#
Summary: Examples for Xapian-core libraries
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
%description examples
Xapian is an Open Source Probabilistic Information Retrieval framework. It
offers a highly adaptable toolkit that allows developers to easily add advanced
@ -87,25 +75,24 @@ files needed for building packages which use Xapian
%build
%configure --docdir=%{_docdir}/%{name}/
%{__make} %{?jobs:-j%jobs}
make %{?_smp_mflags}
%install
%makeinstall docdatadir=%{_docdir}/%{name}
%{__rm} -rf examples/{.libs,.deps,.dirstamp,*.o,quest,delve,simplesearch,simpleexpand,simpleindex,copydatabase}
%{__cp} -vr \
rm -rf examples/{.libs,.deps,.dirstamp,*.o,quest,delve,simplesearch,simpleexpand,simpleindex,copydatabase}
cp -vr \
AUTHORS COPYING ChangeLog ChangeLog.examples \
HACKING INSTALL NEWS PLATFORMS README examples \
%{buildroot}%{_docdir}/%{name}/
find . -name \*.spec|xargs rm
find . -name \*.spec -delete
fdupes %{buildroot}%{_defaultdocdir}/%{name}
%post -n libxapian22 -p /sbin/ldconfig
%postun -n libxapian22 -p /sbin/ldconfig
%clean
%{__rm} -rf %{buildroot}
rm -rf %{buildroot}
%files
%defattr(-, root, root)
@ -142,7 +129,7 @@ fdupes %{buildroot}%{_defaultdocdir}/%{name}
%defattr(-, root, root)
%{_libdir}/libxapian.so.*
%files devel
%files -n libxapian-devel
%defattr(-, root, root)
%{_bindir}/xapian-config
%{_includedir}/xapian
@ -174,7 +161,3 @@ fdupes %{buildroot}%{_defaultdocdir}/%{name}
%doc %{_docdir}/%{name}/examples/
%changelog
* Sat May 16 2009 - Raymond Wooninck <tittiatcoke@gmail.com> 1.0.12
- Update to 1.0.12
* Wed Mar 18 2009 - Raymond Wooninck <tittiatcoke@gmail.com> 1.0.11
- Update to 1.0.11