Search
j0ke.net Open Build Service
>
Projects
>
server:search
>
xapian-core
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
xapian-core.spec
@@ -19,23 +19,23 @@ # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ zlib-devel -Requires: %{name}-libs = %{version} +Requires: libxapian15 = %{version} # Url: http://www.xapian.org/ Source: http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.gz Patch: xapian-core-1.0.4_gcc43.patch # -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 +%package -n libxapian15 Group: Development/Libraries/C and C++ # -Summary: Xapian search engine libraries. -%description libs +Summary: Xapian search engine libraries +%description libxapian15 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 @@ -45,10 +45,10 @@ %package devel Group: Development/Libraries/C and C++ # -Requires: %{name}-libs = %{version} +Requires: libxapian15 = %{version} Requires: gcc-c++ zlib-devel # -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 @@ -67,10 +67,10 @@ %install %makeinstall docdatadir=%{_docdir}/%{name} -%{__rm} -rf examples/{.libs,.deps} +%{__rm} -rf examples %{__cp} -vr \ - AUTHORS COPYING ChangeLog ChangeLog.examples \ - HACKING INSTALL NEWS PLATFORMS README examples \ + AUTHORS COPYING ChangeLog \ + HACKING INSTALL NEWS PLATFORMS README \ %{buildroot}%{_docdir}/%{name}/ %post -p /sbin/ldconfig @@ -112,14 +112,13 @@ %doc %{_docdir}/%{name}/AUTHORS %doc %{_docdir}/%{name}/COPYING %doc %{_docdir}/%{name}/ChangeLog -%doc %{_docdir}/%{name}/ChangeLog.examples %doc %{_docdir}/%{name}/HACKING %doc %{_docdir}/%{name}/INSTALL %doc %{_docdir}/%{name}/NEWS %doc %{_docdir}/%{name}/PLATFORMS %doc %{_docdir}/%{name}/README -%files libs +%files -n libxapian15 %defattr(-, root, root) %{_libdir}/libxapian.so.* @@ -134,6 +133,5 @@ %{_datadir}/aclocal/xapian.m4 %doc %{_docdir}/%{name}/*.html %doc %{_docdir}/%{name}/apidoc* -%doc %{_docdir}/%{name}/examples/ %changelog