114 Star 0 Fork 6

src-openEuler / perl-HTTP-Date

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-HTTP-Date.spec 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
sxt1001 提交于 2020-08-17 19:52 . update to 6.05
Name: perl-HTTP-Date
Version: 6.05
Release: 1
Summary: Date conversion routines
License: GPL+ or Artistic
Group: Development/Libraries
URL: https://metacpan.org/release/HTTP-Date
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Date-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-interpreter perl-generators perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict) perl(Exporter) perl(Time::Local) perl(vars) perl(Test)
BuildRequires: perl(:VERSION) >= 5.6.2 perl(warnings) perl(blib) perl(File::Spec) perl(IO::Handle) perl(IPC::Open3) perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) perl(Time::Zone) perl(Time::Local) >= 1.28
Conflicts: perl-libwww-perl < 6
%description
This module provides functions that deal the date formats used by the HTTP
protocol (and then some more). Only the first two functions, time2str() and
str2time(), are exported by default.
%package help
Summary: Documentation for perl-HTTP-Date
%description help
Documentation for perl-HTTP-Date.
%prep
%autosetup -n HTTP-Date-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%make_build
%install
%{make_install}
%{_fixperms} %{buildroot}/*
%check
make test
%files
%license LICENSE
%{perl_vendorlib}/*
%exclude %{_libdir}/perl5/perllocal.pod
%files help
%doc Changes CONTRIBUTORS README.md
%{_mandir}/man3/*
%changelog
* Mon Aug 17 2020 shixuantong <shixuantong@huawei.com> - 6.05-1
- update to 6.05
* Wed Oct 23 2019 Zaiwang Li <lizaiwang1@huawei.com> - 6.02-21
- Init Package.
1
https://gitee.com/src-openeuler/perl-HTTP-Date.git
git@gitee.com:src-openeuler/perl-HTTP-Date.git
src-openeuler
perl-HTTP-Date
perl-HTTP-Date
openEuler-20.03-LTS

搜索帮助