Update to 0.10
- New upstream release 0.10 - We need Module::Runtime 0.009 for module_notional_filename (#6) - Update patch for building with Test::More < 0.88 - Drop %defattr, redundant since rpm 4.4
This commit is contained in:
parent
f1271d2d64
commit
17e8e2459a
@ -110,3 +110,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
-done_testing;
|
-done_testing;
|
||||||
|
--- xt/release/no-tabs.t
|
||||||
|
+++ xt/release/no-tabs.t
|
||||||
|
@@ -3,7 +3,7 @@ use warnings;
|
||||||
|
|
||||||
|
# this test was generated with Dist::Zilla::Plugin::NoTabsTests 0.05
|
||||||
|
|
||||||
|
-use Test::More 0.88;
|
||||||
|
+use Test::More tests => 1;
|
||||||
|
use Test::NoTabs;
|
||||||
|
|
||||||
|
my @files = (
|
||||||
|
@@ -11,4 +11,3 @@ my @files = (
|
||||||
|
);
|
||||||
|
|
||||||
|
notabs_ok($_) foreach @files;
|
||||||
|
-done_testing;
|
@ -2,14 +2,14 @@
|
|||||||
%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)
|
||||||
|
|
||||||
Name: perl-Dist-CheckConflicts
|
Name: perl-Dist-CheckConflicts
|
||||||
Version: 0.09
|
Version: 0.10
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Declare version conflicts for your dist
|
Summary: Declare version conflicts for your dist
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/Dist-CheckConflicts/
|
URL: http://search.cpan.org/dist/Dist-CheckConflicts/
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Dist-CheckConflicts-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Dist-CheckConflicts-%{version}.tar.gz
|
||||||
Patch0: Dist-CheckConflicts-0.08-old-Test::More.patch
|
Patch0: Dist-CheckConflicts-0.10-old-Test::More.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Module Build
|
# Module Build
|
||||||
@ -19,12 +19,13 @@ BuildRequires: perl(base)
|
|||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(List::MoreUtils) >= 0.12
|
BuildRequires: perl(List::MoreUtils) >= 0.12
|
||||||
BuildRequires: perl(Module::Runtime)
|
BuildRequires: perl(Module::Runtime) >= 0.009
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Test Suite
|
# Test Suite
|
||||||
BuildRequires: perl(File::Find)
|
BuildRequires: perl(File::Spec)
|
||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(IO::Handle)
|
||||||
|
BuildRequires: perl(IPC::Open3)
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.47
|
BuildRequires: perl(Test::More) >= 0.47
|
||||||
@ -81,12 +82,17 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
%{perl_vendorlib}/Dist/
|
%{perl_vendorlib}/Dist/
|
||||||
%{_mandir}/man3/Dist::CheckConflicts.3pm*
|
%{_mandir}/man3/Dist::CheckConflicts.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 18 2013 Paul Howarth <paul@city-fan.org> - 0.10-1
|
||||||
|
- Update to 0.10
|
||||||
|
- We need Module::Runtime 0.009 for module_notional_filename (#6)
|
||||||
|
- Update patch for building with Test::More < 0.88
|
||||||
|
- Drop %%defattr, redundant since rpm 4.4
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-3
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user