Update to 0.10
- New upstream release 0.10 - Recurse with $def in _scan_share_dir (CPAN RT#95749)
This commit is contained in:
parent
b686e073f2
commit
7786f6b0f1
@ -1,9 +1,8 @@
|
||||
Name: perl-File-ShareDir-Install
|
||||
Version: 0.09
|
||||
Version: 0.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Install shared files
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/File-ShareDir-Install/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/G/GW/GWYN/File-ShareDir-Install-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -21,8 +20,9 @@ BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
# Release Tests
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -52,6 +52,10 @@ make test RELEASE_TESTING=1
|
||||
%{_mandir}/man3/File::ShareDir::Install.3*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 11 2014 Paul Howarth <paul@city-fan.org> - 0.10-1
|
||||
- Update to 0.10
|
||||
- Recurse with $def in _scan_share_dir (CPAN RT#95749)
|
||||
|
||||
* Thu Nov 13 2014 Paul Howarth <paul@city-fan.org> - 0.09-1
|
||||
- Update to 0.09
|
||||
- Get rid of DB::single
|
||||
|
||||
Loading…
Reference in New Issue
Block a user