|
@@ -2,13 +2,12 @@
|
|
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
|
|
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
|
|
|
|
|
|
# Test::CPAN::Changes isn't available in EPEL < 7, due to requirement of perl(version) ≥ 0.79
|
|
# Test::CPAN::Changes isn't available in EPEL < 7, due to requirement of perl(version) ≥ 0.79
|
|
-%global cpan_changes_available %(expr 0%{?fedora} + 0%{?rhel} '>' 6)
|
|
|
|
|
|
|
|
#TODO: BR: Test::Pod::No404s when available
|
|
#TODO: BR: Test::Pod::No404s when available
|
|
#TODO: BR: Test::Pod::LinkCheck when available
|
|
#TODO: BR: Test::Pod::LinkCheck when available
|
|
|
|
|
|
Name: perl-Module-Implementation
|
|
Name: perl-Module-Implementation
|
|
-Version: 0.06
|
|
+Version: 0.07
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Loads one of several alternate underlying implementations for a module
|
|
Summary: Loads one of several alternate underlying implementations for a module
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -25,34 +24,17 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|
# ===================================================================
|
|
# ===================================================================
|
|
# Module requirements
|
|
# Module requirements
|
|
# ===================================================================
|
|
# ===================================================================
|
|
-BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Module::Runtime) >= 0.012
|
|
BuildRequires: perl(Module::Runtime) >= 0.012
|
|
-BuildRequires: perl(Try::Tiny)
|
|
|
|
-BuildRequires: perl(strict)
|
|
|
|
-BuildRequires: perl(warnings)
|
|
|
|
# ===================================================================
|
|
# ===================================================================
|
|
# Test suite requirements
|
|
# Test suite requirements
|
|
# ===================================================================
|
|
# ===================================================================
|
|
-BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(Test::Fatal)
|
|
BuildRequires: perl(Test::Fatal)
|
|
-BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::Requires)
|
|
BuildRequires: perl(Test::Requires)
|
|
-BuildRequires: perl(Test::Taint)
|
|
|
|
-# ===================================================================
|
|
|
|
-# Author/Release test requirements
|
|
|
|
-# ===================================================================
|
|
|
|
-%if %{cpan_changes_available}
|
|
|
|
-BuildRequires: perl(Test::CPAN::Changes)
|
|
|
|
-%endif
|
|
|
|
-BuildRequires: perl(Test::EOL)
|
|
|
|
-BuildRequires: perl(Test::NoTabs)
|
|
|
|
-BuildRequires: perl(Test::Pod)
|
|
|
|
-BuildRequires: perl(Test::Spelling), aspell-en
|
|
|
|
# ===================================================================
|
|
# ===================================================================
|
|
# Runtime requirements
|
|
# Runtime requirements
|
|
# ===================================================================
|
|
# ===================================================================
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
-Requires: perl(Carp)
|
|
+#Requires: perl(Carp)
|
|
|
|
|
|
%description
|
|
%description
|
|
This module abstracts out the process of choosing one of several underlying
|
|
This module abstracts out the process of choosing one of several underlying
|
|
@@ -85,7 +67,8 @@ find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
|
|
%{_fixperms} %{buildroot}
|
|
%{_fixperms} %{buildroot}
|
|
|
|
|
|
%check
|
|
%check
|
|
-make test RELEASE_TESTING=1
|
|
+#make test RELEASE_TESTING=1
|
|
|
|
+make test
|
|
|
|
|
|
%clean
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
@@ -97,6 +80,9 @@ rm -rf %{buildroot}
|
|
%{_mandir}/man3/Module::Implementation.3pm*
|
|
%{_mandir}/man3/Module::Implementation.3pm*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.07-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.06-1
|
|
* Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.06-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|