Name: perl-Search-Indexer Version: 0.79 Release: 1%{?dist} Summary: Full-text indexer License: CHECK(Distributable) Group: Development/Libraries URL: http://search.cpan.org/dist/Search-Indexer/ Source0: http://www.cpan.org/authors/id/P/PJ/PJDEVOPS/Search-Indexer-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(BerkeleyDB) >= 0.22 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Search::QueryParser) >= 0.91 Requires: perl(BerkeleyDB) >= 0.22 Requires: perl(List::MoreUtils) Requires: perl(Search::QueryParser) >= 0.91 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides support for indexing a collection of documents, for searching the collection, and displaying the sorted results, together with contextual excerpts of the original document. %prep %setup -q -n Search-Indexer-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes META.json README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 12 2020 Dave Cross 0.79-1 - Specfile autogenerated by cpanspec 1.78.