|
@@ -1,14 +1,13 @@
|
|
Name: perl-Test-Inline
|
|
Name: perl-Test-Inline
|
|
-Version: 2.212
|
|
+Version: 2.213
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Test::Inline Perl module
|
|
Summary: Test::Inline Perl module
|
|
License: GPL+ or Artistic
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/Test-Inline/
|
|
URL: http://search.cpan.org/dist/Test-Inline/
|
|
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-Inline-%{version}.tar.gz
|
|
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-Inline-%{version}.tar.gz
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.42
|
|
BuildRequires: perl(Test::More) >= 0.42
|
|
@@ -26,7 +25,7 @@ BuildRequires: perl(Class::Autouse) >= 1.29
|
|
BuildRequires: perl(Algorithm::Dependency) >= 1.02
|
|
BuildRequires: perl(Algorithm::Dependency) >= 1.02
|
|
BuildRequires: perl(File::Flat) >= 1.00
|
|
BuildRequires: perl(File::Flat) >= 1.00
|
|
BuildRequires: perl(Pod::Tests) >= 0.18
|
|
BuildRequires: perl(Pod::Tests) >= 0.18
|
|
-BuildRequires: perl(Test::Script)
|
|
+BuildRequires: perl(Test::Script) >= 1.02
|
|
|
|
|
|
# For improved tests
|
|
# For improved tests
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
@@ -37,6 +36,7 @@ BuildRequires: perl(Perl::MinimumVersion) >= 1.20
|
|
# RPM misses these deps
|
|
# RPM misses these deps
|
|
Requires: perl(File::Flat)
|
|
Requires: perl(File::Flat)
|
|
Requires: perl(File::Find::Rule)
|
|
Requires: perl(File::Find::Rule)
|
|
|
|
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
%description
|
|
%description
|
|
Test::Inline allows you to inline your tests next to the code being tested.
|
|
Test::Inline allows you to inline your tests next to the code being tested.
|
|
@@ -79,6 +79,10 @@ make test AUTOMATED_TESTING=1
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.213-1
|
|
|
|
+- updated to 2.213
|
|
|
|
+- built with perl 5.16.3
|
|
|
|
+
|
|
* Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.212-1
|
|
* Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.212-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|