Ai
11 Star 0 Fork 3

src-openEuler/perl-File-Fetch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-File-Fetch.spec 2.63 KB
一键复制 编辑 原始数据 按行查看 历史
infra-team 提交于 2025-05-12 15:57 +08:00 . update perl-File-Fetch to 1.08
Name: perl-File-Fetch
Version: 1.08
Release: 1
Summary: A generic file fetching mechanism
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://perldoc.perl.org/File/Fetch.html
Source0: https://www.cpan.org/authors/id/B/BI/BINGOS/File-Fetch-%{version}.tar.gz
BuildArch: noarch
BuildRequires: gcc git make perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76 perl(strict)
BuildRequires: perl(Carp) perl(constant) perl(Cwd) perl(File::Basename) perl(File::Copy) perl(File::Path)
BuildRequires: perl(File::Spec) >= 0.82 perl(File::Spec::Unix) perl(File::Temp) perl(FileHandle) perl(IPC::Cmd) >= 0.42
BuildRequires: perl(Locale::Maketext::Simple) perl(Module::Load::Conditional) >= 0.66 perl(Params::Check) >= 0.07 perl(vars)
BuildRequires: perl(Data::Dumper) perl(IO::Socket::INET) perl(lib) perl(Test::More) perl(warnings)
Requires: perl(File::Spec) >= 0.82
Requires: perl(IPC::Cmd) >= 0.42 perl(Locale::Maketext::Simple) perl(Module::Load::Conditional) >= 0.66 perl(Params::Check) >= 0.07
Suggests: git-core perl(LWP) perl(LWP::Protocol::https) rsync
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((File::Spec|IPC::Cmd|Module::Load::Conditional|Params::Check)\\)$
%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.
%package_help
%prep
%autosetup -n File-Fetch-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%make_build
%install
%make_install
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
%doc README
%{perl_vendorlib}/*
%files help
%doc CHANGES
%{_mandir}/man3/*
%changelog
* Mon May 12 2025 openeuler_bot <infra@openeuler.sh> - 1.08-1
- 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. (version:1.06)
- Switched from httpbin.org to httpbingo.org (version:1.08)
* Sat Jan 18 2025 Funda Wang <fundawang@yeah.net> - 1.04-2
- drop useless perl(:MODULE_COMPAT) requirement
* Sat Oct 22 2022 dongyuzhen <dongyuzhen@h-partners.com> - 1.04-1
- upgrade version to 1.04
* Thu Jan 28 2021 yuanxin <yuanxin24@huawei.com> - 1.00-1
- upgrade version to 1.00
* Sun Sep 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.56-4
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: revise changelog
* Sun Sep 15 2019 shidongdong <shidongdong5@huawei.com> - 0.56-3
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/perl-File-Fetch.git
git@gitee.com:src-openeuler/perl-File-Fetch.git
src-openeuler
perl-File-Fetch
perl-File-Fetch
master

搜索帮助