SHA256
1
0
forked from pool/xapian-core
OBS User unknown 2007-06-24 09:43:54 +00:00 committed by Git OBS Bridge
parent b3e661a12a
commit a0a9595ac7

View File

@ -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*