update version
This commit is contained in:
parent
2da3ffa37d
commit
b7c155f198
Binary file not shown.
BIN
HTTP-Date-6.05.tar.gz
Normal file
BIN
HTTP-Date-6.05.tar.gz
Normal file
Binary file not shown.
@ -1,16 +1,17 @@
|
||||
Name: perl-HTTP-Date
|
||||
Version: 6.02
|
||||
Release: 21
|
||||
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/G/GA/GAAS/HTTP-Date-%{version}.tar.gz
|
||||
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)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) perl(Time::Zone) perl(Time::Local) >= 1.28
|
||||
Conflicts: perl-libwww-perl < 6
|
||||
|
||||
%description
|
||||
@ -28,25 +29,28 @@ Documentation for perl-HTTP-Date.
|
||||
%autosetup -n HTTP-Date-%{version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
%{make_install}
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%{perl_vendorlib}/*
|
||||
%exclude %{_libdir}/perl5/perllocal.pod
|
||||
|
||||
%files help
|
||||
%doc Changes README
|
||||
%doc Changes CONTRIBUTORS README.md
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 23 2020 xinghe <xinghe1@huawei.com> - 6.05-1
|
||||
- update version to 6.05
|
||||
|
||||
* Wed Oct 23 2019 Zaiwang Li <lizaiwang1@huawei.com> - 6.02-21
|
||||
- Init Package.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user