6.49 bugfix bump
This commit is contained in:
parent
72bf80d7a3
commit
6a31f41812
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ Date-Manip-6.07.tar.gz
|
||||
/Date-Manip-6.46.tar.gz
|
||||
/Date-Manip-6.47.tar.gz
|
||||
/Date-Manip-6.48.tar.gz
|
||||
/Date-Manip-6.49.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-Date-Manip
|
||||
Version: 6.48
|
||||
Version: 6.49
|
||||
Release: 1%{?dist}
|
||||
Summary: Date manipulation routines
|
||||
Group: Development/Libraries
|
||||
@ -7,23 +7,23 @@ License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Date-Manip/
|
||||
Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(integer)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests only
|
||||
BuildRequires: perl(Test::Inter)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
|
||||
# This package was formerly known as perl-DateManip
|
||||
Provides: perl-DateManip = %{version}-%{release}
|
||||
@ -54,12 +54,16 @@ perl Build.PL installdirs=vendor
|
||||
./Build test
|
||||
|
||||
%files
|
||||
%doc LICENSE README README.first
|
||||
%license LICENSE
|
||||
%doc README README.first
|
||||
%{perl_vendorlib}/Date/
|
||||
%{_mandir}/man[13]/*.[13]*
|
||||
%{_bindir}/dm_*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 03 2015 Petr Šabata <contyk@redhat.com> - 6.49-1
|
||||
- 6.49 bugfix bump
|
||||
|
||||
* Fri Dec 05 2014 Petr Šabata <contyk@redhat.com> - 6.48-1
|
||||
- 6.48 bump
|
||||
- various bugfixes and tzdata updates
|
||||
|
Loading…
Reference in New Issue
Block a user