6.05 bump
This commit is contained in:
parent
7ced77b8bf
commit
a0b368b46a
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/HTTP-Cookies-6.01.tar.gz
|
||||
/HTTP-Cookies-6.03.tar.gz
|
||||
/HTTP-Cookies-6.04.tar.gz
|
||||
/HTTP-Cookies-6.05.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-HTTP-Cookies
|
||||
Version: 6.04
|
||||
Release: 7%{?dist}
|
||||
Version: 6.05
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP cookie jars
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/HTTP-Cookies
|
||||
@ -19,7 +19,6 @@ BuildRequires: perl(HTTP::Date) >= 6
|
||||
BuildRequires: perl(HTTP::Headers::Util) >= 6
|
||||
BuildRequires: perl(HTTP::Request)
|
||||
BuildRequires: perl(locale)
|
||||
# Time::Local needed on MacOS only
|
||||
BuildRequires: perl(vars)
|
||||
# Win32 not supported
|
||||
# Tests:
|
||||
@ -48,11 +47,11 @@ knows about.
|
||||
%setup -q -n HTTP-Cookies-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{make_install}
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
@ -65,6 +64,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 24 2019 Jitka Plesnikova <jplesnik@redhat.com> - 6.05-1
|
||||
- 6.05 bump
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (HTTP-Cookies-6.04.tar.gz) = e8b24b96e6630f1238e828edfbf7074fb9186a391fd1d129fb65a82748a4cf7d71669fa658c31957560a6faac3e638c8dc7aa3182acaa6fd14f0d56f3968f5e4
|
||||
SHA512 (HTTP-Cookies-6.05.tar.gz) = 12965f1e268e18f0d862df0c6774ee4840050475d6f02ba55725526229aa3142b73397023823a6efb02a43012f91c43a2b6472fd4603d0e92f351ea903750a95
|
||||
|
||||
Loading…
Reference in New Issue
Block a user