Hello community,

here is the log from the commit of package xapian-core for openSUSE:Factory
checked in at Mon Sep 19 17:57:27 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/xapian-core/xapian-core.changes        
2011-09-13 11:32:22.000000000 +0200
@@ -0,0 +1,60 @@
+-------------------------------------------------------------------
+Tue Sep 13 09:29:48 UTC 2011 - [email protected]
+
+- updated to 1.2.7
+
+-------------------------------------------------------------------
+Tue May  3 17:55:49 UTC 2011 - [email protected]
+
+- Update to xapian-core-1.2.5
+  * See http://svn.xapian.org/*checkout*/tags/1.2.5/xapian-core/NEWS
+
+-----------------------------------------------------------------
+Sat May 16 19:26:33 CET 2009 - [email protected]
+
+- Updated to xapian-core-1.0.12
+  + See http://svn.xapian.org/*checkout*/tags/1.0.12/xapian-core/NEWS
+
+-------------------------------------------------------------------
+Wed Mar 18 13:34:33 CET 2009 - [email protected]
+
+- Updated to xapian-core-1.0.11
+
+-------------------------------------------------------------------
+Mon Nov 19 23:41:33 CET 2007 - [email protected]
+
+- added xapian-core-1.0.4_gcc43.patch:
+  add missing includes for gcc 4.3
+
+-------------------------------------------------------------------
+Mon Nov 19 22:00:09 CET 2007 - [email protected]
+
+- update to 1.0.4
+
+-------------------------------------------------------------------
+Sun Jun 24 11:41:40 CEST 2007 - [email protected]
+
+- update to 1.0.1
+
+-------------------------------------------------------------------
+Sun Apr  1 21:15:32 CEST 2007 - [email protected]
+
+- update to 0.9.10
+
+-------------------------------------------------------------------
+Sat Nov 11 05:10:49 CET 2006 - [email protected]
+
+- update to 0.9.9:
+  many smaller changes
+
+-------------------------------------------------------------------
+Sat Nov  4 12:08:31 CET 2006 - [email protected]
+
+- do not package .deps and .libs in the examples dir
+
+-------------------------------------------------------------------
+Sat Nov  4 11:41:25 CET 2006 - [email protected]
+
+- update to 0.9.8:
+  many small fixes
+

calling whatdependson for head-i586


New:
----
  xapian-core-1.2.7.tar.gz
  xapian-core.changes
  xapian-core.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xapian-core.spec ++++++
#
# 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:        1
License:        GPLv2
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
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
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

%description -n libxapian22
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
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++
Requires:       libxapian22 = %{version}
Requires:       zlib-devel
Requires:       libuuid-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

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
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}

%description examples
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

%prep
%setup -q

%build
%configure --docdir=%{_docdir}/%{name}/
make %{?_smp_mflags}

%install
%makeinstall docdatadir=%{_docdir}/%{name}
rm -rf 
examples/{.libs,.deps,.dirstamp,*.o,quest,delve,simplesearch,simpleexpand,simpleindex,copydatabase}
cp -vr examples  %{buildroot}%{_docdir}/%{name}/
find . -name \*.spec -delete
fdupes %{buildroot}%{_defaultdocdir}/%{name}

%post -n libxapian22 -p /sbin/ldconfig

%postun -n libxapian22 -p /sbin/ldconfig

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL README NEWS HACKING PLATFORMS 
ChangeLog.examples
%{_bindir}/xapian-tcpsrv
%{_bindir}/xapian-progsrv
%{_bindir}/quest
%{_bindir}/delve
%{_bindir}/copydatabase
%{_bindir}/simpleindex
%{_bindir}/simplesearch
%{_bindir}/simpleexpand
%{_bindir}/xapian-compact
%{_bindir}/xapian-check
%{_bindir}/xapian-inspect
%{_bindir}/xapian-chert-update
%{_bindir}/xapian-metadata
%{_bindir}/xapian-replicate
%{_bindir}/xapian-replicate-server
%{_mandir}/man1/xapian-check.1*
%{_mandir}/man1/xapian-inspect.1*
%{_mandir}/man1/copydatabase.1*
%{_mandir}/man1/delve.1*
%{_mandir}/man1/quest.1*
%{_mandir}/man1/xapian-compact.1*
%{_mandir}/man1/xapian-config.1*
%{_mandir}/man1/xapian-progsrv.1*
%{_mandir}/man1/xapian-tcpsrv.1*
%{_mandir}/man1/xapian-chert-update.1*
%{_mandir}/man1/xapian-metadata.1*
%{_mandir}/man1/xapian-replicate.1*
%{_mandir}/man1/xapian-replicate-server.1*

%files -n libxapian22
%defattr(-, root, root)
%{_libdir}/libxapian.so.*

%files -n libxapian-devel
%defattr(-, root, root)
%{_bindir}/xapian-config
%{_includedir}/xapian
%{_includedir}/xapian.h
%{_libdir}/libxapian.so
%{_libdir}/libxapian.a
%{_libdir}/libxapian.la
%{_datadir}/aclocal/xapian.m4
%dir %{_libdir}/cmake/
%{_libdir}/cmake/xapian/

%files doc
%defattr(-, root, root)
%{_docdir}/%{name}/*.html
%{_docdir}/%{name}/apidoc*

%files examples
%defattr(-, root, root)
%{_docdir}/%{name}/examples/

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to