1.3301 bump
This commit is contained in:
parent
a5900a7175
commit
19b04fce4d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/Carp-1.26.tar.gz
|
/Carp-1.26.tar.gz
|
||||||
/Carp-1.32.tar.gz
|
/Carp-1.32.tar.gz
|
||||||
/Carp-1.33.tar.gz
|
/Carp-1.33.tar.gz
|
||||||
|
/Carp-1.3301.tar.gz
|
||||||
|
@ -1,11 +1,14 @@
|
|||||||
|
%global cpan_version 1.3301
|
||||||
|
|
||||||
Name: perl-Carp
|
Name: perl-Carp
|
||||||
Version: 1.33
|
# Keep 2-digit precision
|
||||||
|
Version: %(echo '%{cpan_version}' | sed 's/\(\...\)\(.\)/\1.\2/')
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Alternative warn and die for modules
|
Summary: Alternative warn and die for modules
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Carp/
|
URL: http://search.cpan.org/dist/Carp/
|
||||||
Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Carp-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Carp-%{cpan_version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
@ -16,6 +19,7 @@ BuildRequires: perl(Exporter)
|
|||||||
# Tests:
|
# Tests:
|
||||||
BuildRequires: perl(B)
|
BuildRequires: perl(B)
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
|
# IPC::Open3 >= 1.0103 in reality, but provides is 2-digit number only
|
||||||
BuildRequires: perl(IPC::Open3)
|
BuildRequires: perl(IPC::Open3)
|
||||||
BuildRequires: perl(overload)
|
BuildRequires: perl(overload)
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
@ -35,7 +39,7 @@ module was called. There is no guarantee that that is where the error was,
|
|||||||
but it is a good educated guess.
|
but it is a good educated guess.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Carp-%{version}
|
%setup -q -n Carp-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
@ -55,6 +59,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 04 2014 Petr Pisar <ppisar@redhat.com> - 1.33.01-1
|
||||||
|
- 1.3301 bump
|
||||||
|
|
||||||
* Wed Mar 26 2014 Petr Pisar <ppisar@redhat.com> - 1.33-1
|
* Wed Mar 26 2014 Petr Pisar <ppisar@redhat.com> - 1.33-1
|
||||||
- 1.33 bump
|
- 1.33 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user