From a0a9595ac78eaabd3c6a420a6aa769c8377f69b3b806a929da657ef363cb24e4 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 24 Jun 2007 09:43:54 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:search/xapian-core?expand=0&rev=17 --- xapian-core.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/xapian-core.spec b/xapian-core.spec index 94a9644..be80074 100644 --- a/xapian-core.spec +++ b/xapian-core.spec @@ -1,7 +1,7 @@ # -# spec file for package xapian-core (Version 0.9.10) +# spec file for package xapian-core (Version 1.0.1) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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. # @@ -11,7 +11,7 @@ # norootforbuild Name: xapian-core -Version: 0.9.10 +Version: 1.0.1 Release: 0 # License: GPL @@ -63,7 +63,7 @@ files needed for building packages which use Xapian. %setup %build -%configure +%configure --docdir=%{_docdir}/%{name}/ %{__make} %install @@ -72,7 +72,7 @@ files needed for building packages which use Xapian. %{__cp} -vr \ AUTHORS COPYING ChangeLog ChangeLog.examples \ HACKING INSTALL NEWS PLATFORMS README examples \ -%{buildroot}%{_docdir}/%{name} +%{buildroot}%{_docdir}/%{name}/ %post -p /sbin/ldconfig @@ -95,6 +95,8 @@ files needed for building packages which use Xapian. %{_bindir}/simplesearch %{_bindir}/simpleexpand %{_bindir}/xapian-compact +%{_bindir}/xapian-check +%{_mandir}/man1/xapian-check.1* %{_mandir}/man1/copydatabase.1* %{_mandir}/man1/delve.1* %{_mandir}/man1/quartzcheck.1*