6.39 bump
This commit is contained in:
parent
6d3a361804
commit
6f82cc2c92
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ Date-Manip-6.07.tar.gz
|
||||
/Date-Manip-6.36.tar.gz
|
||||
/Date-Manip-6.37.tar.gz
|
||||
/Date-Manip-6.38.tar.gz
|
||||
/Date-Manip-6.39.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
Name: perl-Date-Manip
|
||||
Version: 6.38
|
||||
Release: 2%{?dist}
|
||||
Version: 6.39
|
||||
Release: 1%{?dist}
|
||||
Summary: Date manipulation routines
|
||||
Group: Development/Libraries
|
||||
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
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter)
|
||||
@ -19,7 +19,6 @@ BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Inter)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
# This package was formerly known as perl-DateManip
|
||||
@ -45,7 +44,6 @@ perl Build.PL installdirs=vendor
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
@ -58,6 +56,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
%{_bindir}/dm_*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 01 2013 Petr Pisar <ppisar@redhat.com> - 6.39-1
|
||||
- 6.39 bump
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.38-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user