0.42 bump

This commit is contained in:
Petr Šabata 2014-11-14 15:02:38 +01:00
parent 80783a548e
commit cacb0d1c99
3 changed files with 22 additions and 21 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
DateTime-Format-HTTP-0.38.tar.gz DateTime-Format-HTTP-0.38.tar.gz
/DateTime-Format-HTTP-0.40.tar.gz /DateTime-Format-HTTP-0.40.tar.gz
/DateTime-Format-HTTP-0.42.tar.gz

View File

@ -1,60 +1,60 @@
Name: perl-DateTime-Format-HTTP Name: perl-DateTime-Format-HTTP
Version: 0.40 Version: 0.42
Release: 12%{?dist} Release: 1%{?dist}
Summary: HTTP protocol date conversion routines Summary: HTTP protocol date conversion routines
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/DateTime-Format-HTTP URL: http://search.cpan.org/dist/DateTime-Format-HTTP
Source0: http://search.cpan.org/CPAN/authors/id/C/CK/CKRAS/DateTime-Format-HTTP-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/C/CK/CKRAS/DateTime-Format-HTTP-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(Class::ISA) # Build
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
# Runtime
BuildRequires: perl(DateTime) >= 0.17 BuildRequires: perl(DateTime) >= 0.17
BuildRequires: perl(HTTP::Date) => 1.44 BuildRequires: perl(HTTP::Date) => 1.44
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
# Tests only
BuildRequires: perl(lib)
BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
BuildRequires: perl(File::Find::Rule) Requires: perl(DateTime) >= 0.17
Requires: perl(HTTP::Date) >= 1.44
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %global __requires_exclude %{?__requires_exclude|%__requires_exclude|}^perl\\(DateTime\\)$
%global __requires_exclude %{?__requires_exclude|%__requires_exclude|}^perl\\(HTTP::Date\\)$
%description %description
This module provides functions that deal with the date formats used by the This module provides functions that deal with the date formats used by the
HTTP protocol (and then some). HTTP protocol (and then some).
%prep %prep
%setup -q -n DateTime-Format-HTTP-%{version} %setup -q -n DateTime-Format-HTTP-%{version}
# fix up crlf
sed -i -e 's/\r//' LICENSE README Changes CREDITS sed -i -e 's/\r//' LICENSE README Changes CREDITS
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=%{buildroot} make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
%{_fixperms} %{buildroot}/* %{_fixperms} %{buildroot}/*
%check %check
# These will be VERY noisy. Don't Panic.
make test make test
%files %files
%defattr(-,root,root,-)
%doc LICENSE Changes CREDITS README %doc LICENSE Changes CREDITS README
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Fri Nov 14 2014 Petr Šabata <contyk@redhat.com> - 0.42-1
- 0.42 bump
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.40-12 * Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.40-12
- Perl 5.20 rebuild - Perl 5.20 rebuild

View File

@ -1 +1 @@
dac502bc95a4c034ce03dcec7941b308 DateTime-Format-HTTP-0.40.tar.gz e5dfec811e1f9fe4fc72842f0c56c86f DateTime-Format-HTTP-0.42.tar.gz