Files
perl-File-Fetch/perl-File-Fetch.spec
Oliver Kurz 0211ff00e2 Accepting request 1278629 from devel:languages:perl:autoupdate
- updated to 1.08
   see /usr/share/doc/packages/perl-File-Fetch/CHANGES
  1.08        
  * Switched from httpbin.org to httpbingo.org
  1.06        
  * httpbin.org is being a bit unreliable at the moment
    and highlighted that lftp is like the little engine
    that could and it will keep trying and trying. Added
    restrictions to how many times it will retry.

OBS-URL: https://build.opensuse.org/request/show/1278629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Fetch?expand=0&rev=18
2025-05-24 14:53:57 +00:00

68 lines
2.0 KiB
RPMSpec

#
# spec file for package perl-File-Fetch
#
# 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 File-Fetch
Name: perl-File-Fetch
Version: 1.08
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Generic file fetching code
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(IPC::Cmd) >= 0.42
BuildRequires: perl(Locale::Maketext::Simple)
BuildRequires: perl(Module::Load::Conditional) >= 0.66
BuildRequires: perl(Params::Check) >= 0.07
Requires: perl(IPC::Cmd) >= 0.42
Requires: perl(Locale::Maketext::Simple)
Requires: perl(Module::Load::Conditional) >= 0.66
Requires: perl(Params::Check) >= 0.07
%{perl_requires}
%description
File::Fetch is a generic file fetching mechanism.
It allows you to fetch any file pointed to by a 'ftp', 'http', 'file',
'git' or 'rsync' uri by a number of different means.
See the 'HOW IT WORKS' section further down for details.
%prep
%autosetup -n %{cpan_name}-%{version} -p1
%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
%changelog