114 Star 0 Fork 9

src-openEuler / perl-HTTP-Cookies

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-HTTP-Cookies.spec 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
sxt1001 提交于 2020-08-17 19:21 . update to 6.08
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\((HTTP::Date|HTTP::Headers::Util|Win32)\\)$
Name: perl-HTTP-Cookies
Version: 6.08
Release: 1
Summary: HTTP cookie jars
License: GPL+ or Artistic
URL: https://metacpan.org/release/HTTP-Cookies
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-generators perl-interpreter perl(:VERSION) >= 5.8.1
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 perl(strict) perl(warnings)
BuildRequires: perl(Carp) perl(HTTP::Date) >= 6 perl(HTTP::Headers::Util) >= 6
BuildRequires: perl(HTTP::Request) perl(locale) perl(vars)
BuildRequires: perl(File::Spec) perl(HTTP::Response) perl(Test)
BuildRequires: perl(Test::More) perl(URI)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Carp) perl(HTTP::Date) >= 6 perl(HTTP::Headers::Util) >= 6
Conflicts: perl-libwww-perl < 6
%description
This class is for objects that represent a "cookie jar" -- that is, a
database of all the HTTP cookies that a given LWP::UserAgent object
knows about.
%package help
Summary: Documentation for perl-HTTP-Cookies
%description help
Documentation for perl-HTTP-Cookies.
%prep
%autosetup -n HTTP-Cookies-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%make_build
%install
make pure_install DESTDIR=%{buildroot}
%{_fixperms} %{buildroot}/*
%check
make test
%files
%license LICENSE
%{perl_vendorlib}/*
%exclude /usr/lib64/perl5/perllocal.pod
%files help
%doc Changes CONTRIBUTORS README.md
%{_mandir}/man3/
%changelog
* Mon Aug 17 2020 shixuantong <shixuantong@huawei.com> - 6.08-1
- update to 6.08
* Wed Oct 23 2019 Zaiwang Li <lizaiwang1@huawei.com> - 6.04-5
- Init Package.
1
https://gitee.com/src-openeuler/perl-HTTP-Cookies.git
git@gitee.com:src-openeuler/perl-HTTP-Cookies.git
src-openeuler
perl-HTTP-Cookies
perl-HTTP-Cookies
openEuler-20.03-LTS

搜索帮助