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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -11,7 +11,7 @@
# norootforbuild # norootforbuild
Name: xapian-core Name: xapian-core
Version: 0.9.10 Version: 1.0.1
Release: 0 Release: 0
# #
License: GPL License: GPL
@ -63,7 +63,7 @@ files needed for building packages which use Xapian.
%setup %setup
%build %build
%configure %configure --docdir=%{_docdir}/%{name}/
%{__make} %{__make}
%install %install
@ -72,7 +72,7 @@ files needed for building packages which use Xapian.
%{__cp} -vr \ %{__cp} -vr \
AUTHORS COPYING ChangeLog ChangeLog.examples \ AUTHORS COPYING ChangeLog ChangeLog.examples \
HACKING INSTALL NEWS PLATFORMS README examples \ HACKING INSTALL NEWS PLATFORMS README examples \
%{buildroot}%{_docdir}/%{name} %{buildroot}%{_docdir}/%{name}/
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -95,6 +95,8 @@ files needed for building packages which use Xapian.
%{_bindir}/simplesearch %{_bindir}/simplesearch
%{_bindir}/simpleexpand %{_bindir}/simpleexpand
%{_bindir}/xapian-compact %{_bindir}/xapian-compact
%{_bindir}/xapian-check
%{_mandir}/man1/xapian-check.1*
%{_mandir}/man1/copydatabase.1* %{_mandir}/man1/copydatabase.1*
%{_mandir}/man1/delve.1* %{_mandir}/man1/delve.1*
%{_mandir}/man1/quartzcheck.1* %{_mandir}/man1/quartzcheck.1*