Update to 0.018
- New upstream release 0.018 - Don't need Pod::Man - Drop BR: perl(Pod::Man), no longer used
This commit is contained in:
parent
2ba2d4994d
commit
789c0e9e48
@ -5,7 +5,7 @@
|
|||||||
%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-ExtUtils-Helpers
|
Name: perl-ExtUtils-Helpers
|
||||||
Version: 0.017
|
Version: 0.018
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Various portability utilities for module builders
|
Summary: Various portability utilities for module builders
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -26,7 +26,6 @@ BuildRequires: perl(File::Basename)
|
|||||||
BuildRequires: perl(File::Copy)
|
BuildRequires: perl(File::Copy)
|
||||||
BuildRequires: perl(File::Spec::Functions)
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
BuildRequires: perl(Module::Load)
|
BuildRequires: perl(Module::Load)
|
||||||
BuildRequires: perl(Pod::Man)
|
|
||||||
BuildRequires: perl(Text::ParseWords) >= 3.22
|
BuildRequires: perl(Text::ParseWords) >= 3.22
|
||||||
# Test Suite
|
# Test Suite
|
||||||
BuildRequires: perl(Cwd)
|
BuildRequires: perl(Cwd)
|
||||||
@ -82,6 +81,11 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/ExtUtils::Helpers::Windows.3pm*
|
%{_mandir}/man3/ExtUtils::Helpers::Windows.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 16 2013 Paul Howarth <paul@city-fan.org> - 0.018-1
|
||||||
|
- Update to 0.018
|
||||||
|
- Don't need Pod::Man
|
||||||
|
- Drop BR: perl(Pod::Man), no longer used
|
||||||
|
|
||||||
* Mon Apr 15 2013 Paul Howarth <paul@city-fan.org> - 0.017-1
|
* Mon Apr 15 2013 Paul Howarth <paul@city-fan.org> - 0.017-1
|
||||||
- Update to 0.017
|
- Update to 0.017
|
||||||
- Fix man3_pagename to properly split dirs
|
- Fix man3_pagename to properly split dirs
|
||||||
|
Loading…
Reference in New Issue
Block a user