Accepting request 946046 from devel:languages:perl:autoupdate
- updated to 1.02 see /usr/share/doc/packages/perl-File-Fetch/CHANGES 1.02 * wget: use --passive-ftp switch only for ftp scheme OBS-URL: https://build.opensuse.org/request/show/946046 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Fetch?expand=0&rev=15
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-Fetch
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,18 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-File-Fetch
|
||||
Version: 1.00
|
||||
Release: 0
|
||||
%define cpan_name File-Fetch
|
||||
Name: perl-File-Fetch
|
||||
Version: 1.02
|
||||
Release: 0
|
||||
Summary: Generic file fetching mechanism
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(IPC::Cmd) >= 0.42
|
||||
@@ -49,11 +47,11 @@ It allows you to fetch any file pointed to by a 'ftp', 'http', 'file',
|
||||
See the 'HOW IT WORKS' section further down for details.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -64,7 +62,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc CHANGES README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user