This commit is contained in:
parent
513330476e
commit
fa73cc556b
@ -1 +1 @@
|
||||
libxapian22
|
||||
libxapian30
|
||||
|
@ -34,7 +34,7 @@ BuildRequires: libuuid-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xz
|
||||
BuildRequires: zlib-devel
|
||||
Requires: libxapian22 = %{version}
|
||||
Requires: libxapian30 = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -42,11 +42,11 @@ 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
|
||||
%package -n libxapian30
|
||||
Summary: Xapian search engine libraries
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description -n libxapian22
|
||||
%description -n libxapian30
|
||||
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
|
||||
@ -57,7 +57,7 @@ Summary: Files needed for building packages which use Xapian
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: gcc-c++
|
||||
Requires: libuuid-devel
|
||||
Requires: libxapian22 = %{version}
|
||||
Requires: libxapian30 = %{version}
|
||||
Requires: zlib-devel
|
||||
|
||||
%description -n libxapian-devel
|
||||
@ -108,9 +108,9 @@ find . -name \*.spec -delete
|
||||
install -m 644 AUTHORS COPYING ChangeLog INSTALL README NEWS HACKING PLATFORMS ChangeLog.examples %{buildroot}%{_docdir}/%{name}
|
||||
%fdupes %{buildroot}%{_docdir}/%{name}
|
||||
|
||||
%post -n libxapian22 -p /sbin/ldconfig
|
||||
%post -n libxapian30 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libxapian22 -p /sbin/ldconfig
|
||||
%postun -n libxapian30 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
@ -127,33 +127,27 @@ install -m 644 AUTHORS COPYING ChangeLog INSTALL README NEWS HACKING PLATFORMS C
|
||||
%{_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
|
||||
%files -n libxapian30
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libxapian.so.*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user