|
@@ -1,5 +1,5 @@
|
|
|
Name: perl-Package-Generator
|
|
|
-Version: 0.103
|
|
|
+Version: 1.106
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: Generate new packages quickly and easily
|
|
|
License: GPL+ or Artistic
|
|
@@ -9,16 +9,15 @@ Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Package-Generator-%{ve
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
|
BuildArch: noarch
|
|
|
BuildRequires: perl(Carp)
|
|
|
-BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
|
|
BuildRequires: perl(Params::Util)
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
BuildRequires: perl(Symbol)
|
|
|
-BuildRequires: perl(Test::More)
|
|
|
+BuildRequires: perl(Test::More) >= 0.96
|
|
|
# Test::Perl::Critic -> Perl::Critic -> Exception::Class -> Test::EOL ->
|
|
|
# Pod::Coverage::TrustPod -> Pod::Eventual -> Mixin::Linewise ->
|
|
|
# Sub::Exporter -> Package::Generator
|
|
|
-# Test::Perl::Critic not available in EPEL-4
|
|
|
-%if "%{rhel}" != "4" && 0%{!?perl_bootstrap:1}
|
|
|
+%if 0%{!?perl_bootstrap:1}
|
|
|
BuildRequires: perl(Test::Perl::Critic)
|
|
|
%endif
|
|
|
BuildRequires: perl(Test::Pod)
|
|
@@ -57,6 +56,10 @@ rm -rf %{buildroot}
|
|
|
%{_mandir}/man3/Package::Reaper.3pm*
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Nov 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.106-1
|
|
|
+- updated to 1.106
|
|
|
+- built with perl 5.16.3
|
|
|
+
|
|
|
* Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.103-1
|
|
|
- initial build for Vine Linux
|
|
|
|