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,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a3f92fc7baa40186674657956c2cf46d0a288e22999b4afdd8c88024f644a43e
|
|
||||||
size 20875
|
|
3
File-Fetch-1.02.tar.gz
Normal file
3
File-Fetch-1.02.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6718760143c43fcb04a1d48812b4f82289cf2caa20bf2d851d0508a9f4cd402f
|
||||||
|
size 20935
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 8 03:07:05 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.02
|
||||||
|
see /usr/share/doc/packages/perl-File-Fetch/CHANGES
|
||||||
|
|
||||||
|
1.02 Fri Jan 7 14:44:34 2022
|
||||||
|
|
||||||
|
* wget: use --passive-ftp switch only for ftp scheme
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 12 03:08:31 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Thu Nov 12 03:08:31 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Fetch
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
%define cpan_name File-Fetch
|
||||||
|
Name: perl-File-Fetch
|
||||||
|
Version: 1.02
|
||||||
|
Release: 0
|
||||||
Summary: Generic file fetching mechanism
|
Summary: Generic file fetching mechanism
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(IPC::Cmd) >= 0.42
|
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.
|
See the 'HOW IT WORKS' section further down for details.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -64,7 +62,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc CHANGES README
|
%doc CHANGES README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user