Files
perl-WebService-Solr/perl-WebService-Solr.spec

87 lines
2.7 KiB
RPMSpec
Raw Permalink Normal View History

#
# spec file for package perl-WebService-Solr
#
# 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 WebService-Solr
Name: perl-WebService-Solr
Version: 0.440.0
Release: 0
# 0.44 -> normalize -> 0.440.0
%define cpan_version 0.44
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Interface to the Solr search engine
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
2025-08-12 18:18:27 +02:00
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::Page)
BuildRequires: perl(Data::Pageset)
BuildRequires: perl(JSON::XS)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Moo)
BuildRequires: perl(Test::Mock::LWP) >= 0.05
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Types::Standard) >= 0.008
BuildRequires: perl(URI) >= 1.28
BuildRequires: perl(XML::Easy)
BuildRequires: perl(XML::Simple)
Requires: perl(Data::Page)
Requires: perl(Data::Pageset)
Requires: perl(JSON::XS)
Requires: perl(LWP::UserAgent)
Requires: perl(Moo)
Requires: perl(Test::Mock::LWP) >= 0.05
Requires: perl(Test::More) >= 0.94
Requires: perl(Types::Standard) >= 0.008
Requires: perl(URI) >= 1.28
Requires: perl(XML::Easy)
Requires: perl(XML::Simple)
Provides: perl(WebService::Solr) = %{version}
Provides: perl(WebService::Solr::Document)
Provides: perl(WebService::Solr::Field)
Provides: perl(WebService::Solr::Query)
Provides: perl(WebService::Solr::Response)
%undefine __perllib_provides
%{perl_requires}
%description
WebService::Solr is a client library for Apache Lucene's Solr; an
enterprise-grade indexing and searching platform.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes README.md
%changelog