File perl-WWW-Noss.spec of Package perl-WWW-Noss
#
# spec file for package perl-WWW-Noss
#
# Copyright (c) 2025 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 WWW-Noss
Name: perl-WWW-Noss
Version: 1.01
Release: 0
License: GPL-1.0-or-later
Summary: RSS/Atom feed reader and aggregator
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SA/SAMYOUNG/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DBD::SQLite)
BuildRequires: perl(DBI) >= 1.614
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::Mail)
BuildRequires: perl(DateTime::Format::RFC3339)
BuildRequires: perl(JSON)
BuildRequires: perl(List::Util) >= 1.33
BuildRequires: perl(Parallel::ForkManager) >= v0.7.6
BuildRequires: perl(XML::LibXML) >= 1.70
Requires: perl(DBD::SQLite)
Requires: perl(DBI) >= 1.614
Requires: perl(DateTime)
Requires: perl(DateTime::Format::Mail)
Requires: perl(DateTime::Format::RFC3339)
Requires: perl(JSON)
Requires: perl(List::Util) >= 1.33
Requires: perl(Parallel::ForkManager) >= v0.7.6
Requires: perl(XML::LibXML) >= 1.70
%{perl_requires}
%description
*WWW::Noss* is the backend module providing noss's functionality. This is a
private module, please consult the noss manual for user documentation.
%prep
%autosetup -n %{cpan_name}-%{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
%license LICENSE
%changelog