File perl-Search-Tools.spec of Package perl-Search-Tools
#
# spec file for package perl-Search-Tools
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name Search-Tools
Name: perl-Search-Tools
Version: 1.7.0
Release: 0
# 1.007 -> normalize -> 1.7.0
%define cpan_version 1.007
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: High-performance tools for building search applications
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/K/KA/KARMAN/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::XSAccessor) >= 0.14
BuildRequires: perl(Data::Dump)
BuildRequires: perl(Encoding::FixLatin)
BuildRequires: perl(Moo)
BuildRequires: perl(Search::Query) >= 0.300
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(namespace::autoclean)
Requires: perl(Class::XSAccessor) >= 0.14
Requires: perl(Data::Dump)
Requires: perl(Encoding::FixLatin)
Requires: perl(Moo)
Requires: perl(Search::Query) >= 0.300
Requires: perl(Test::More) >= 0.94
Requires: perl(namespace::autoclean)
Provides: perl(Search::Tools) = %{version}
Provides: perl(Search::Tools::ArgNormalizer) = %{version}
Provides: perl(Search::Tools::HeatMap) = %{version}
Provides: perl(Search::Tools::HiLiter) = %{version}
Provides: perl(Search::Tools::Object) = %{version}
Provides: perl(Search::Tools::Query) = %{version}
Provides: perl(Search::Tools::QueryParser) = %{version}
Provides: perl(Search::Tools::RegEx) = %{version}
Provides: perl(Search::Tools::Snipper) = %{version}
Provides: perl(Search::Tools::SpellCheck) = %{version}
Provides: perl(Search::Tools::Token) = %{version}
Provides: perl(Search::Tools::TokenList) = %{version}
Provides: perl(Search::Tools::TokenListPP) = %{version}
Provides: perl(Search::Tools::TokenListUtils) = %{version}
Provides: perl(Search::Tools::TokenPP) = %{version}
Provides: perl(Search::Tools::Tokenizer) = %{version}
Provides: perl(Search::Tools::Transliterate) = %{version}
Provides: perl(Search::Tools::UTF8) = %{version}
Provides: perl(Search::Tools::XML) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
As of version 1.000 Search::Tools uses Moo and Class::XSAccessor.
Search::Tools is a set of utilities for building search applications.
Rather than adhering to a particular search application or framework, the
goal of Search::Tools is to provide general-purpose methods for common
search application features. Think of Search::Tools like a toolbox rather
than a hammer.
Examples include:
Search::Tools is derived from some of the features in HTML::HiLiter and
SWISH::HiLiter, but has been re-written with an eye to accomodating more
general purpose features.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes example
%changelog